Aspose::Pdf::Comparison::OutputTextStyle class
Contents
[
Hide
]OutputTextStyle class
Represents a style set class for marking text changes.
class OutputTextStyle : public System::Object
Methods
| Method | Description |
|---|---|
| get_DeletedStyle() const | Get and set a text style for deleted text. |
| get_EqualStyle() const | Get and set a text style for non changed text. |
| get_InsertedStyle() const | Get and set a text style for inserted text. |
| get_StrikethroughDeleted() const | Get or set text-decoration: line-through style for the delete operation. Default value is False. |
| OutputTextStyle() | |
| set_DeletedStyle(System::SharedPtr<TextStyle>) | Get and set a text style for deleted text. |
| set_EqualStyle(System::SharedPtr<TextStyle>) | Get and set a text style for non changed text. |
| set_InsertedStyle(System::SharedPtr<TextStyle>) | Get and set a text style for inserted text. |
| set_StrikethroughDeleted(bool) | Get or set text-decoration: line-through style for the delete operation. Default value is False. |
See Also
- Class Object
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++