| Modifier and Type | Method and Description |
|---|---|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.addAllCells(Iterable<? extends Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell> values)
A table row is a list of table cells.
|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableBlock.Builder.addBodyRowsBuilder()
Body rows containing main table content.
|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableBlock.Builder.addBodyRowsBuilder(int index)
Body rows containing main table content.
|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.addCells(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder builderForValue)
A table row is a list of table cells.
|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.addCells(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell value)
A table row is a list of table cells.
|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.addCells(int index,
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder builderForValue)
A table row is a list of table cells.
|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.addCells(int index,
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell value)
A table row is a list of table cells.
|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableBlock.Builder.addHeaderRowsBuilder()
Header rows at the top of the table.
|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableBlock.Builder.addHeaderRowsBuilder(int index)
Header rows at the top of the table.
|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.clear() |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.clearCells()
A table row is a list of table cells.
|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.clone() |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableBlock.Builder.getBodyRowsBuilder(int index)
Body rows containing main table content.
|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableBlock.Builder.getHeaderRowsBuilder(int index)
Header rows at the top of the table.
|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.mergeFrom(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow other) |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.mergeFrom(com.google.protobuf.Message other) |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.newBuilder() |
static Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.newBuilder(Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow prototype) |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.newBuilderForType() |
protected Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.removeCells(int index)
A table row is a list of table cells.
|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.setCells(int index,
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell.Builder builderForValue)
A table row is a list of table cells.
|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.setCells(int index,
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableCell value)
A table row is a list of table cells.
|
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder> |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableBlock.Builder.getBodyRowsBuilderList()
Body rows containing main table content.
|
List<Document.DocumentLayout.DocumentLayoutBlock.LayoutTableRow.Builder> |
Document.DocumentLayout.DocumentLayoutBlock.LayoutTableBlock.Builder.getHeaderRowsBuilderList()
Header rows at the top of the table.
|
Copyright © 2024 Google LLC. All rights reserved.