Package | stimulsoft.report.components.interfaces |
Interface | public interface IStiText |
Implementors | StiSimpleText |
Property | Defined By | ||
---|---|---|---|
hideZeros : Boolean | IStiText | ||
maxNumberOfLines : int | IStiText | ||
onlyText : Boolean | IStiText | ||
processingDuplicates : int | IStiText | ||
text : StiExpression | IStiText | ||
textValue : String | IStiText |
Method | Defined By | ||
---|---|---|---|
getTextInternal():String | IStiText | ||
setTextInternal(value:String):void | IStiText |
hideZeros | property |
hideZeros:Boolean
public function get hideZeros():Boolean
public function set hideZeros(value:Boolean):void
maxNumberOfLines | property |
maxNumberOfLines:int
public function get maxNumberOfLines():int
public function set maxNumberOfLines(value:int):void
onlyText | property |
onlyText:Boolean
public function get onlyText():Boolean
public function set onlyText(value:Boolean):void
processingDuplicates | property |
processingDuplicates:int
public function get processingDuplicates():int
public function set processingDuplicates(value:int):void
text | property |
text:StiExpression
public function get text():StiExpression
public function set text(value:StiExpression):void
textValue | property |
textValue:String
public function get textValue():String
public function set textValue(value:String):void
getTextInternal | () | method |
public function getTextInternal():String
ReturnsString |
setTextInternal | () | method |
public function setTextInternal(value:String):void
Parameters
value:String |