Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
Outline |
Outline.clone() |
Outline |
VideoProperties.getOutline()
The outline of the video.
|
Outline |
ImageProperties.getOutline()
The outline of the image.
|
Outline |
SpeakerSpotlightProperties.getOutline()
The outline of the Speaker Spotlight.
|
Outline |
ShapeProperties.getOutline()
The outline of the shape.
|
Outline |
Outline.set(String fieldName,
Object value) |
Outline |
Outline.setDashStyle(String dashStyle)
The dash style of the outline.
|
Outline |
Outline.setOutlineFill(OutlineFill outlineFill)
The fill of the outline.
|
Outline |
Outline.setPropertyState(String propertyState)
The outline property state.
|
Outline |
Outline.setWeight(Dimension weight)
The thickness of the outline.
|
Modifier and Type | Method and Description |
---|---|
VideoProperties |
VideoProperties.setOutline(Outline outline)
The outline of the video.
|
ImageProperties |
ImageProperties.setOutline(Outline outline)
The outline of the image.
|
SpeakerSpotlightProperties |
SpeakerSpotlightProperties.setOutline(Outline outline)
The outline of the Speaker Spotlight.
|
ShapeProperties |
ShapeProperties.setOutline(Outline outline)
The outline of the shape.
|
Copyright © 2011–2024 Google. All rights reserved.