Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
TableRowProperties |
TableRowProperties.clone() |
TableRowProperties |
TableRow.getTableRowProperties()
Properties of the row.
|
TableRowProperties |
UpdateTableRowPropertiesRequest.getTableRowProperties()
The table row properties to update.
|
TableRowProperties |
TableRowProperties.set(String fieldName,
Object value) |
TableRowProperties |
TableRowProperties.setMinRowHeight(Dimension minRowHeight)
Minimum height of the row.
|
Modifier and Type | Method and Description |
---|---|
TableRow |
TableRow.setTableRowProperties(TableRowProperties tableRowProperties)
Properties of the row.
|
UpdateTableRowPropertiesRequest |
UpdateTableRowPropertiesRequest.setTableRowProperties(TableRowProperties tableRowProperties)
The table row properties to update.
|
Copyright © 2011–2024 Google. All rights reserved.