@Deprecated public interface IComparisonComponent
Modifier and Type | Method and Description |
---|---|
int |
getPageNumber()
Deprecated.
Gets or sets the page number.
|
ComparisonRectangleBase |
getRectangle()
Deprecated.
Gets or sets the rectangle of the component.
|
StyleChangeInfo[] |
getStyleChangeInfo()
Deprecated.
Gets or sets the style change information.
|
int |
getTypeChanged()
Deprecated.
Gets or sets the type of changes for this component.
|
void |
setPageNumber(int value)
Deprecated.
Gets or sets the page number.
|
void |
setRectangle(ComparisonRectangleBase value)
Deprecated.
Gets or sets the rectangle of the component.
|
void |
setStyleChangeInfo(StyleChangeInfo[] value)
Deprecated.
Gets or sets the style change information.
|
void |
setTypeChanged(int value)
Deprecated.
Gets or sets the type of changes for this component.
|
int getTypeChanged()
void setTypeChanged(int value)
ComparisonRectangleBase getRectangle()
void setRectangle(ComparisonRectangleBase value)
int getPageNumber()
void setPageNumber(int value)
StyleChangeInfo[] getStyleChangeInfo()
void setStyleChangeInfo(StyleChangeInfo[] value)
Copyright © 2018. All rights reserved.