Class StiHtmlState

java.lang.Object
com.stimulsoft.base.drawing.StiHtmlState
All Implemented Interfaces:
Cloneable

public class StiHtmlState extends Object implements Cloneable
Copyright Stimulsoft
  • Field Details

  • Constructor Details

    • StiHtmlState

      public StiHtmlState()
    • StiHtmlState

      public StiHtmlState(String text)
    • StiHtmlState

      public StiHtmlState(StiHtmlTagsState ts, int posBegin)
    • StiHtmlState

      public StiHtmlState(StiHtmlState state)
  • Method Details

    • clone

      public StiHtmlState clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getTs

      public StiHtmlTagsState getTs()
      Returns:
      the ts
    • setTs

      public void setTs(StiHtmlTagsState ts)
      Parameters:
      ts - the ts to set
    • getListLevels

      public List<Integer> getListLevels()
      Returns:
      the listLevels
    • setListLevels

      public void setListLevels(List<Integer> listLevels)
      Parameters:
      listLevels - the listLevels to set
    • getText

      public StringBuilder getText()
      Returns:
      the text
    • setText

      public void setText(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 ArrayList<StiHtmlTagsState> getTagsStack()
      Returns:
      the tagsStack
    • setTagsStack

      public void setTagsStack(ArrayList<StiHtmlTagsState> tagsStack)
      Parameters:
      tagsStack - the tagsStack to set