dotnet / Open-XML-SDK

Open XML SDK by Microsoft
https://www.nuget.org/packages/DocumentFormat.OpenXml/
MIT License
3.99k stars 544 forks source link

`pictureOptions` and `bubble3D` were removed from some complex types in O15 but not the SDK #1769

Open tomjebo opened 1 month ago

tomjebo commented 1 month ago

Need to [Obsolete] the following:

pictureOptions from CT_LineSer, CT_RadarSer, CT_PieSer, CT_BubbleSer and CT_SurfaceSer bubble3D from CT_SurfaceSer

these children have been removed in the O15 Office schemas but were never removed from the SDK.

Once obsoleted, they will be marked for deletion in the next major release.