| Modifier and Type | Method and Description |
|---|---|
Paragraph |
Paragraph.Builder.build() |
Paragraph |
Paragraph.Builder.buildPartial() |
static Paragraph |
Paragraph.getDefaultInstance() |
Paragraph |
Paragraph.getDefaultInstanceForType() |
Paragraph |
Paragraph.Builder.getDefaultInstanceForType() |
Paragraph |
Block.getParagraphs(int index)
List of paragraphs in this block (if this blocks is of type text).
|
Paragraph |
Block.Builder.getParagraphs(int index)
List of paragraphs in this block (if this blocks is of type text).
|
Paragraph |
BlockOrBuilder.getParagraphs(int index)
List of paragraphs in this block (if this blocks is of type text).
|
static Paragraph |
Paragraph.parseDelimitedFrom(InputStream input) |
static Paragraph |
Paragraph.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Paragraph |
Paragraph.parseFrom(byte[] data) |
static Paragraph |
Paragraph.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Paragraph |
Paragraph.parseFrom(ByteBuffer data) |
static Paragraph |
Paragraph.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Paragraph |
Paragraph.parseFrom(com.google.protobuf.ByteString data) |
static Paragraph |
Paragraph.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Paragraph |
Paragraph.parseFrom(com.google.protobuf.CodedInputStream input) |
static Paragraph |
Paragraph.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Paragraph |
Paragraph.parseFrom(InputStream input) |
static Paragraph |
Paragraph.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Paragraph> |
Block.getParagraphsList()
List of paragraphs in this block (if this blocks is of type text).
|
List<Paragraph> |
Block.Builder.getParagraphsList()
List of paragraphs in this block (if this blocks is of type text).
|
List<Paragraph> |
BlockOrBuilder.getParagraphsList()
List of paragraphs in this block (if this blocks is of type text).
|
com.google.protobuf.Parser<Paragraph> |
Paragraph.getParserForType() |
static com.google.protobuf.Parser<Paragraph> |
Paragraph.parser() |
| Modifier and Type | Method and Description |
|---|---|
Block.Builder |
Block.Builder.addParagraphs(int index,
Paragraph value)
List of paragraphs in this block (if this blocks is of type text).
|
Block.Builder |
Block.Builder.addParagraphs(Paragraph value)
List of paragraphs in this block (if this blocks is of type text).
|
Paragraph.Builder |
Paragraph.Builder.mergeFrom(Paragraph other) |
static Paragraph.Builder |
Paragraph.newBuilder(Paragraph prototype) |
Block.Builder |
Block.Builder.setParagraphs(int index,
Paragraph value)
List of paragraphs in this block (if this blocks is of type text).
|
| Modifier and Type | Method and Description |
|---|---|
Block.Builder |
Block.Builder.addAllParagraphs(Iterable<? extends Paragraph> values)
List of paragraphs in this block (if this blocks is of type text).
|
Copyright © 2023 Google LLC. All rights reserved.