1
2
3
4
5
6
/// https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.drawing.closeshapepath?view=openxml-3.0.1
///
/// This element specifies the ending of a series of lines and curves in the creation path of a custom geometric shape.
/// When this element is encountered, the generating application should consider the corresponding path closed.

pub type XlsxCloseShapePath = bool;