| Modifier and Type | Class and Description |
|---|---|
static class |
Document.Page.Table.TableCell
A cell representation inside the table.
|
static class |
Document.Page.Table.TableCell.Builder
A cell representation inside the table.
|
| Modifier and Type | Method and Description |
|---|---|
Document.Page.Table.TableCellOrBuilder |
Document.Page.Table.TableRowOrBuilder.getCellsOrBuilder(int index)
Cells that make up this row.
|
Document.Page.Table.TableCellOrBuilder |
Document.Page.Table.TableRow.getCellsOrBuilder(int index)
Cells that make up this row.
|
Document.Page.Table.TableCellOrBuilder |
Document.Page.Table.TableRow.Builder.getCellsOrBuilder(int index)
Cells that make up this row.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Document.Page.Table.TableCellOrBuilder> |
Document.Page.Table.TableRowOrBuilder.getCellsOrBuilderList()
Cells that make up this row.
|
List<? extends Document.Page.Table.TableCellOrBuilder> |
Document.Page.Table.TableRow.getCellsOrBuilderList()
Cells that make up this row.
|
List<? extends Document.Page.Table.TableCellOrBuilder> |
Document.Page.Table.TableRow.Builder.getCellsOrBuilderList()
Cells that make up this row.
|
Copyright © 2023 Google LLC. All rights reserved.