public interface IStiText
| Modifier and Type | Method and Description |
|---|---|
boolean |
getHideZeros()
Gets or sets value indicates that no need show zeroes.
|
StiPenStyle |
getLinesOfUnderline()
Gets or sets value indicates that it is necessary to lines of underline.
|
int |
getMaxNumberOfLines()
Gets or sets maximum number of lines which specify the limit of the height stretch.
|
boolean |
getOnlyText()
Gets or sets value indicates that the text expression contains a text only.
|
StiProcessingDuplicatesType |
getProcessingDuplicates() |
StiExpression |
getText()
Gets or sets text expression.
|
java.lang.String |
getTextInternal()
Internal use only.
|
java.lang.String |
getTextValue()
Gets or sets text value.
|
void |
setHideZeros(boolean value) |
void |
setLinesOfUnderline(StiPenStyle value) |
void |
setMaxNumberOfLines(int value) |
void |
setOnlyText(boolean value) |
void |
setProcessingDuplicates(StiProcessingDuplicatesType value) |
void |
setText(StiExpression value) |
void |
setTextInternal(java.lang.String value)
Internal use only.
|
void |
setTextValue(java.lang.String value) |
StiExpression getText()
void setText(StiExpression value)
java.lang.String getTextValue()
void setTextValue(java.lang.String value)
StiPenStyle getLinesOfUnderline()
void setLinesOfUnderline(StiPenStyle value)
boolean getHideZeros()
void setHideZeros(boolean value)
StiProcessingDuplicatesType getProcessingDuplicates()
void setProcessingDuplicates(StiProcessingDuplicatesType value)
boolean getOnlyText()
void setOnlyText(boolean value)
int getMaxNumberOfLines()
void setMaxNumberOfLines(int value)
java.lang.String getTextInternal()
void setTextInternal(java.lang.String value)
Copyright © 2019 Stimulsoft. All Rights Reserved.