Interface IStiText
- All Known Implementing Classes:
StiContourText,StiCrossCell,StiCrossColumn,StiCrossColumnTotal,StiCrossField,StiCrossHeader,StiCrossRow,StiCrossRowTotal,StiCrossSummary,StiCrossSummaryHeader,StiCrossTitle,StiCrossTotal,StiRichText,StiSimpleText,StiSystemText,StiTableCell,StiTableCellRichText,StiText,StiTextInCells
public interface IStiText
Dewscribes text in the component.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets or sets value indicates that no need show zeroes.Gets or sets value indicates that it is necessary to lines of underline.intGets or sets maximum number of lines which specify the limit of the height stretch.booleanGets or sets value indicates that the text expression contains a text only.getText()Gets or sets text expression.Internal use only.Gets or sets text value.voidsetHideZeros(boolean value) voidsetLinesOfUnderline(StiPenStyle value) voidsetMaxNumberOfLines(int value) voidsetOnlyText(boolean value) voidvoidsetText(StiExpression value) voidsetTextInternal(String value) Internal use only.voidsetTextValue(String value)
-
Method Details
-
getText
StiExpression getText()Gets or sets text expression. -
setText
-
getTextValue
String getTextValue()Gets or sets text value. If the text is not null thet it is necessary to use this text. -
setTextValue
-
getLinesOfUnderline
StiPenStyle getLinesOfUnderline()Gets or sets value indicates that it is necessary to lines of underline. -
setLinesOfUnderline
-
getHideZeros
boolean getHideZeros()Gets or sets value indicates that no need show zeroes. -
setHideZeros
void setHideZeros(boolean value) -
getProcessingDuplicates
StiProcessingDuplicatesType getProcessingDuplicates() -
setProcessingDuplicates
-
getOnlyText
boolean getOnlyText()Gets or sets value indicates that the text expression contains a text only. -
setOnlyText
void setOnlyText(boolean value) -
getMaxNumberOfLines
int getMaxNumberOfLines()Gets or sets maximum number of lines which specify the limit of the height stretch. -
setMaxNumberOfLines
void setMaxNumberOfLines(int value) -
getTextInternal
String getTextInternal()Internal use only. -
setTextInternal
Internal use only.
-