Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
CreateParagraphBulletsRequest |
CreateParagraphBulletsRequest.clone() |
CreateParagraphBulletsRequest |
Request.getCreateParagraphBullets()
Creates bullets for paragraphs.
|
CreateParagraphBulletsRequest |
CreateParagraphBulletsRequest.set(String fieldName,
Object value) |
CreateParagraphBulletsRequest |
CreateParagraphBulletsRequest.setBulletPreset(String bulletPreset)
The kinds of bullet glyphs to be used.
|
CreateParagraphBulletsRequest |
CreateParagraphBulletsRequest.setCellLocation(TableCellLocation cellLocation)
The optional table cell location if the text to be modified is in a table cell.
|
CreateParagraphBulletsRequest |
CreateParagraphBulletsRequest.setObjectId(String objectId)
The object ID of the shape or table containing the text to add bullets to.
|
CreateParagraphBulletsRequest |
CreateParagraphBulletsRequest.setTextRange(Range textRange)
The range of text to apply the bullet presets to, based on TextElement indexes.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setCreateParagraphBullets(CreateParagraphBulletsRequest createParagraphBullets)
Creates bullets for paragraphs.
|
Copyright © 2011–2024 Google. All rights reserved.