Package | Description |
---|---|
com.google.api.services.docs.v1.model |
Modifier and Type | Method and Description |
---|---|
SuggestedBullet |
SuggestedBullet.clone() |
SuggestedBullet |
SuggestedBullet.set(String fieldName,
Object value) |
SuggestedBullet |
SuggestedBullet.setBullet(Bullet bullet)
A Bullet that only includes the changes made in this suggestion.
|
SuggestedBullet |
SuggestedBullet.setBulletSuggestionState(BulletSuggestionState bulletSuggestionState)
A mask that indicates which of the fields on the base Bullet have been changed in this
suggestion.
|
Modifier and Type | Method and Description |
---|---|
Map<String,SuggestedBullet> |
Paragraph.getSuggestedBulletChanges()
The suggested changes to this paragraph's bullet.
|
Modifier and Type | Method and Description |
---|---|
Paragraph |
Paragraph.setSuggestedBulletChanges(Map<String,SuggestedBullet> suggestedBulletChanges)
The suggested changes to this paragraph's bullet.
|
Copyright © 2011–2022 Google. All rights reserved.