类 ParagraphStyle

    • 构造器详细资料

      • ParagraphStyle

        public ParagraphStyle()
    • 方法详细资料

      • getStyleId

        public String getStyleId()
      • setStyleId

        public void setStyleId​(String styleId)
      • getAlign

        public org.apache.poi.xwpf.usermodel.ParagraphAlignment getAlign()
      • setAlign

        public void setAlign​(org.apache.poi.xwpf.usermodel.ParagraphAlignment align)
      • getIndentLeftChars

        public Double getIndentLeftChars()
      • setIndentLeftChars

        public void setIndentLeftChars​(Double indentLeftChars)
      • getIndentRightChars

        public Double getIndentRightChars()
      • setIndentRightChars

        public void setIndentRightChars​(Double indentRightChars)
      • getIndentHangingChars

        public Double getIndentHangingChars()
      • setIndentHangingChars

        public void setIndentHangingChars​(Double indentHangingChars)
      • getIndentFirstLineChars

        public Double getIndentFirstLineChars()
      • setIndentFirstLineChars

        public void setIndentFirstLineChars​(Double indentFirstLineChars)
      • setLeftBorder

        public void setLeftBorder​(BorderStyle leftBorder)
      • setRightBorder

        public void setRightBorder​(BorderStyle rightBorder)
      • setTopBorder

        public void setTopBorder​(BorderStyle topBorder)
      • getBottomBorder

        public BorderStyle getBottomBorder()
      • setBottomBorder

        public void setBottomBorder​(BorderStyle bottomBorder)
      • setShadingPattern

        public void setShadingPattern​(XWPFShadingPattern shadingPattern)
      • getBackgroundColor

        public String getBackgroundColor()
      • setBackgroundColor

        public void setBackgroundColor​(String backgroundColor)
      • getWidowControl

        public Boolean getWidowControl()
      • setWidowControl

        public void setWidowControl​(Boolean widowControl)
      • getKeepLines

        public Boolean getKeepLines()
      • setKeepLines

        public void setKeepLines​(Boolean keepLines)
      • getKeepNext

        public Boolean getKeepNext()
      • setKeepNext

        public void setKeepNext​(Boolean keepNext)
      • getPageBreakBefore

        public Boolean getPageBreakBefore()
      • setPageBreakBefore

        public void setPageBreakBefore​(Boolean pageBreakBefore)
      • getAllowWordBreak

        public Boolean getAllowWordBreak()
      • setAllowWordBreak

        public void setAllowWordBreak​(Boolean allowWordBreak)
      • getSpacingBeforeLines

        public Double getSpacingBeforeLines()
      • setSpacingBeforeLines

        public void setSpacingBeforeLines​(Double spacingBeforeLines)
      • getSpacingAfterLines

        public Double getSpacingAfterLines()
      • setSpacingAfterLines

        public void setSpacingAfterLines​(Double spacingAfterLines)
      • getSpacingBefore

        public Double getSpacingBefore()
      • setSpacingBefore

        public void setSpacingBefore​(Double spacingBefore)
      • getSpacingAfter

        public Double getSpacingAfter()
      • setSpacingAfter

        public void setSpacingAfter​(Double spacingAfter)
      • getSpacing

        public Double getSpacing()
      • setSpacing

        public void setSpacing​(Double spacing)
      • getSpacingRule

        public org.apache.poi.xwpf.usermodel.LineSpacingRule getSpacingRule()
      • setSpacingRule

        public void setSpacingRule​(org.apache.poi.xwpf.usermodel.LineSpacingRule spacingRule)
      • getGlyphStyle

        public Style getGlyphStyle()
      • setGlyphStyle

        public void setGlyphStyle​(Style glyphStyle)
      • getNumId

        public Long getNumId()
      • setNumId

        public void setNumId​(Long numId)
      • getLvl

        public Long getLvl()
      • setLvl

        public void setLvl​(Long lvl)
      • getDefaultTextStyle

        public Style getDefaultTextStyle()
      • setDefaultTextStyle

        public void setDefaultTextStyle​(Style defaultTextStyle)