public class OutputTextStyle extends Object
Represents a style set class for marking text changes.
Constructor and Description |
---|
OutputTextStyle() |
Modifier and Type | Method and Description |
---|---|
TextStyle |
getDeletedStyle()
Get and set a text style for deleted text.
|
TextStyle |
getEqualStyle()
Get and set a text style for non changed text.
|
TextStyle |
getInsertedStyle()
Get and set a text style for inserted text.
|
boolean |
isStrikethroughDeleted()
Get or set text-decoration: line-through style for the delete operation.
|
void |
setDeletedStyle(TextStyle value)
Get and set a text style for deleted text.
|
void |
setEqualStyle(TextStyle value)
Get and set a text style for non changed text.
|
void |
setInsertedStyle(TextStyle value)
Get and set a text style for inserted text.
|
void |
setStrikethroughDeleted(boolean value)
Get or set text-decoration: line-through style for the delete operation.
|
public final TextStyle getInsertedStyle()
Get and set a text style for inserted text.
public final void setInsertedStyle(TextStyle value)
Get and set a text style for inserted text.
value
- TextStyle instancepublic final TextStyle getDeletedStyle()
Get and set a text style for deleted text.
public final void setDeletedStyle(TextStyle value)
Get and set a text style for deleted text.
value
- TextStyle instancepublic final TextStyle getEqualStyle()
Get and set a text style for non changed text.
public final void setEqualStyle(TextStyle value)
Get and set a text style for non changed text.
value
- TextStyle instancepublic final boolean isStrikethroughDeleted()
Get or set text-decoration: line-through style for the delete operation.
Default value is False
.
public final void setStrikethroughDeleted(boolean value)
Get or set text-decoration: line-through style for the delete operation.
Default value is False
.
value
- boolean valueCopyright © 2025 Aspose. All Rights Reserved.