public static final class ParagraphStyle.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ParagraphStyle |
build() |
ParagraphStyle.Builder |
withAlign(org.apache.poi.xwpf.usermodel.ParagraphAlignment align) |
ParagraphStyle.Builder |
withDefaultTextStyle(Style defaultTextStyle) |
ParagraphStyle.Builder |
withGlyphStyle(Style glyphStyle) |
ParagraphStyle.Builder |
withIndentHangingChars(double indentHangingChars) |
ParagraphStyle.Builder |
withIndentLeftChars(double indentLeftChars) |
ParagraphStyle.Builder |
withIndentRightChars(double indentRightChars) |
ParagraphStyle.Builder |
withLvl(long lvl) |
ParagraphStyle.Builder |
withNumId(long numId) |
ParagraphStyle.Builder |
withSpacing(double spacing) |
public ParagraphStyle.Builder withIndentLeftChars(double indentLeftChars)
public ParagraphStyle.Builder withIndentRightChars(double indentRightChars)
public ParagraphStyle.Builder withIndentHangingChars(double indentHangingChars)
public ParagraphStyle.Builder withAlign(org.apache.poi.xwpf.usermodel.ParagraphAlignment align)
public ParagraphStyle.Builder withSpacing(double spacing)
public ParagraphStyle.Builder withGlyphStyle(Style glyphStyle)
public ParagraphStyle.Builder withNumId(long numId)
public ParagraphStyle.Builder withLvl(long lvl)
public ParagraphStyle.Builder withDefaultTextStyle(Style defaultTextStyle)
public ParagraphStyle build()
Copyright © 2021. All rights reserved.