Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
CreateLineRequest |
CreateLineRequest.clone() |
CreateLineRequest |
Request.getCreateLine()
Creates a line.
|
CreateLineRequest |
CreateLineRequest.set(String fieldName,
Object value) |
CreateLineRequest |
CreateLineRequest.setCategory(String category)
The category of the line to be created.
|
CreateLineRequest |
CreateLineRequest.setElementProperties(PageElementProperties elementProperties)
The element properties for the line.
|
CreateLineRequest |
CreateLineRequest.setLineCategory(String lineCategory)
The category of the line to be created.
|
CreateLineRequest |
CreateLineRequest.setObjectId(String objectId)
A user-supplied object ID.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setCreateLine(CreateLineRequest createLine)
Creates a line.
|
Copyright © 2011–2024 Google. All rights reserved.