/// https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.drawing.useshaperectangle?view=openxml-3.0.1
///
/// This element specifies that the text rectangle from the parent shape should be used for this text shape.
/// If this attribute is specified then the text rectangle, or text bounding box as it is also called should have the same dimensions as the text bounding box of the parent shape within which this text shape resides.
///
/// useSpRect (Use Shape Text Rectangle)
pub type XlsxUseShapeTextRectangle = bool;