Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
LineProperties |
LineProperties.clone() |
LineProperties |
Line.getLineProperties()
The properties of the line.
|
LineProperties |
UpdateLinePropertiesRequest.getLineProperties()
The line properties to update.
|
LineProperties |
LineProperties.set(String fieldName,
Object value) |
LineProperties |
LineProperties.setDashStyle(String dashStyle)
The dash style of the line.
|
LineProperties |
LineProperties.setEndArrow(String endArrow)
The style of the arrow at the end of the line.
|
LineProperties |
LineProperties.setEndConnection(LineConnection endConnection)
The connection at the end of the line.
|
LineProperties |
LineProperties.setLineFill(LineFill lineFill)
The fill of the line.
|
LineProperties |
LineProperties.setLink(Link link)
The hyperlink destination of the line.
|
LineProperties |
LineProperties.setStartArrow(String startArrow)
The style of the arrow at the beginning of the line.
|
LineProperties |
LineProperties.setStartConnection(LineConnection startConnection)
The connection at the beginning of the line.
|
LineProperties |
LineProperties.setWeight(Dimension weight)
The thickness of the line.
|
Modifier and Type | Method and Description |
---|---|
Line |
Line.setLineProperties(LineProperties lineProperties)
The properties of the line.
|
UpdateLinePropertiesRequest |
UpdateLinePropertiesRequest.setLineProperties(LineProperties lineProperties)
The line properties to update.
|
Copyright © 2011–2024 Google. All rights reserved.