Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
OptionalColor |
OptionalColor.clone() |
OptionalColor |
TextStyle.getBackgroundColor()
The background color of the text.
|
OptionalColor |
TextStyle.getForegroundColor()
The color of the text itself.
|
OptionalColor |
OptionalColor.set(String fieldName,
Object value) |
OptionalColor |
OptionalColor.setOpaqueColor(OpaqueColor opaqueColor)
If set, this will be used as an opaque color.
|
Modifier and Type | Method and Description |
---|---|
TextStyle |
TextStyle.setBackgroundColor(OptionalColor backgroundColor)
The background color of the text.
|
TextStyle |
TextStyle.setForegroundColor(OptionalColor foregroundColor)
The color of the text itself.
|
Copyright © 2011–2024 Google. All rights reserved.