com.stimulsoft.report.components.interfaces
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
 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)
           
 

Method Detail

getText

StiExpression getText()
Gets or sets text expression.


setText

void setText(StiExpression value)

getTextValue

java.lang.String getTextValue()
Gets or sets text value. If the text is not null thet it is necessary to use this text.


setTextValue

void setTextValue(java.lang.String value)

getLinesOfUnderline

StiPenStyle getLinesOfUnderline()
Gets or sets value indicates that it is necessary to lines of underline.


setLinesOfUnderline

void setLinesOfUnderline(StiPenStyle value)

getHideZeros

boolean getHideZeros()
Gets or sets value indicates that no need show zeroes.


setHideZeros

void setHideZeros(boolean value)

getProcessingDuplicates

StiProcessingDuplicatesType getProcessingDuplicates()

setProcessingDuplicates

void setProcessingDuplicates(StiProcessingDuplicatesType value)

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

java.lang.String getTextInternal()
Internal use only.


setTextInternal

void setTextInternal(java.lang.String value)
Internal use only.