@Deprecated public class ComparisonParagraph extends Object implements IComparisonParagraph
Represents a paragraph of text
Constructor and Description |
---|
ComparisonParagraph()
Deprecated.
Initializes a new instance of the
ComparisonParagraph class. |
Modifier and Type | Method and Description |
---|---|
long |
getAlignment()
Deprecated.
Gets or sets the alignment.
|
double |
getFirstLineIndent()
Deprecated.
Gets or sets the first line indent.
|
int |
getHorizontalAlignment()
Deprecated.
Gets or sets the horizontal alignment.
|
double |
getLeftIndent()
Deprecated.
Gets or sets the left indent.
|
double |
getLineSpacing()
Deprecated.
Gets or sets the line spacing.
|
double |
getLUX()
Deprecated.
Gets or sets the lux.
|
double |
getLUY()
Deprecated.
Gets or sets the luy.
|
int |
getPageNumber()
Deprecated.
Gets or sets the page number.
|
double |
getParagraphIndentX()
Deprecated.
Gets or Sets X coordinate of current paragraphs indent
|
ComparisonRectangleBase |
getRectangle()
Deprecated.
Gets or sets the rectangle.
|
double |
getRightIndent()
Deprecated.
Gets or sets the right indent.
|
List<ComparisonTextSegmentBase> |
getRuns()
Deprecated.
Gets or Sets all runs from current paragraph
|
StyleChangeInfo[] |
getStyleChangeInfo()
Deprecated.
Gets or sets the style change information.
|
String |
getText()
Deprecated.
Gets or Sets text of current paragraph
|
int |
getTypeChanged()
Deprecated.
Gets or Sets type of changes for current paragraph
|
void |
setAlignment(long value)
Deprecated.
Gets or sets the alignment.
|
void |
setFirstLineIndent(double value)
Deprecated.
Gets or sets the first line indent.
|
void |
setHorizontalAlignment(int value)
Deprecated.
Gets or sets the horizontal alignment.
|
void |
setLeftIndent(double value)
Deprecated.
Gets or sets the left indent.
|
void |
setLineSpacing(double value)
Deprecated.
Gets or sets the line spacing.
|
void |
setLUX(double value)
Deprecated.
Gets or sets the lux.
|
void |
setLUY(double value)
Deprecated.
Gets or sets the luy.
|
void |
setPageNumber(int value)
Deprecated.
Gets or sets the page number.
|
void |
setParagraphIndentX(double value)
Deprecated.
Gets or Sets X coordinate of current paragraphs indent
|
void |
setRectangle(ComparisonRectangleBase value)
Deprecated.
Gets or sets the rectangle.
|
void |
setRightIndent(double value)
Deprecated.
Gets or sets the right indent.
|
void |
setRuns(List<ComparisonTextSegmentBase> value)
Deprecated.
Gets or Sets all runs from current paragraph
|
void |
setStyleChangeInfo(StyleChangeInfo[] value)
Deprecated.
Gets or sets the style change information.
|
void |
setTypeChanged(int value)
Deprecated.
Gets or Sets type of changes for current paragraph
|
public ComparisonParagraph()
Initializes a new instance of the ComparisonParagraph
class.
public int getHorizontalAlignment()
Gets or sets the horizontal alignment.
Value: The horizontal alignment.getHorizontalAlignment
in interface IComparisonParagraph
public void setHorizontalAlignment(int value)
Gets or sets the horizontal alignment.
Value: The horizontal alignment.setHorizontalAlignment
in interface IComparisonParagraph
public List<ComparisonTextSegmentBase> getRuns()
Gets or Sets all runs from current paragraph
getRuns
in interface IComparisonParagraph
public void setRuns(List<ComparisonTextSegmentBase> value)
Gets or Sets all runs from current paragraph
setRuns
in interface IComparisonParagraph
value
- the valuepublic String getText()
Gets or Sets text of current paragraph
getText
in interface IComparisonParagraph
public int getTypeChanged()
Gets or Sets type of changes for current paragraph
getTypeChanged
in interface IComparisonComponent
public void setTypeChanged(int value)
Gets or Sets type of changes for current paragraph
setTypeChanged
in interface IComparisonComponent
public ComparisonRectangleBase getRectangle()
Gets or sets the rectangle.
Value: The rectangle.getRectangle
in interface IComparisonComponent
public void setRectangle(ComparisonRectangleBase value)
Gets or sets the rectangle.
Value: The rectangle.setRectangle
in interface IComparisonComponent
value
- the valuepublic int getPageNumber()
Gets or sets the page number.
Value: The page number.getPageNumber
in interface IComparisonComponent
public void setPageNumber(int value)
Gets or sets the page number.
Value: The page number.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
public double getLeftIndent()
Gets or sets the left indent.
Value: The left indent.getLeftIndent
in interface IComparisonParagraph
public void setLeftIndent(double value)
Gets or sets the left indent.
Value: The left indent.setLeftIndent
in interface IComparisonParagraph
value
- the valuepublic double getFirstLineIndent()
Gets or sets the first line indent.
Value: The first line indent.getFirstLineIndent
in interface IComparisonParagraph
public void setFirstLineIndent(double value)
Gets or sets the first line indent.
Value: The first line indent.setFirstLineIndent
in interface IComparisonParagraph
value
- the valuepublic double getLineSpacing()
Gets or sets the line spacing.
Value: The line spacing.getLineSpacing
in interface IComparisonParagraph
public void setLineSpacing(double value)
Gets or sets the line spacing.
Value: The line spacing.setLineSpacing
in interface IComparisonParagraph
value
- the valuepublic double getLUX()
Gets or sets the lux.
Value: The lux.getLUX
in interface IComparisonParagraph
public void setLUX(double value)
Gets or sets the lux.
Value: The lux.setLUX
in interface IComparisonParagraph
value
- the valuepublic double getLUY()
Gets or sets the luy.
Value: The luy.getLUY
in interface IComparisonParagraph
public void setLUY(double value)
Gets or sets the luy.
Value: The luy.setLUY
in interface IComparisonParagraph
value
- the valuepublic double getRightIndent()
Gets or sets the right indent.
Value: The right indent.getRightIndent
in interface IComparisonParagraph
public void setRightIndent(double value)
Gets or sets the right indent.
Value: The right indent.setRightIndent
in interface IComparisonParagraph
value
- the valuepublic double getParagraphIndentX()
Gets or Sets X coordinate of current paragraphs indent
getParagraphIndentX
in interface IComparisonParagraph
public void setParagraphIndentX(double value)
Gets or Sets X coordinate of current paragraphs indent
setParagraphIndentX
in interface IComparisonParagraph
value
- the valuepublic long getAlignment()
Gets or sets the alignment.
Value: The alignment.getAlignment
in interface IComparisonParagraph
public void setAlignment(long value)
Gets or sets the alignment.
Value: The alignment.setAlignment
in interface IComparisonParagraph
value
- the valueCopyright © 2018. All rights reserved.