use Serialize;
use crateXlsxCharacterBullet;
/// https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.drawing.characterbullet?view=openxml-3.0.1
///
/// This element specifies that a character be applied to a set of bullets.
/// These bullets are allowed to be any character in any font that the system is able to support.
///
/// Example:
/// ```
/// <a:pPr …>
/// <a:buFont typeface="Calibri"/>
/// <a:buChar char="g"/>
/// </a:pPr>
/// ```
// tag: buChar