Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
Bullet |
Bullet.clone() |
Bullet |
ParagraphMarker.getBullet()
The bullet for this paragraph.
|
Bullet |
Bullet.set(String fieldName,
Object value) |
Bullet |
Bullet.setBulletStyle(TextStyle bulletStyle)
The paragraph specific text style applied to this bullet.
|
Bullet |
Bullet.setGlyph(String glyph)
The rendered bullet glyph for this paragraph.
|
Bullet |
Bullet.setListId(String listId)
The ID of the list this paragraph belongs to.
|
Bullet |
Bullet.setNestingLevel(Integer nestingLevel)
The nesting level of this paragraph in the list.
|
Modifier and Type | Method and Description |
---|---|
ParagraphMarker |
ParagraphMarker.setBullet(Bullet bullet)
The bullet for this paragraph.
|
Copyright © 2011–2024 Google. All rights reserved.