public interface IComparisonSettings
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
boolean |
attachments()
Checks if attachments are considered for this comparison
|
IList |
fields()
Returns a copy of The list of the fields to be considered for the comparison
|
Object |
fields(int index) |
boolean |
richContent()
Checks if rich content is considered for this comparison
|
String |
type()
Returns a copy of The Name of the Type of the compared element
|
String type()
Returns a copy of The Name of the Type of the compared element
Getter method for the COM property "Type"
IList fields()
Returns a copy of The list of the fields to be considered for the comparison
Getter method for the COM property "Fields"
Object fields(int index)
boolean attachments()
Checks if attachments are considered for this comparison
Getter method for the COM property "Attachments"
boolean richContent()
Checks if rich content is considered for this comparison
Getter method for the COM property "RichContent"
Copyright © 2020. All rights reserved.