Packagestimulsoft.report.components.interfaces
Interfacepublic interface IStiText
Implementors StiSimpleText



Public Properties
 PropertyDefined By
  hideZeros : Boolean
IStiText
  maxNumberOfLines : int
IStiText
  onlyText : Boolean
IStiText
  processingDuplicates : int
IStiText
  text : StiExpression
IStiText
  textValue : String
IStiText
Public Methods
 MethodDefined By
  
IStiText
  
setTextInternal(value:String):void
IStiText
Property Detail
hideZerosproperty
hideZeros:Boolean


Implementation
    public function get hideZeros():Boolean
    public function set hideZeros(value:Boolean):void
maxNumberOfLinesproperty 
maxNumberOfLines:int


Implementation
    public function get maxNumberOfLines():int
    public function set maxNumberOfLines(value:int):void
onlyTextproperty 
onlyText:Boolean


Implementation
    public function get onlyText():Boolean
    public function set onlyText(value:Boolean):void
processingDuplicatesproperty 
processingDuplicates:int


Implementation
    public function get processingDuplicates():int
    public function set processingDuplicates(value:int):void
textproperty 
text:StiExpression


Implementation
    public function get text():StiExpression
    public function set text(value:StiExpression):void
textValueproperty 
textValue:String


Implementation
    public function get textValue():String
    public function set textValue(value:String):void
Method Detail
getTextInternal()method
public function getTextInternal():String

Returns
String
setTextInternal()method 
public function setTextInternal(value:String):void

Parameters

value:String