Class OutputTextStyle
OutputTextStyle class
Represents a style set class for marking text changes.
public class OutputTextStyle
Constructors
Properties
| Name | Description |
|---|
| DeletedStyle { get; set; } | Get and set a text style for deleted text. |
| EqualStyle { get; set; } | Get and set a text style for non changed text. |
| InsertedStyle { get; set; } | Get and set a text style for inserted text. |
| StrikethroughDeleted { get; set; } | Get or set text-decoration: line-through style for the delete operation. Default value is False. |
See Also