@Deprecated public interface IComparisonParagraph extends IComparisonComponent
Represents paragraph of text
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.
|
double |
getParagraphIndentX()
Deprecated.
Gets or Sets X coordinate of current paragraphs indent
|
double |
getRightIndent()
Deprecated.
Gets or sets the right indent.
|
List<ComparisonTextSegmentBase> |
getRuns()
Deprecated.
Gets or Sets all runs from current paragraph
|
String |
getText()
Deprecated.
Gets or Sets text of 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 |
setParagraphIndentX(double value)
Deprecated.
Gets or Sets X coordinate of current paragraphs indent
|
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
|
getPageNumber, getRectangle, getStyleChangeInfo, getTypeChanged, setPageNumber, setRectangle, setStyleChangeInfo, setTypeChanged
int getHorizontalAlignment()
void setHorizontalAlignment(int value)
List<ComparisonTextSegmentBase> getRuns()
void setRuns(List<ComparisonTextSegmentBase> value)
value
- the valueString getText()
double getLeftIndent()
void setLeftIndent(double value)
value
- the valuedouble getRightIndent()
void setRightIndent(double value)
value
- the valuedouble getParagraphIndentX()
void setParagraphIndentX(double value)
value
- the valuelong getAlignment()
void setAlignment(long value)
value
- the valuedouble getFirstLineIndent()
void setFirstLineIndent(double value)
value
- the valuedouble getLineSpacing()
void setLineSpacing(double value)
value
- the valuedouble getLUX()
void setLUX(double value)
value
- the valuedouble getLUY()
void setLUY(double value)
value
- the valueCopyright © 2018. All rights reserved.