@Deprecated public class ComparisonTextSegment extends ComparisonTextSegmentBase
Constructor and Description |
---|
ComparisonTextSegment(int newType,
com.groupdocs.comparison.pdf.contracts.settings.IComparisonTextState state,
String text)
Deprecated.
|
ComparisonTextSegment(String text)
Deprecated.
|
ComparisonTextSegment(com.aspose.pdf.TextSegment textSegment)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getText()
Deprecated.
Gets or sets the text.
|
com.groupdocs.comparison.pdf.contracts.settings.IComparisonTextState |
getTextState()
Deprecated.
|
double |
getX()
Deprecated.
Value:
The x.
|
double |
getY()
Deprecated.
Gets or sets the y.
|
void |
setText(String value)
Deprecated.
Gets or sets the text.
|
void |
setTextState(com.groupdocs.comparison.pdf.contracts.settings.IComparisonTextState value)
Deprecated.
|
void |
setX(double value)
Deprecated.
Value:
The x.
|
void |
setY(double value)
Deprecated.
Gets or sets the y.
|
getPageNumber, getRectangle, getStyleChangeInfo, getTypeChanged, setPageNumber, setRectangle, setStyleChangeInfo, setTypeChanged
public ComparisonTextSegment(com.aspose.pdf.TextSegment textSegment)
public ComparisonTextSegment(String text)
public ComparisonTextSegment(int newType, com.groupdocs.comparison.pdf.contracts.settings.IComparisonTextState state, String text)
public String getText()
Gets or sets the text.
Value: The text.getText
in class ComparisonTextSegmentBase
public void setText(String value)
Gets or sets the text.
Value: The text.setText
in class ComparisonTextSegmentBase
public com.groupdocs.comparison.pdf.contracts.settings.IComparisonTextState getTextState()
getTextState
in class ComparisonTextSegmentBase
public void setTextState(com.groupdocs.comparison.pdf.contracts.settings.IComparisonTextState value)
setTextState
in class ComparisonTextSegmentBase
public double getX()
Value: The x.
getX
in class ComparisonTextSegmentBase
public void setX(double value)
Value: The x.
setX
in class ComparisonTextSegmentBase
public double getY()
Gets or sets the y.
Value: The y.getY
in class ComparisonTextSegmentBase
public void setY(double value)
Gets or sets the y.
Value: The y.setY
in class ComparisonTextSegmentBase
Copyright © 2018. All rights reserved.