Aspose::Cells::TextStrikeType enum
TextStrikeType enum
This type specifies the strike type.
enum class TextStrikeType
Values
| Name | Value | Description |
|---|---|---|
| Single | 0 | A single strikethrough applied on the text. |
| Double | 1 | A double strikethrough applied on the text. Only works for the text of the shapes or charts. |
| None | 2 | No strike is applied to the text. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++