| Package | Description |
|---|---|
| com.google.api.services.docs.v1.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateParagraphStyleRequest |
UpdateParagraphStyleRequest.clone() |
UpdateParagraphStyleRequest |
Request.getUpdateParagraphStyle()
Updates the paragraph style at the specified range.
|
UpdateParagraphStyleRequest |
UpdateParagraphStyleRequest.set(String fieldName,
Object value) |
UpdateParagraphStyleRequest |
UpdateParagraphStyleRequest.setFields(String fields)
The fields that should be updated.
|
UpdateParagraphStyleRequest |
UpdateParagraphStyleRequest.setParagraphStyle(ParagraphStyle paragraphStyle)
The styles to set on the paragraphs.
|
UpdateParagraphStyleRequest |
UpdateParagraphStyleRequest.setRange(Range range)
The range overlapping the paragraphs to style.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
Request.setUpdateParagraphStyle(UpdateParagraphStyleRequest updateParagraphStyle)
Updates the paragraph style at the specified range.
|
Copyright © 2011–2025 Google. All rights reserved.