| Package | stimulsoft.report.export.tools.htmltable |
| Class | public class StiHtmlTextWriter |
| Inheritance | StiHtmlTextWriter Object |
| Property | Defined By | ||
|---|---|---|---|
| indent : int | StiHtmlTextWriter | ||
| Method | Defined By | ||
|---|---|---|---|
StiHtmlTextWriter(baseStream:StiStreamWriter) | StiHtmlTextWriter | ||
flush():void | StiHtmlTextWriter | ||
write(st:String):void | StiHtmlTextWriter | ||
writeAttribute(attr:String, value:String):void | StiHtmlTextWriter | ||
writeBeginTag(st:String):void | StiHtmlTextWriter | ||
writeEndTag(st:String):void | StiHtmlTextWriter | ||
writeFullBeginTag(st:String):void | StiHtmlTextWriter | ||
writeFullEndTag(st:String):void | StiHtmlTextWriter | ||
writeLine(st:String = null):void | StiHtmlTextWriter | ||
writeStyleAttribute(attr:String, value:String):void | StiHtmlTextWriter | ||
| indent | property |
indent:int public function get indent():int public function set indent(value:int):void| StiHtmlTextWriter | () | Constructor |
| flush | () | method |
public function flush():void| write | () | method |
public function write(st:String):voidParameters
st:String |
| writeAttribute | () | method |
public function writeAttribute(attr:String, value:String):voidParameters
attr:String | |
value:String |
| writeBeginTag | () | method |
public function writeBeginTag(st:String):voidParameters
st:String |
| writeEndTag | () | method |
public function writeEndTag(st:String):voidParameters
st:String |
| writeFullBeginTag | () | method |
public function writeFullBeginTag(st:String):voidParameters
st:String |
| writeFullEndTag | () | method |
public function writeFullEndTag(st:String):voidParameters
st:String |
| writeLine | () | method |
public function writeLine(st:String = null):voidParameters
st:String (default = null) |
| writeStyleAttribute | () | method |
public function writeStyleAttribute(attr:String, value:String):voidParameters
attr:String | |
value:String |