Skip to content

Commit 9f8cab4

Browse files
committed
Update PublicApiAnalyzers to 5.x
1 parent bf45459 commit 9f8cab4

File tree

2 files changed

+75
-75
lines changed

2 files changed

+75
-75
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
1111
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
1212
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing" Version="1.1.2" />
13-
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24219.2" />
13+
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="5.0.0-1.25277.114" />
1414
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1515
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
1616
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />

src/DocumentFormat.OpenXml.Framework/PublicAPI/PublicAPI.Shipped.txt

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ DocumentFormat.OpenXml.EnumValue<T>
8585
DocumentFormat.OpenXml.EnumValue<T>.EnumValue() -> void
8686
DocumentFormat.OpenXml.EnumValue<T>.EnumValue(DocumentFormat.OpenXml.EnumValue<T>! source) -> void
8787
DocumentFormat.OpenXml.EnumValue<T>.EnumValue(T value) -> void
88-
DocumentFormat.OpenXml.Experimental.PackageExtensions
8988
DocumentFormat.OpenXml.Features.DisposableFeatureExtensions
9089
DocumentFormat.OpenXml.Features.EventType
9190
DocumentFormat.OpenXml.Features.EventType.Added = 14 -> DocumentFormat.OpenXml.Features.EventType
@@ -364,9 +363,17 @@ DocumentFormat.OpenXml.OpenXmlPartRootElement.Save() -> void
364363
DocumentFormat.OpenXml.OpenXmlPartRootElement.Save(System.IO.Stream! stream) -> void
365364
DocumentFormat.OpenXml.OpenXmlPartWriter
366365
DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void
366+
DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, DocumentFormat.OpenXml.OpenXmlPartWriterSettings! settings) -> void
367367
DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Text.Encoding! encoding) -> void
368368
DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(System.IO.Stream! partStream) -> void
369+
DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(System.IO.Stream! partStream, DocumentFormat.OpenXml.OpenXmlPartWriterSettings! settings) -> void
369370
DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(System.IO.Stream! partStream, System.Text.Encoding! encoding) -> void
371+
DocumentFormat.OpenXml.OpenXmlPartWriterSettings
372+
DocumentFormat.OpenXml.OpenXmlPartWriterSettings.CloseOutput.get -> bool
373+
DocumentFormat.OpenXml.OpenXmlPartWriterSettings.CloseOutput.set -> void
374+
DocumentFormat.OpenXml.OpenXmlPartWriterSettings.Encoding.get -> System.Text.Encoding!
375+
DocumentFormat.OpenXml.OpenXmlPartWriterSettings.Encoding.set -> void
376+
DocumentFormat.OpenXml.OpenXmlPartWriterSettings.OpenXmlPartWriterSettings() -> void
370377
DocumentFormat.OpenXml.OpenXmlReader
371378
DocumentFormat.OpenXml.OpenXmlReader.Dispose() -> void
372379
DocumentFormat.OpenXml.OpenXmlReader.OpenXmlReader() -> void
@@ -422,67 +429,6 @@ DocumentFormat.OpenXml.Packaging.IdPartPair.IdPartPair(string! id, DocumentForma
422429
DocumentFormat.OpenXml.Packaging.IdPartPair.OpenXmlPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart!
423430
DocumentFormat.OpenXml.Packaging.IdPartPair.RelationshipId.get -> string!
424431
DocumentFormat.OpenXml.Packaging.IFixedContentTypePart
425-
DocumentFormat.OpenXml.Packaging.IPackage
426-
DocumentFormat.OpenXml.Packaging.IPackage.CreatePart(System.Uri! partUri, string! contentType, System.IO.Packaging.CompressionOption compressionOption) -> DocumentFormat.OpenXml.Packaging.IPackagePart!
427-
DocumentFormat.OpenXml.Packaging.IPackage.DeletePart(System.Uri! uri) -> void
428-
DocumentFormat.OpenXml.Packaging.IPackage.FileOpenAccess.get -> System.IO.FileAccess
429-
DocumentFormat.OpenXml.Packaging.IPackage.GetPart(System.Uri! uriTarget) -> DocumentFormat.OpenXml.Packaging.IPackagePart!
430-
DocumentFormat.OpenXml.Packaging.IPackage.GetParts() -> System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.Packaging.IPackagePart!>!
431-
DocumentFormat.OpenXml.Packaging.IPackage.PackageProperties.get -> DocumentFormat.OpenXml.Packaging.IPackageProperties!
432-
DocumentFormat.OpenXml.Packaging.IPackage.PartExists(System.Uri! partUri) -> bool
433-
DocumentFormat.OpenXml.Packaging.IPackage.Relationships.get -> DocumentFormat.OpenXml.Packaging.IRelationshipCollection!
434-
DocumentFormat.OpenXml.Packaging.IPackage.Save() -> void
435-
DocumentFormat.OpenXml.Packaging.IPackagePart
436-
DocumentFormat.OpenXml.Packaging.IPackagePart.ContentType.get -> string!
437-
DocumentFormat.OpenXml.Packaging.IPackagePart.GetStream(System.IO.FileMode open, System.IO.FileAccess write) -> System.IO.Stream!
438-
DocumentFormat.OpenXml.Packaging.IPackagePart.Package.get -> DocumentFormat.OpenXml.Packaging.IPackage!
439-
DocumentFormat.OpenXml.Packaging.IPackagePart.Relationships.get -> DocumentFormat.OpenXml.Packaging.IRelationshipCollection!
440-
DocumentFormat.OpenXml.Packaging.IPackagePart.Uri.get -> System.Uri!
441-
DocumentFormat.OpenXml.Packaging.IPackageProperties
442-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Category.get -> string?
443-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Category.set -> void
444-
DocumentFormat.OpenXml.Packaging.IPackageProperties.ContentStatus.get -> string?
445-
DocumentFormat.OpenXml.Packaging.IPackageProperties.ContentStatus.set -> void
446-
DocumentFormat.OpenXml.Packaging.IPackageProperties.ContentType.get -> string?
447-
DocumentFormat.OpenXml.Packaging.IPackageProperties.ContentType.set -> void
448-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Created.get -> System.DateTime?
449-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Created.set -> void
450-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Creator.get -> string?
451-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Creator.set -> void
452-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Description.get -> string?
453-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Description.set -> void
454-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Identifier.get -> string?
455-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Identifier.set -> void
456-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Keywords.get -> string?
457-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Keywords.set -> void
458-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Language.get -> string?
459-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Language.set -> void
460-
DocumentFormat.OpenXml.Packaging.IPackageProperties.LastModifiedBy.get -> string?
461-
DocumentFormat.OpenXml.Packaging.IPackageProperties.LastModifiedBy.set -> void
462-
DocumentFormat.OpenXml.Packaging.IPackageProperties.LastPrinted.get -> System.DateTime?
463-
DocumentFormat.OpenXml.Packaging.IPackageProperties.LastPrinted.set -> void
464-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Modified.get -> System.DateTime?
465-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Modified.set -> void
466-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Revision.get -> string?
467-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Revision.set -> void
468-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Subject.get -> string?
469-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Subject.set -> void
470-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Title.get -> string?
471-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Title.set -> void
472-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Version.get -> string?
473-
DocumentFormat.OpenXml.Packaging.IPackageProperties.Version.set -> void
474-
DocumentFormat.OpenXml.Packaging.IPackageRelationship
475-
DocumentFormat.OpenXml.Packaging.IPackageRelationship.Id.get -> string!
476-
DocumentFormat.OpenXml.Packaging.IPackageRelationship.RelationshipType.get -> string!
477-
DocumentFormat.OpenXml.Packaging.IPackageRelationship.SourceUri.get -> System.Uri!
478-
DocumentFormat.OpenXml.Packaging.IPackageRelationship.TargetMode.get -> System.IO.Packaging.TargetMode
479-
DocumentFormat.OpenXml.Packaging.IPackageRelationship.TargetUri.get -> System.Uri!
480-
DocumentFormat.OpenXml.Packaging.IRelationshipCollection
481-
DocumentFormat.OpenXml.Packaging.IRelationshipCollection.Contains(string! id) -> bool
482-
DocumentFormat.OpenXml.Packaging.IRelationshipCollection.Count.get -> int
483-
DocumentFormat.OpenXml.Packaging.IRelationshipCollection.Create(System.Uri! targetUri, System.IO.Packaging.TargetMode targetMode, string! relationshipType, string? id = null) -> DocumentFormat.OpenXml.Packaging.IPackageRelationship!
484-
DocumentFormat.OpenXml.Packaging.IRelationshipCollection.Remove(string! id) -> void
485-
DocumentFormat.OpenXml.Packaging.IRelationshipCollection.this[string! id].get -> DocumentFormat.OpenXml.Packaging.IPackageRelationship!
486432
DocumentFormat.OpenXml.Packaging.ISupportedRelationship<TPart>
487433
DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode
488434
DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.NoProcess = 0 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode
@@ -835,7 +781,6 @@ static DocumentFormat.OpenXml.DoubleValue.ToDouble(DocumentFormat.OpenXml.Double
835781
static DocumentFormat.OpenXml.EnumValue<T>.implicit operator DocumentFormat.OpenXml.EnumValue<T>!(T value) -> DocumentFormat.OpenXml.EnumValue<T>!
836782
static DocumentFormat.OpenXml.EnumValue<T>.implicit operator string?(DocumentFormat.OpenXml.EnumValue<T>! value) -> string?
837783
static DocumentFormat.OpenXml.EnumValue<T>.implicit operator T(DocumentFormat.OpenXml.EnumValue<T>! value) -> T
838-
static DocumentFormat.OpenXml.Experimental.PackageExtensions.GetPackage(this DocumentFormat.OpenXml.Packaging.OpenXmlPackage! package) -> DocumentFormat.OpenXml.Packaging.IPackage!
839784
static DocumentFormat.OpenXml.Features.DisposableFeatureExtensions.Register(this DocumentFormat.OpenXml.Features.IDisposableFeature! feature, System.IDisposable! disposable) -> void
840785
static DocumentFormat.OpenXml.Features.FeatureEventArgs<TArg>.operator !=(DocumentFormat.OpenXml.Features.FeatureEventArgs<TArg> left, DocumentFormat.OpenXml.Features.FeatureEventArgs<TArg> right) -> bool
841786
static DocumentFormat.OpenXml.Features.FeatureEventArgs<TArg>.operator ==(DocumentFormat.OpenXml.Features.FeatureEventArgs<TArg> left, DocumentFormat.OpenXml.Features.FeatureEventArgs<TArg> right) -> bool
@@ -915,6 +860,8 @@ static DocumentFormat.OpenXml.Packaging.FlatOpcExtensions.ToFlatOpcString(this D
915860
static DocumentFormat.OpenXml.Packaging.IdPartPair.operator !=(DocumentFormat.OpenXml.Packaging.IdPartPair left, DocumentFormat.OpenXml.Packaging.IdPartPair right) -> bool
916861
static DocumentFormat.OpenXml.Packaging.IdPartPair.operator ==(DocumentFormat.OpenXml.Packaging.IdPartPair left, DocumentFormat.OpenXml.Packaging.IdPartPair right) -> bool
917862
static DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.MediaReferenceRelationshipType.get -> string!
863+
static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.IsEncryptedOfficeFile(string! filePath) -> bool
864+
static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.IsEncryptedOfficeFile(System.IO.Stream! inputStream) -> bool
918865
static DocumentFormat.OpenXml.Packaging.OpenXmlPackageExtensions.GetAllParts(this DocumentFormat.OpenXml.Packaging.OpenXmlPackage! package) -> System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.Packaging.OpenXmlPart!>!
919866
static DocumentFormat.OpenXml.Packaging.PartTypeInfo.operator !=(DocumentFormat.OpenXml.Packaging.PartTypeInfo left, DocumentFormat.OpenXml.Packaging.PartTypeInfo right) -> bool
920867
static DocumentFormat.OpenXml.Packaging.PartTypeInfo.operator ==(DocumentFormat.OpenXml.Packaging.PartTypeInfo left, DocumentFormat.OpenXml.Packaging.PartTypeInfo right) -> bool
@@ -952,6 +899,7 @@ static DocumentFormat.OpenXml.UInt64Value.implicit operator DocumentFormat.OpenX
952899
static DocumentFormat.OpenXml.UInt64Value.implicit operator ulong(DocumentFormat.OpenXml.UInt64Value! value) -> ulong
953900
static DocumentFormat.OpenXml.UInt64Value.ToUInt64(DocumentFormat.OpenXml.UInt64Value! value) -> ulong
954901
virtual DocumentFormat.OpenXml.Features.FeatureCollection.Revision.get -> int
902+
virtual DocumentFormat.OpenXml.OpenXmlCompositeElement.IsValidChild(DocumentFormat.OpenXml.OpenXmlElement! element) -> bool
955903
virtual DocumentFormat.OpenXml.OpenXmlElement.AppendChild<T>(T? newChild) -> T?
956904
virtual DocumentFormat.OpenXml.OpenXmlElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement!
957905
virtual DocumentFormat.OpenXml.OpenXmlElement.FirstChild.get -> DocumentFormat.OpenXml.OpenXmlElement?
@@ -997,18 +945,70 @@ virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Id.get -> string!
997945
virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.IsExternal.get -> bool
998946
virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.RelationshipType.get -> string!
999947
virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Uri.get -> System.Uri!
948+
[OOXML0001]DocumentFormat.OpenXml.Experimental.PackageExtensions
949+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackage
950+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackage.CreatePart(System.Uri! partUri, string! contentType, System.IO.Packaging.CompressionOption compressionOption) -> DocumentFormat.OpenXml.Packaging.IPackagePart!
951+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackage.DeletePart(System.Uri! uri) -> void
952+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackage.FileOpenAccess.get -> System.IO.FileAccess
953+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackage.GetPart(System.Uri! uriTarget) -> DocumentFormat.OpenXml.Packaging.IPackagePart!
954+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackage.GetParts() -> System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.Packaging.IPackagePart!>!
955+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackage.PackageProperties.get -> DocumentFormat.OpenXml.Packaging.IPackageProperties!
956+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackage.PartExists(System.Uri! partUri) -> bool
957+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackage.Relationships.get -> DocumentFormat.OpenXml.Packaging.IRelationshipCollection!
958+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackage.Save() -> void
959+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackagePart
960+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackagePart.ContentType.get -> string!
961+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackagePart.GetStream(System.IO.FileMode open, System.IO.FileAccess write) -> System.IO.Stream!
962+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackagePart.Package.get -> DocumentFormat.OpenXml.Packaging.IPackage!
963+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackagePart.Relationships.get -> DocumentFormat.OpenXml.Packaging.IRelationshipCollection!
964+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackagePart.Uri.get -> System.Uri!
965+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties
966+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Category.get -> string?
967+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Category.set -> void
968+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.ContentStatus.get -> string?
969+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.ContentStatus.set -> void
970+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.ContentType.get -> string?
971+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.ContentType.set -> void
972+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Created.get -> System.DateTime?
973+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Created.set -> void
974+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Creator.get -> string?
975+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Creator.set -> void
976+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Description.get -> string?
977+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Description.set -> void
978+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Identifier.get -> string?
979+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Identifier.set -> void
980+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Keywords.get -> string?
981+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Keywords.set -> void
982+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Language.get -> string?
983+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Language.set -> void
984+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.LastModifiedBy.get -> string?
985+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.LastModifiedBy.set -> void
986+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.LastPrinted.get -> System.DateTime?
987+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.LastPrinted.set -> void
988+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Modified.get -> System.DateTime?
989+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Modified.set -> void
990+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Revision.get -> string?
991+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Revision.set -> void
992+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Subject.get -> string?
993+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Subject.set -> void
994+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Title.get -> string?
995+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Title.set -> void
996+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Version.get -> string?
997+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageProperties.Version.set -> void
998+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageRelationship
999+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageRelationship.Id.get -> string!
1000+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageRelationship.RelationshipType.get -> string!
1001+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageRelationship.SourceUri.get -> System.Uri!
1002+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageRelationship.TargetMode.get -> System.IO.Packaging.TargetMode
1003+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IPackageRelationship.TargetUri.get -> System.Uri!
1004+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IRelationshipCollection
1005+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IRelationshipCollection.Contains(string! id) -> bool
1006+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IRelationshipCollection.Count.get -> int
1007+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IRelationshipCollection.Create(System.Uri! targetUri, System.IO.Packaging.TargetMode targetMode, string! relationshipType, string? id = null) -> DocumentFormat.OpenXml.Packaging.IPackageRelationship!
1008+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IRelationshipCollection.Remove(string! id) -> void
1009+
[OOXML0001]DocumentFormat.OpenXml.Packaging.IRelationshipCollection.this[string! id].get -> DocumentFormat.OpenXml.Packaging.IPackageRelationship!
1010+
[OOXML0001]static DocumentFormat.OpenXml.Experimental.PackageExtensions.GetPackage(this DocumentFormat.OpenXml.Packaging.OpenXmlPackage! package) -> DocumentFormat.OpenXml.Packaging.IPackage!
10001011
~override DocumentFormat.OpenXml.OpenXmlElementList.Equals(object obj) -> bool
10011012
~override DocumentFormat.OpenXml.OpenXmlElementList.ToString() -> string
10021013
~override DocumentFormat.OpenXml.Packaging.PartTypeInfo.Equals(object obj) -> bool
10031014
~override DocumentFormat.OpenXml.Packaging.PartTypeInfo.ToString() -> string
1004-
DocumentFormat.OpenXml.OpenXmlPartWriterSettings
1005-
DocumentFormat.OpenXml.OpenXmlPartWriterSettings.CloseOutput.get -> bool
1006-
DocumentFormat.OpenXml.OpenXmlPartWriterSettings.CloseOutput.set -> void
1007-
DocumentFormat.OpenXml.OpenXmlPartWriterSettings.Encoding.get -> System.Text.Encoding!
1008-
DocumentFormat.OpenXml.OpenXmlPartWriterSettings.Encoding.set -> void
1009-
DocumentFormat.OpenXml.OpenXmlPartWriterSettings.OpenXmlPartWriterSettings() -> void
1010-
DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, DocumentFormat.OpenXml.OpenXmlPartWriterSettings! settings) -> void
1011-
DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(System.IO.Stream! partStream, DocumentFormat.OpenXml.OpenXmlPartWriterSettings! settings) -> void
1012-
virtual DocumentFormat.OpenXml.OpenXmlCompositeElement.IsValidChild(DocumentFormat.OpenXml.OpenXmlElement! element) -> bool
1013-
static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.IsEncryptedOfficeFile(System.IO.Stream! inputStream) -> bool
1014-
static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.IsEncryptedOfficeFile(string! filePath) -> bool

0 commit comments

Comments
 (0)