1
2
3
4
5
6
7
8
9
use super::head_end::XlsxHeadEnd;

/// https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.drawing.tailend?view=openxml-3.0.1
///
/// Example
/// ```
/// <tailEnd len="lg" type="arrowhead" w="sm"/>
/// ```
pub type XlsxTailEnd = XlsxHeadEnd;