@Deprecated public abstract class ComparisonTextSegmentBase extends Object implements IComparisonComponent
Constructor and Description |
---|
ComparisonTextSegmentBase()
Deprecated.
|
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.
|
abstract String |
getText()
Deprecated.
Gets or sets the text.
|
abstract com.groupdocs.comparison.pdf.contracts.settings.IComparisonTextState |
getTextState()
Deprecated.
|
int |
getTypeChanged()
Deprecated.
Gets or sets the type of changes for this component.
|
abstract double |
getX()
Deprecated.
Value:
The x.
|
abstract double |
getY()
Deprecated.
Gets or sets the y.
|
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.
|
abstract void |
setText(String value)
Deprecated.
Gets or sets the text.
|
abstract void |
setTextState(com.groupdocs.comparison.pdf.contracts.settings.IComparisonTextState value)
Deprecated.
|
void |
setTypeChanged(int value)
Deprecated.
Gets or sets the type of changes for this component.
|
abstract void |
setX(double value)
Deprecated.
Value:
The x.
|
abstract void |
setY(double value)
Deprecated.
Gets or sets the y.
|
public abstract String getText()
Gets or sets the text.
Value: The text.public abstract void setText(String value)
Gets or sets the text.
Value: The text.public abstract double getX()
Value: The x.
public abstract void setX(double value)
Value: The x.
public abstract double getY()
Gets or sets the y.
Value: The y.public abstract void setY(double value)
Gets or sets the y.
Value: The y.public abstract com.groupdocs.comparison.pdf.contracts.settings.IComparisonTextState getTextState()
public abstract void setTextState(com.groupdocs.comparison.pdf.contracts.settings.IComparisonTextState value)
public int getTypeChanged()
IComparisonComponent
getTypeChanged
in interface IComparisonComponent
public void setTypeChanged(int value)
IComparisonComponent
setTypeChanged
in interface IComparisonComponent
public ComparisonRectangleBase getRectangle()
IComparisonComponent
getRectangle
in interface IComparisonComponent
public void setRectangle(ComparisonRectangleBase value)
IComparisonComponent
setRectangle
in interface IComparisonComponent
public int getPageNumber()
IComparisonComponent
getPageNumber
in interface IComparisonComponent
public void setPageNumber(int value)
IComparisonComponent
setPageNumber
in interface IComparisonComponent
public StyleChangeInfo[] getStyleChangeInfo()
Gets or sets the style change information.
Value: The style change information.getStyleChangeInfo
in interface IComparisonComponent
public void setStyleChangeInfo(StyleChangeInfo[] value)
Gets or sets the style change information.
Value: The style change information.setStyleChangeInfo
in interface IComparisonComponent
Copyright © 2018. All rights reserved.