Class ParagraphProperties


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

      • ParagraphProperties

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

        public ParagraphProperties()
        Default constructor.
    • Method Detail

      • isInTable

        public boolean isInTable()
      • setInTable

        public void setInTable​(boolean newValue)
      • setAlign

        public void setAlign​(Alignment newValue)
      • 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)
      • setBorderStyle

        public void setBorderStyle​(BorderStyle borderStyle)
      • getBGColor

        public String getBGColor()
      • setBGColor

        public void setBGColor​(String bGColor)
      • getBorderColor

        public String getBorderColor()
      • setBorderColor

        public void setBorderColor​(String newValue)
      • getBorderWidth

        public int getBorderWidth()
      • setBorderWidth

        public void setBorderWidth​(int newValue)