| Modifier and Type | Method and Description |
|---|---|
Document.Layout |
Document.Layout.Builder.build() |
Document.Layout |
Document.Layout.Builder.buildPartial() |
static Document.Layout |
Document.Layout.getDefaultInstance() |
Document.Layout |
Document.Layout.getDefaultInstanceForType() |
Document.Layout |
Document.Layout.Builder.getDefaultInstanceForType() |
Document.Layout |
DocumentOrBuilder.getLayout(int index)
Describes the layout of the document.
|
Document.Layout |
Document.getLayout(int index)
Describes the layout of the document.
|
Document.Layout |
Document.Builder.getLayout(int index)
Describes the layout of the document.
|
static Document.Layout |
Document.Layout.parseDelimitedFrom(InputStream input) |
static Document.Layout |
Document.Layout.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.Layout |
Document.Layout.parseFrom(byte[] data) |
static Document.Layout |
Document.Layout.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.Layout |
Document.Layout.parseFrom(ByteBuffer data) |
static Document.Layout |
Document.Layout.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.Layout |
Document.Layout.parseFrom(com.google.protobuf.ByteString data) |
static Document.Layout |
Document.Layout.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.Layout |
Document.Layout.parseFrom(com.google.protobuf.CodedInputStream input) |
static Document.Layout |
Document.Layout.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.Layout |
Document.Layout.parseFrom(InputStream input) |
static Document.Layout |
Document.Layout.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Document.Layout> |
DocumentOrBuilder.getLayoutList()
Describes the layout of the document.
|
List<Document.Layout> |
Document.getLayoutList()
Describes the layout of the document.
|
List<Document.Layout> |
Document.Builder.getLayoutList()
Describes the layout of the document.
|
com.google.protobuf.Parser<Document.Layout> |
Document.Layout.getParserForType() |
static com.google.protobuf.Parser<Document.Layout> |
Document.Layout.parser() |
| Modifier and Type | Method and Description |
|---|---|
Document.Builder |
Document.Builder.addLayout(Document.Layout value)
Describes the layout of the document.
|
Document.Builder |
Document.Builder.addLayout(int index,
Document.Layout value)
Describes the layout of the document.
|
Document.Layout.Builder |
Document.Layout.Builder.mergeFrom(Document.Layout other) |
static Document.Layout.Builder |
Document.Layout.newBuilder(Document.Layout prototype) |
Document.Builder |
Document.Builder.setLayout(int index,
Document.Layout value)
Describes the layout of the document.
|
| Modifier and Type | Method and Description |
|---|---|
Document.Builder |
Document.Builder.addAllLayout(Iterable<? extends Document.Layout> values)
Describes the layout of the document.
|
Copyright © 2025 Google LLC. All rights reserved.