类的使用
com.deepoove.poi.data.style.ParagraphStyle.Builder
使用ParagraphStyle.Builder的程序包
-
com.deepoove.poi.data.style中ParagraphStyle.Builder的使用
修饰符和类型方法说明static ParagraphStyle.BuilderParagraphStyle.builder()ParagraphStyle.Builder.withAlign(org.apache.poi.xwpf.usermodel.ParagraphAlignment align) ParagraphStyle.Builder.withAllowWordBreak(Boolean allowWordBreak) ParagraphStyle.Builder.withBackgroundColor(String backgroundColor) ParagraphStyle.Builder.withBottomBorder(BorderStyle bottomBorder) ParagraphStyle.Builder.withDefaultTextStyle(Style defaultTextStyle) ParagraphStyle.Builder.withGlyphStyle(Style glyphStyle) ParagraphStyle.Builder.withIndentFirstLineChars(double indentFirstLineChars) ParagraphStyle.Builder.withIndentHangingChars(double indentHangingChars) ParagraphStyle.Builder.withIndentLeftChars(double indentLeftChars) ParagraphStyle.Builder.withIndentRightChars(double indentRightChars) ParagraphStyle.Builder.withKeepLines(Boolean keepLines) ParagraphStyle.Builder.withKeepNext(Boolean keepNext) ParagraphStyle.Builder.withLeftBorder(BorderStyle leftBorder) ParagraphStyle.Builder.withLvl(long lvl) ParagraphStyle.Builder.withNumId(long numId) ParagraphStyle.Builder.withPageBreakBefore(Boolean pageBreakBefore) ParagraphStyle.Builder.withRightBorder(BorderStyle rightBorder) ParagraphStyle.Builder.withShadingPattern(XWPFShadingPattern shadingPattern) ParagraphStyle.Builder.withSpacing(double spacing) ParagraphStyle.Builder.withSpacingAfter(double spacingAfter) ParagraphStyle.Builder.withSpacingAfterLines(double spacingAfterLines) ParagraphStyle.Builder.withSpacingBefore(double spacingBefore) ParagraphStyle.Builder.withSpacingBeforeLines(double spacingBeforeLines) ParagraphStyle.Builder.withSpacingRule(org.apache.poi.xwpf.usermodel.LineSpacingRule spacingRule) ParagraphStyle.Builder.withStyleId(String styleId) ParagraphStyle.Builder.withTopBorder(BorderStyle topBorder) ParagraphStyle.Builder.withWidowControl(Boolean widowControl)