Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
UpdateSlidesPositionRequest |
UpdateSlidesPositionRequest.clone() |
UpdateSlidesPositionRequest |
Request.getUpdateSlidesPosition()
Updates the position of a set of slides in the presentation.
|
UpdateSlidesPositionRequest |
UpdateSlidesPositionRequest.set(String fieldName,
Object value) |
UpdateSlidesPositionRequest |
UpdateSlidesPositionRequest.setInsertionIndex(Integer insertionIndex)
The index where the slides should be inserted, based on the slide arrangement before the move
takes place.
|
UpdateSlidesPositionRequest |
UpdateSlidesPositionRequest.setSlideObjectIds(List<String> slideObjectIds)
The IDs of the slides in the presentation that should be moved.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setUpdateSlidesPosition(UpdateSlidesPositionRequest updateSlidesPosition)
Updates the position of a set of slides in the presentation.
|
Copyright © 2011–2024 Google. All rights reserved.