Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
TableBorderProperties |
TableBorderProperties.clone() |
TableBorderProperties |
UpdateTableBorderPropertiesRequest.getTableBorderProperties()
The table border properties to update.
|
TableBorderProperties |
TableBorderCell.getTableBorderProperties()
The border properties.
|
TableBorderProperties |
TableBorderProperties.set(String fieldName,
Object value) |
TableBorderProperties |
TableBorderProperties.setDashStyle(String dashStyle)
The dash style of the border.
|
TableBorderProperties |
TableBorderProperties.setTableBorderFill(TableBorderFill tableBorderFill)
The fill of the table border.
|
TableBorderProperties |
TableBorderProperties.setWeight(Dimension weight)
The thickness of the border.
|
Modifier and Type | Method and Description |
---|---|
UpdateTableBorderPropertiesRequest |
UpdateTableBorderPropertiesRequest.setTableBorderProperties(TableBorderProperties tableBorderProperties)
The table border properties to update.
|
TableBorderCell |
TableBorderCell.setTableBorderProperties(TableBorderProperties tableBorderProperties)
The border properties.
|
Copyright © 2011–2024 Google. All rights reserved.