public class Settings
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
Settings.CloneMetadataEnum |
Gets or sets type of metadata to clone
|
static class |
Settings.DetailsLevelEnum |
Gets of sets the comparison details level
|
static class |
Settings.PaperSizeEnum |
Gets or sets the result document paper size
|
static class |
Settings.PasswordSaveOptionEnum |
Gets or sets type of password saving
|
Constructor | Description |
---|---|
Settings() |
Modifier and Type | Method | Description |
---|---|---|
Settings |
addWordsSeparatorCharsItem(java.lang.String wordsSeparatorCharsItem) |
|
Settings |
calculateComponentCoordinates(java.lang.Boolean calculateComponentCoordinates) |
|
Settings |
changedItemsStyle(ItemsStyle changedItemsStyle) |
|
Settings |
cloneMetadata(Settings.CloneMetadataEnum cloneMetadata) |
|
Settings |
deletedItemsStyle(ItemsStyle deletedItemsStyle) |
|
Settings |
detailsLevel(Settings.DetailsLevelEnum detailsLevel) |
|
Settings |
diagramMasterSetting(DiagramMasterSetting diagramMasterSetting) |
|
boolean |
equals(java.lang.Object o) |
|
Settings |
generateSummaryPage(java.lang.Boolean generateSummaryPage) |
|
java.lang.Boolean |
getCalculateComponentCoordinates() |
Indicates whether to calculate coordinates for changed components
|
ItemsStyle |
getChangedItemsStyle() |
Style for components with changed style
|
Settings.CloneMetadataEnum |
getCloneMetadata() |
Gets or sets type of metadata to clone
|
ItemsStyle |
getDeletedItemsStyle() |
Style for deleted components
|
Settings.DetailsLevelEnum |
getDetailsLevel() |
Gets of sets the comparison details level
|
DiagramMasterSetting |
getDiagramMasterSetting() |
Gets or sets master for Diagram document
|
java.lang.Boolean |
getGenerateSummaryPage() |
Indicates whether to add summary page to resultant document or not
|
java.lang.Boolean |
getHeaderFootersComparison() |
Control to turn on comparison of header/footer contents
|
ItemsStyle |
getInsertedItemsStyle() |
Style for inserted components
|
java.lang.Boolean |
getMarkChangedContent() |
Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents
|
java.lang.Boolean |
getMarkNestedContent() |
Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted
|
Metadata |
getMetaData() |
Gets or sets user metadata
|
Size |
getOriginalSize() |
Gets or sets original document size when picture is compared with other different formats
|
Settings.PaperSizeEnum |
getPaperSize() |
Gets or sets the result document paper size
|
java.lang.String |
getPassword() |
Gets or sets user password to resultant document
|
Settings.PasswordSaveOptionEnum |
getPasswordSaveOption() |
Gets or sets type of password saving
|
java.lang.Integer |
getSensitivityOfComparison() |
Gets or sets a sensitivity of comparison.
|
java.lang.Boolean |
getShowDeletedContent() |
Indicates whether to show deleted components in resultant document or not
|
java.lang.Boolean |
getShowInsertedContent() |
Indicates whether to show inserted components in resultant document or not
|
java.lang.Boolean |
getStyleChangeDetection() |
Indicates whether to detect style changes or not
|
java.lang.Boolean |
getUseFramesForDelInsElements() |
Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents
|
java.util.List<java.lang.String> |
getWordsSeparatorChars() |
An array of delimiters to split text into words
|
int |
hashCode() |
|
Settings |
headerFootersComparison(java.lang.Boolean headerFootersComparison) |
|
Settings |
insertedItemsStyle(ItemsStyle insertedItemsStyle) |
|
Settings |
markChangedContent(java.lang.Boolean markChangedContent) |
|
Settings |
markNestedContent(java.lang.Boolean markNestedContent) |
|
Settings |
metaData(Metadata metaData) |
|
Settings |
originalSize(Size originalSize) |
|
Settings |
paperSize(Settings.PaperSizeEnum paperSize) |
|
Settings |
password(java.lang.String password) |
|
Settings |
passwordSaveOption(Settings.PasswordSaveOptionEnum passwordSaveOption) |
|
Settings |
sensitivityOfComparison(java.lang.Integer sensitivityOfComparison) |
|
void |
setCalculateComponentCoordinates(java.lang.Boolean calculateComponentCoordinates) |
|
void |
setChangedItemsStyle(ItemsStyle changedItemsStyle) |
|
void |
setCloneMetadata(Settings.CloneMetadataEnum cloneMetadata) |
|
void |
setDeletedItemsStyle(ItemsStyle deletedItemsStyle) |
|
void |
setDetailsLevel(Settings.DetailsLevelEnum detailsLevel) |
|
void |
setDiagramMasterSetting(DiagramMasterSetting diagramMasterSetting) |
|
void |
setGenerateSummaryPage(java.lang.Boolean generateSummaryPage) |
|
void |
setHeaderFootersComparison(java.lang.Boolean headerFootersComparison) |
|
void |
setInsertedItemsStyle(ItemsStyle insertedItemsStyle) |
|
void |
setMarkChangedContent(java.lang.Boolean markChangedContent) |
|
void |
setMarkNestedContent(java.lang.Boolean markNestedContent) |
|
void |
setMetaData(Metadata metaData) |
|
void |
setOriginalSize(Size originalSize) |
|
void |
setPaperSize(Settings.PaperSizeEnum paperSize) |
|
void |
setPassword(java.lang.String password) |
|
void |
setPasswordSaveOption(Settings.PasswordSaveOptionEnum passwordSaveOption) |
|
void |
setSensitivityOfComparison(java.lang.Integer sensitivityOfComparison) |
|
void |
setShowDeletedContent(java.lang.Boolean showDeletedContent) |
|
void |
setShowInsertedContent(java.lang.Boolean showInsertedContent) |
|
void |
setStyleChangeDetection(java.lang.Boolean styleChangeDetection) |
|
void |
setUseFramesForDelInsElements(java.lang.Boolean useFramesForDelInsElements) |
|
void |
setWordsSeparatorChars(java.util.List<java.lang.String> wordsSeparatorChars) |
|
Settings |
showDeletedContent(java.lang.Boolean showDeletedContent) |
|
Settings |
showInsertedContent(java.lang.Boolean showInsertedContent) |
|
Settings |
styleChangeDetection(java.lang.Boolean styleChangeDetection) |
|
java.lang.String |
toString() |
|
Settings |
useFramesForDelInsElements(java.lang.Boolean useFramesForDelInsElements) |
|
Settings |
wordsSeparatorChars(java.util.List<java.lang.String> wordsSeparatorChars) |
public Settings generateSummaryPage(java.lang.Boolean generateSummaryPage)
public java.lang.Boolean getGenerateSummaryPage()
public void setGenerateSummaryPage(java.lang.Boolean generateSummaryPage)
public Settings showDeletedContent(java.lang.Boolean showDeletedContent)
public java.lang.Boolean getShowDeletedContent()
public void setShowDeletedContent(java.lang.Boolean showDeletedContent)
public Settings showInsertedContent(java.lang.Boolean showInsertedContent)
public java.lang.Boolean getShowInsertedContent()
public void setShowInsertedContent(java.lang.Boolean showInsertedContent)
public Settings styleChangeDetection(java.lang.Boolean styleChangeDetection)
public java.lang.Boolean getStyleChangeDetection()
public void setStyleChangeDetection(java.lang.Boolean styleChangeDetection)
public Settings insertedItemsStyle(ItemsStyle insertedItemsStyle)
public ItemsStyle getInsertedItemsStyle()
public void setInsertedItemsStyle(ItemsStyle insertedItemsStyle)
public Settings deletedItemsStyle(ItemsStyle deletedItemsStyle)
public ItemsStyle getDeletedItemsStyle()
public void setDeletedItemsStyle(ItemsStyle deletedItemsStyle)
public Settings changedItemsStyle(ItemsStyle changedItemsStyle)
public ItemsStyle getChangedItemsStyle()
public void setChangedItemsStyle(ItemsStyle changedItemsStyle)
public Settings wordsSeparatorChars(java.util.List<java.lang.String> wordsSeparatorChars)
public Settings addWordsSeparatorCharsItem(java.lang.String wordsSeparatorCharsItem)
public java.util.List<java.lang.String> getWordsSeparatorChars()
public void setWordsSeparatorChars(java.util.List<java.lang.String> wordsSeparatorChars)
public Settings detailsLevel(Settings.DetailsLevelEnum detailsLevel)
public Settings.DetailsLevelEnum getDetailsLevel()
public void setDetailsLevel(Settings.DetailsLevelEnum detailsLevel)
public Settings useFramesForDelInsElements(java.lang.Boolean useFramesForDelInsElements)
public java.lang.Boolean getUseFramesForDelInsElements()
public void setUseFramesForDelInsElements(java.lang.Boolean useFramesForDelInsElements)
public Settings calculateComponentCoordinates(java.lang.Boolean calculateComponentCoordinates)
public java.lang.Boolean getCalculateComponentCoordinates()
public void setCalculateComponentCoordinates(java.lang.Boolean calculateComponentCoordinates)
public Settings markChangedContent(java.lang.Boolean markChangedContent)
public java.lang.Boolean getMarkChangedContent()
public void setMarkChangedContent(java.lang.Boolean markChangedContent)
public Settings markNestedContent(java.lang.Boolean markNestedContent)
public java.lang.Boolean getMarkNestedContent()
public void setMarkNestedContent(java.lang.Boolean markNestedContent)
public Settings cloneMetadata(Settings.CloneMetadataEnum cloneMetadata)
public Settings.CloneMetadataEnum getCloneMetadata()
public void setCloneMetadata(Settings.CloneMetadataEnum cloneMetadata)
public Metadata getMetaData()
public void setMetaData(Metadata metaData)
public Settings passwordSaveOption(Settings.PasswordSaveOptionEnum passwordSaveOption)
public Settings.PasswordSaveOptionEnum getPasswordSaveOption()
public void setPasswordSaveOption(Settings.PasswordSaveOptionEnum passwordSaveOption)
public Settings password(java.lang.String password)
public java.lang.String getPassword()
public void setPassword(java.lang.String password)
public Settings diagramMasterSetting(DiagramMasterSetting diagramMasterSetting)
public DiagramMasterSetting getDiagramMasterSetting()
public void setDiagramMasterSetting(DiagramMasterSetting diagramMasterSetting)
public Size getOriginalSize()
public void setOriginalSize(Size originalSize)
public Settings headerFootersComparison(java.lang.Boolean headerFootersComparison)
public java.lang.Boolean getHeaderFootersComparison()
public void setHeaderFootersComparison(java.lang.Boolean headerFootersComparison)
public Settings paperSize(Settings.PaperSizeEnum paperSize)
public Settings.PaperSizeEnum getPaperSize()
public void setPaperSize(Settings.PaperSizeEnum paperSize)
public Settings sensitivityOfComparison(java.lang.Integer sensitivityOfComparison)
public java.lang.Integer getSensitivityOfComparison()
public void setSensitivityOfComparison(java.lang.Integer sensitivityOfComparison)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2020. All rights reserved.