Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
UpdateParagraphStyleRequest |
UpdateParagraphStyleRequest.clone() |
UpdateParagraphStyleRequest |
Request.getUpdateParagraphStyle()
Updates the styling of paragraphs within a Shape or Table.
|
UpdateParagraphStyleRequest |
UpdateParagraphStyleRequest.set(String fieldName,
Object value) |
UpdateParagraphStyleRequest |
UpdateParagraphStyleRequest.setCellLocation(TableCellLocation cellLocation)
The location of the cell in the table containing the paragraph(s) to style.
|
UpdateParagraphStyleRequest |
UpdateParagraphStyleRequest.setFields(String fields)
The fields that should be updated.
|
UpdateParagraphStyleRequest |
UpdateParagraphStyleRequest.setObjectId(String objectId)
The object ID of the shape or table with the text to be styled.
|
UpdateParagraphStyleRequest |
UpdateParagraphStyleRequest.setStyle(ParagraphStyle style)
The paragraph's style.
|
UpdateParagraphStyleRequest |
UpdateParagraphStyleRequest.setTextRange(Range textRange)
The range of text containing the paragraph(s) to style.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setUpdateParagraphStyle(UpdateParagraphStyleRequest updateParagraphStyle)
Updates the styling of paragraphs within a Shape or Table.
|
Copyright © 2011–2024 Google. All rights reserved.