| Modifier and Type | Class and Description |
|---|---|
class |
Paragraph
Structural unit of text representing a number of words in certain order.
|
static class |
Paragraph.Builder
Structural unit of text representing a number of words in certain order.
|
| Modifier and Type | Method and Description |
|---|---|
ParagraphOrBuilder |
Block.getParagraphsOrBuilder(int index)
List of paragraphs in this block (if this blocks is of type text).
|
ParagraphOrBuilder |
Block.Builder.getParagraphsOrBuilder(int index)
List of paragraphs in this block (if this blocks is of type text).
|
ParagraphOrBuilder |
BlockOrBuilder.getParagraphsOrBuilder(int index)
List of paragraphs in this block (if this blocks is of type text).
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ParagraphOrBuilder> |
Block.getParagraphsOrBuilderList()
List of paragraphs in this block (if this blocks is of type text).
|
List<? extends ParagraphOrBuilder> |
Block.Builder.getParagraphsOrBuilderList()
List of paragraphs in this block (if this blocks is of type text).
|
List<? extends ParagraphOrBuilder> |
BlockOrBuilder.getParagraphsOrBuilderList()
List of paragraphs in this block (if this blocks is of type text).
|
Copyright © 2023 Google LLC. All rights reserved.