Interface Paragraph

  • All Known Implementing Classes:
    XWPFParagraph

    public interface Paragraph
    This class represents a paragraph, made up of one or more runs of text.
    • Method Detail

      • getIndentFromRight

        int getIndentFromRight()
      • setIndentFromRight

        void setIndentFromRight​(int dxaRight)
      • getIndentFromLeft

        int getIndentFromLeft()
      • setIndentFromLeft

        void setIndentFromLeft​(int dxaLeft)
      • getFirstLineIndent

        int getFirstLineIndent()
      • setFirstLineIndent

        void setFirstLineIndent​(int first)
      • getFontAlignment

        int getFontAlignment()
      • setFontAlignment

        void setFontAlignment​(int align)
      • isWordWrapped

        boolean isWordWrapped()
      • setWordWrapped

        void setWordWrapped​(boolean wrap)