| Package | Description |
|---|---|
| com.groupdocs.comparison.options.style |
Provides classes and options for styling and configuring the visual appearance of the document comparison output in GroupDocs.Comparison.
|
| Modifier and Type | Method and Description |
|---|---|
StyleSettings.Builder |
StyleSettings.Builder.setBold(boolean value)
Sets a flag that indicates whether the text should be bold or not.
|
StyleSettings.Builder |
StyleSettings.Builder.setEndStringSeparator(String value)
Sets the end string separator.
|
StyleSettings.Builder |
StyleSettings.Builder.setFontColor(Color value)
Sets the font color.
|
StyleSettings.Builder |
StyleSettings.Builder.setHighlightColor(Color value)
Sets the highlight color.
|
StyleSettings.Builder |
StyleSettings.Builder.setItalic(boolean value)
Sets a flag that indicates whether the text should be italic or not.
|
StyleSettings.Builder |
StyleSettings.Builder.setOriginalSize(Size value)
Sets the original size of comparing documents.
|
StyleSettings.Builder |
StyleSettings.Builder.setStartStringSeparator(String value)
Sets the start string separator.
|
StyleSettings.Builder |
StyleSettings.Builder.setStrikethrough(boolean value)
Sets a flag that indicates whether the text should be strike through or not.
|
StyleSettings.Builder |
StyleSettings.Builder.setUnderline(boolean value)
Sets a flag that indicates whether the text should be underlined or not.
|
StyleSettings.Builder |
StyleSettings.Builder.setWordsSeparators(char[] value)
Sets the word separator chars.
|
Copyright © 2024. All rights reserved.