public class ContentParagraph extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ContentParagraph.Builder |
| 构造器和说明 |
|---|
ContentParagraph() |
ContentParagraph(ContentParagraph.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
ContentParagraphElement[] |
getElements() |
ContentParagraphStyle |
getStyle() |
static ContentParagraph.Builder |
newBuilder() |
void |
setElements(ContentParagraphElement[] elements) |
void |
setStyle(ContentParagraphStyle style) |
public ContentParagraph()
public ContentParagraph(ContentParagraph.Builder builder)
public static ContentParagraph.Builder newBuilder()
public ContentParagraphStyle getStyle()
public void setStyle(ContentParagraphStyle style)
public ContentParagraphElement[] getElements()
public void setElements(ContentParagraphElement[] elements)
Copyright © 2025. All rights reserved.