Class StiHtmlTextWriter
java.lang.Object
com.stimulsoft.report.export.tools.html.StiHtmlTextWriter
Html text writer
Copyright Stimulsoft
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDecrease indentvoidflush()FlushintgetMode()voidIncrease indentvoidsetIndent(int indent) voidvoidsetStream(BufferedWriter stream) voidWrite stringvoidwriteAttribute(String attr, String value) Write attributevoidwriteBeginTag(String st) Write begin tagevoidwriteEndTag(String st) Write end tagevoidWrite full begin tagvoidWrite ful end tagvoidWrite new linevoidWrite string + new linevoidwriteStyleAttribute(String attr, String value) Write style attribute
-
Constructor Details
-
StiHtmlTextWriter
-
-
Method Details
-
write
Write string- Parameters:
st-- Throws:
IOException
-
writeLine
Write new line- Throws:
IOException
-
writeLine
Write string + new line- Parameters:
st-- Throws:
IOException
-
writeBeginTag
Write begin tage- Parameters:
st-- Throws:
IOException
-
writeFullBeginTag
Write full begin tag- Parameters:
st-- Throws:
IOException
-
writeEndTag
Write end tage- Parameters:
st-- Throws:
IOException
-
writeFullEndTag
Write ful end tag- Parameters:
st-- Throws:
IOException
-
writeAttribute
Write attribute- Parameters:
attr-value-- Throws:
IOException
-
writeStyleAttribute
Write style attribute- Parameters:
attr-value-- Throws:
IOException
-
flush
Flush- Throws:
IOException
-
incIndent
public void incIndent()Increase indent -
decIndent
public void decIndent()Decrease indent -
getMode
- Returns:
- the mode
-
setMode
- Parameters:
mode- the mode to set
-
getIndent
public int getIndent()- Returns:
- the indent
-
setIndent
public void setIndent(int indent) - Parameters:
indent- the indent to set
-
getStream
- Returns:
- the stream
-
setStream
- Parameters:
stream- the stream to set
-