### Aspose.Cells C++ Drawing::Texts Namespace Overview Source: https://reference.aspose.com/cells/cpp/aspose.cells This section provides an overview of the classes and enums available within the Aspose.Cells C++ Drawing::Texts namespace, which are used for managing text properties within shapes. ```APIDOC ## Aspose::Cells::Drawing::Texts Namespace ### Description Provides classes and enums for managing text formatting within shapes in Aspose.Cells. ### Classes #### AutoNumberedBulletValue Represents automatic numbered bullet. #### Bullet Represents the bullet points should be applied to a paragraph. #### BulletValue Represents the value of the bullet. #### CharacterBulletValue Represents the character bullet. #### FontSettingCollection Represents the list of FontSetting. #### NoneBulletValue Represents no bullet. #### PictureBulletValue Represents the value of the image bullet. #### ShapeTextAlignment Represents the setting of shape’s text alignment; #### TextBoxOptions Represents the text options of the shape. #### TextOptions Represents the text options. #### TextParagraph Represents the text paragraph setting. #### TextParagraphCollection Represents all text paragraph. #### TextTabStop Represents tab stop. #### TextTabStopCollection Represents the list of all tab stops. ### Enums #### BulletType Represents the type of the bullet. #### LineSpaceSizeType Represents the unit type of line space size. #### ShapeTextVerticalAlignmentType It corresponds to “Format Shape - Text Options - Text Box - Vertical Alignment” in Excel. #### TextAutonumberScheme Represents all automatic number scheme. #### TextFontAlignType Represents the different types of font alignment. #### TextNodeType Represents the node type. #### TextTabAlignmentType Represents the text tab alignment types. #### TextVerticalType Represents the text direct type. ### Related Namespaces - Aspose::Cells::Drawing::Equations - Aspose::Cells::Json ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.