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 Details

    • getText

      StiExpression getText()
      Gets or sets text expression.
    • setText

      void setText(StiExpression value)
    • getTextValue

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

      void setTextValue(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

      String getTextInternal()
      Internal use only.
    • setTextInternal

      void setTextInternal(String value)
      Internal use only.