Package com.stimulsoft.base.drawing
Class StiHtmlState
java.lang.Object
com.stimulsoft.base.drawing.StiHtmlState
- All Implemented Interfaces:
Cloneable
Copyright Stimulsoft
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintboolean -
Constructor Summary
ConstructorsConstructorDescriptionStiHtmlState(StiHtmlState state) StiHtmlState(StiHtmlTagsState ts, int posBegin) StiHtmlState(String text) -
Method Summary
Modifier and TypeMethodDescriptionclone()intintgetText()getTs()voidsetFontIndex(int fontIndex) voidsetListLevels(List<Integer> listLevels) voidsetPosBegin(int posBegin) voidsetTagsStack(ArrayList<StiHtmlTagsState> tagsStack) voidsetText(StringBuilder text) voidtoString()
-
Field Details
-
ts
-
text
-
fontIndex
public int fontIndex -
posBegin
public int posBegin -
tagsStack
-
listLevels
-
unescapeSpecialCharacters
public boolean unescapeSpecialCharacters
-
-
Constructor Details
-
StiHtmlState
public StiHtmlState() -
StiHtmlState
-
StiHtmlState
-
StiHtmlState
-
-
Method Details
-
clone
-
toString
-
getTs
- Returns:
- the ts
-
setTs
- Parameters:
ts- the ts to set
-
getListLevels
- Returns:
- the listLevels
-
setListLevels
- Parameters:
listLevels- the listLevels to set
-
getText
- Returns:
- the text
-
setText
- 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
- Returns:
- the tagsStack
-
setTagsStack
- Parameters:
tagsStack- the tagsStack to set
-