| Package | Description |
|---|---|
| com.groupdocs.comparison.options |
Provides classes and interfaces for configuring various options and settings related to document comparison.
|
| 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 |
CompareOptions.getChangedItemStyle()
Gets a style settings that will be applied to changed items.
|
StyleSettings |
CompareOptions.getDeletedItemStyle()
Gets a style settings that will be applied to deleted items.
|
StyleSettings |
CompareOptions.getInsertedItemStyle()
Gets a style settings that will be applied to inserted items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompareOptions.setChangedItemStyle(StyleSettings value)
Sets a style settings that will be applied to changed items.
|
CompareOptions.Builder |
CompareOptions.Builder.setChangedItemStyle(StyleSettings value)
Sets a style settings that will be applied to changed items.
|
void |
CompareOptions.setDeletedItemStyle(StyleSettings value)
Sets a style settings that will be applied to deleted items.
|
CompareOptions.Builder |
CompareOptions.Builder.setDeletedItemStyle(StyleSettings value)
Sets a style settings that will be applied to deleted items.
|
void |
CompareOptions.setInsertedItemStyle(StyleSettings value)
Sets a style settings that will be applied to inserted items.
|
CompareOptions.Builder |
CompareOptions.Builder.setInsertedItemStyle(StyleSettings value)
Sets a style settings that will be applied to inserted items.
|
| Constructor and Description |
|---|
CompareOptions(StyleSettings insertedItemStyle,
StyleSettings deletedItemStyle,
StyleSettings changedItemStyle)
Initializes a new instance of the CompareOptions class with settings for different styles.
|
| Modifier and Type | Method and Description |
|---|---|
StyleSettings |
StyleSettings.Builder.build()
Returns the object that was created and configured along with the builder.
|
Copyright © 2024. All rights reserved.