/// https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.drawing.bulletfonttext?view=openxml-3.0.1
///
/// This element specifies that the font of the bullets for a paragraph should be of the same font as the text run within which each bullet is contained.
///
/// Example:
/// ```
/// <a:pPr …>
/// <a:buFontTx>
/// </a:pPr>
/// ```
// tag: buFontTx
pub type XlsxBulletFontText = bool;