Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
ParagraphStyle |
ParagraphStyle.clone() |
ParagraphStyle |
ParagraphMarker.getStyle()
The paragraph's style
|
ParagraphStyle |
UpdateParagraphStyleRequest.getStyle()
The paragraph's style.
|
ParagraphStyle |
ParagraphStyle.set(String fieldName,
Object value) |
ParagraphStyle |
ParagraphStyle.setAlignment(String alignment)
The text alignment for this paragraph.
|
ParagraphStyle |
ParagraphStyle.setDirection(String direction)
The text direction of this paragraph.
|
ParagraphStyle |
ParagraphStyle.setIndentEnd(Dimension indentEnd)
The amount indentation for the paragraph on the side that corresponds to the end of the text,
based on the current text direction.
|
ParagraphStyle |
ParagraphStyle.setIndentFirstLine(Dimension indentFirstLine)
The amount of indentation for the start of the first line of the paragraph.
|
ParagraphStyle |
ParagraphStyle.setIndentStart(Dimension indentStart)
The amount indentation for the paragraph on the side that corresponds to the start of the text,
based on the current text direction.
|
ParagraphStyle |
ParagraphStyle.setLineSpacing(Float lineSpacing)
The amount of space between lines, as a percentage of normal, where normal is represented as
100.0.
|
ParagraphStyle |
ParagraphStyle.setSpaceAbove(Dimension spaceAbove)
The amount of extra space above the paragraph.
|
ParagraphStyle |
ParagraphStyle.setSpaceBelow(Dimension spaceBelow)
The amount of extra space below the paragraph.
|
ParagraphStyle |
ParagraphStyle.setSpacingMode(String spacingMode)
The spacing mode for the paragraph.
|
Modifier and Type | Method and Description |
---|---|
ParagraphMarker |
ParagraphMarker.setStyle(ParagraphStyle style)
The paragraph's style
|
UpdateParagraphStyleRequest |
UpdateParagraphStyleRequest.setStyle(ParagraphStyle style)
The paragraph's style.
|
Copyright © 2011–2024 Google. All rights reserved.