Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
TextStyle |
TextStyle.clone() |
TextStyle |
NestingLevel.getBulletStyle()
The style of a bullet at this level of nesting.
|
TextStyle |
Bullet.getBulletStyle()
The paragraph specific text style applied to this bullet.
|
TextStyle |
UpdateTextStyleRequest.getStyle()
The style(s) to set on the text.
|
TextStyle |
TextRun.getStyle()
The styling applied to this run.
|
TextStyle |
AutoText.getStyle()
The styling applied to this auto text.
|
TextStyle |
TextStyle.set(String fieldName,
Object value) |
TextStyle |
TextStyle.setBackgroundColor(OptionalColor backgroundColor)
The background color of the text.
|
TextStyle |
TextStyle.setBaselineOffset(String baselineOffset)
The text's vertical offset from its normal position.
|
TextStyle |
TextStyle.setBold(Boolean bold)
Whether or not the text is rendered as bold.
|
TextStyle |
TextStyle.setFontFamily(String fontFamily)
The font family of the text.
|
TextStyle |
TextStyle.setFontSize(Dimension fontSize)
The size of the text's font.
|
TextStyle |
TextStyle.setForegroundColor(OptionalColor foregroundColor)
The color of the text itself.
|
TextStyle |
TextStyle.setItalic(Boolean italic)
Whether or not the text is italicized.
|
TextStyle |
TextStyle.setLink(Link link)
The hyperlink destination of the text.
|
TextStyle |
TextStyle.setSmallCaps(Boolean smallCaps)
Whether or not the text is in small capital letters.
|
TextStyle |
TextStyle.setStrikethrough(Boolean strikethrough)
Whether or not the text is struck through.
|
TextStyle |
TextStyle.setUnderline(Boolean underline)
Whether or not the text is underlined.
|
TextStyle |
TextStyle.setWeightedFontFamily(WeightedFontFamily weightedFontFamily)
The font family and rendered weight of the text.
|
Modifier and Type | Method and Description |
---|---|
NestingLevel |
NestingLevel.setBulletStyle(TextStyle bulletStyle)
The style of a bullet at this level of nesting.
|
Bullet |
Bullet.setBulletStyle(TextStyle bulletStyle)
The paragraph specific text style applied to this bullet.
|
UpdateTextStyleRequest |
UpdateTextStyleRequest.setStyle(TextStyle style)
The style(s) to set on the text.
|
TextRun |
TextRun.setStyle(TextStyle style)
The styling applied to this run.
|
AutoText |
AutoText.setStyle(TextStyle style)
The styling applied to this auto text.
|
Copyright © 2011–2024 Google. All rights reserved.