com.stimulsoft.base.drawing
Class StiHtmlState
java.lang.Object
com.stimulsoft.base.drawing.StiHtmlState
- All Implemented Interfaces:
- java.lang.Cloneable
public class StiHtmlState
- extends java.lang.Object
- implements java.lang.Cloneable
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ts
public StiHtmlTagsState ts
text
public java.lang.StringBuilder text
fontIndex
public int fontIndex
posBegin
public int posBegin
tagsStack
public java.util.ArrayList<StiHtmlTagsState> tagsStack
listLevels
public java.util.List<java.lang.Integer> listLevels
StiHtmlState
public StiHtmlState()
StiHtmlState
public StiHtmlState(java.lang.String text)
StiHtmlState
public StiHtmlState(StiHtmlTagsState ts,
int posBegin)
StiHtmlState
public StiHtmlState(StiHtmlState state)
clone
public StiHtmlState clone()
-
- Overrides:
clone
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getTs
public StiHtmlTagsState getTs()
- Returns:
- the ts
setTs
public void setTs(StiHtmlTagsState ts)
- Parameters:
ts
- the ts to set
getListLevels
public java.util.List<java.lang.Integer> getListLevels()
- Returns:
- the listLevels
setListLevels
public void setListLevels(java.util.List<java.lang.Integer> listLevels)
- Parameters:
listLevels
- the listLevels to set
getText
public java.lang.StringBuilder getText()
- Returns:
- the text
setText
public void setText(java.lang.StringBuilder text)
- Parameters:
text
- the text to set
getFontIndex
public int getFontIndex()
- Returns:
- the fontIndex
setFontIndex
public void setFontIndex(int fontIndex)
- Parameters:
fontIndex
- the fontIndex to set
getPosBegin
public int getPosBegin()
- Returns:
- the posBegin
setPosBegin
public void setPosBegin(int posBegin)
- Parameters:
posBegin
- the posBegin to set
getTagsStack
public java.util.ArrayList<StiHtmlTagsState> getTagsStack()
- Returns:
- the tagsStack
setTagsStack
public void setTagsStack(java.util.ArrayList<StiHtmlTagsState> tagsStack)
- Parameters:
tagsStack
- the tagsStack to set