类 ParagraphStyle.Builder
java.lang.Object
com.deepoove.poi.data.style.ParagraphStyle.Builder
- 封闭类:
- ParagraphStyle
-
方法概要
修饰符和类型方法说明build()withAlign(org.apache.poi.xwpf.usermodel.ParagraphAlignment align) withAllowWordBreak(Boolean allowWordBreak) withBackgroundColor(String backgroundColor) withBottomBorder(BorderStyle bottomBorder) withDefaultTextStyle(Style defaultTextStyle) withGlyphStyle(Style glyphStyle) withIndentFirstLineChars(double indentFirstLineChars) withIndentHangingChars(double indentHangingChars) withIndentLeftChars(double indentLeftChars) withIndentRightChars(double indentRightChars) withKeepLines(Boolean keepLines) withKeepNext(Boolean keepNext) withLeftBorder(BorderStyle leftBorder) withLvl(long lvl) withNumId(long numId) withPageBreakBefore(Boolean pageBreakBefore) withRightBorder(BorderStyle rightBorder) withShadingPattern(XWPFShadingPattern shadingPattern) withSpacing(double spacing) withSpacingAfter(double spacingAfter) withSpacingAfterLines(double spacingAfterLines) withSpacingBefore(double spacingBefore) withSpacingBeforeLines(double spacingBeforeLines) withSpacingRule(org.apache.poi.xwpf.usermodel.LineSpacingRule spacingRule) withStyleId(String styleId) withTopBorder(BorderStyle topBorder) withWidowControl(Boolean widowControl)
-
方法详细资料
-
withStyleId
-
withAlign
-
withIndentLeftChars
-
withIndentRightChars
-
withIndentHangingChars
-
withIndentFirstLineChars
-
withLeftBorder
-
withRightBorder
-
withTopBorder
-
withBottomBorder
-
withShadingPattern
-
withBackgroundColor
-
withWidowControl
-
withKeepLines
-
withKeepNext
-
withPageBreakBefore
-
withAllowWordBreak
-
withSpacingBeforeLines
-
withSpacingAfterLines
-
withSpacingBefore
-
withSpacingAfter
-
withSpacing
-
withSpacingRule
public ParagraphStyle.Builder withSpacingRule(org.apache.poi.xwpf.usermodel.LineSpacingRule spacingRule) -
withGlyphStyle
-
withNumId
-
withLvl
-
withDefaultTextStyle
-
build
-