Class ParagraphProperties

java.lang.Object
com.scroogexhtml.converter.ParagraphProperties

public final class ParagraphProperties extends Object
The ParagraphProperties class is used to save current state data of the Writer.
  • Field Details

  • Constructor Details

    • ParagraphProperties

      public ParagraphProperties(ParagraphProperties another)
      Copy constructor.
      Parameters:
      another - the instance to be copied
    • ParagraphProperties

      public ParagraphProperties()
      Default constructor.
  • Method Details

    • isInTable

      public boolean isInTable()
    • setInTable

      public void setInTable(boolean newValue)
    • getAlign

      public Alignment getAlign()
    • setAlign

      public void setAlign(Alignment newValue)
    • getNumberingLevel

      public NumberingLevel getNumberingLevel()
    • setNumberingLevel

      public void setNumberingLevel(NumberingLevel newValue)
    • getLeftIndent

      public int getLeftIndent()
    • setLeftIndent

      public void setLeftIndent(int newValue)
    • getRightIndent

      public int getRightIndent()
    • setRightIndent

      public void setRightIndent(int newValue)
    • getFirstIndent

      public int getFirstIndent()
    • setFirstIndent

      public void setFirstIndent(int newValue)
    • isRightToLeftPar

      public boolean isRightToLeftPar()
    • setRightToLeftPar

      public void setRightToLeftPar(boolean newValue)
    • getSpaceBefore

      public int getSpaceBefore()
    • setSpaceBefore

      public void setSpaceBefore(int newValue)
    • getSpaceAfter

      public int getSpaceAfter()
    • setSpaceAfter

      public void setSpaceAfter(int newValue)
    • getBorder

      public ParagraphProperties.Border getBorder()
    • setBorder

      public void setBorder(ParagraphProperties.Border newValue)
    • getBorderStyle

      public BorderStyle getBorderStyle()
    • setBorderStyle

      public void setBorderStyle(BorderStyle borderStyle)
    • getBGColor

      public String getBGColor()
    • setBGColor

      public void setBGColor(String newValue)
    • getBorderColor

      public String getBorderColor()
    • setBorderColor

      public void setBorderColor(String newValue)
    • getBorderWidth

      public int getBorderWidth()
    • setBorderWidth

      public void setBorderWidth(int newValue)