Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
Range |
Range.clone() |
Range |
CreateParagraphBulletsRequest.getTextRange()
The range of text to apply the bullet presets to, based on TextElement indexes.
|
Range |
DeleteTextRequest.getTextRange()
The range of text to delete, based on TextElement indexes.
|
Range |
UpdateParagraphStyleRequest.getTextRange()
The range of text containing the paragraph(s) to style.
|
Range |
UpdateTextStyleRequest.getTextRange()
The range of text to style.
|
Range |
DeleteParagraphBulletsRequest.getTextRange()
The range of text to delete bullets from, based on TextElement indexes.
|
Range |
Range.set(String fieldName,
Object value) |
Range |
Range.setEndIndex(Integer endIndex)
The optional zero-based index of the end of the collection.
|
Range |
Range.setStartIndex(Integer startIndex)
The optional zero-based index of the beginning of the collection.
|
Range |
Range.setType(String type)
The type of range.
|
Modifier and Type | Method and Description |
---|---|
CreateParagraphBulletsRequest |
CreateParagraphBulletsRequest.setTextRange(Range textRange)
The range of text to apply the bullet presets to, based on TextElement indexes.
|
DeleteTextRequest |
DeleteTextRequest.setTextRange(Range textRange)
The range of text to delete, based on TextElement indexes.
|
UpdateParagraphStyleRequest |
UpdateParagraphStyleRequest.setTextRange(Range textRange)
The range of text containing the paragraph(s) to style.
|
UpdateTextStyleRequest |
UpdateTextStyleRequest.setTextRange(Range textRange)
The range of text to style.
|
DeleteParagraphBulletsRequest |
DeleteParagraphBulletsRequest.setTextRange(Range textRange)
The range of text to delete bullets from, based on TextElement indexes.
|
Copyright © 2011–2024 Google. All rights reserved.