Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
LineConnection |
LineConnection.clone() |
LineConnection |
LineProperties.getEndConnection()
The connection at the end of the line.
|
LineConnection |
LineProperties.getStartConnection()
The connection at the beginning of the line.
|
LineConnection |
LineConnection.set(String fieldName,
Object value) |
LineConnection |
LineConnection.setConnectedObjectId(String connectedObjectId)
The object ID of the connected page element.
|
LineConnection |
LineConnection.setConnectionSiteIndex(Integer connectionSiteIndex)
The index of the connection site on the connected page element.
|
Modifier and Type | Method and Description |
---|---|
LineProperties |
LineProperties.setEndConnection(LineConnection endConnection)
The connection at the end of the line.
|
LineProperties |
LineProperties.setStartConnection(LineConnection startConnection)
The connection at the beginning of the line.
|
Copyright © 2011–2024 Google. All rights reserved.