Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
Dimension |
Dimension.clone() |
Dimension |
Shadow.getBlurRadius()
The radius of the shadow blur.
|
Dimension |
TableColumnProperties.getColumnWidth()
Width of a column.
|
Dimension |
TextStyle.getFontSize()
The size of the text's font.
|
Dimension |
Size.getHeight()
The height of the object.
|
Dimension |
ParagraphStyle.getIndentEnd()
The amount indentation for the paragraph on the side that corresponds to the end of the text,
based on the current text direction.
|
Dimension |
ParagraphStyle.getIndentFirstLine()
The amount of indentation for the start of the first line of the paragraph.
|
Dimension |
ParagraphStyle.getIndentStart()
The amount indentation for the paragraph on the side that corresponds to the start of the text,
based on the current text direction.
|
Dimension |
TableRowProperties.getMinRowHeight()
Minimum height of the row.
|
Dimension |
TableRow.getRowHeight()
Height of a row.
|
Dimension |
ParagraphStyle.getSpaceAbove()
The amount of extra space above the paragraph.
|
Dimension |
ParagraphStyle.getSpaceBelow()
The amount of extra space below the paragraph.
|
Dimension |
TableBorderProperties.getWeight()
The thickness of the border.
|
Dimension |
LineProperties.getWeight()
The thickness of the line.
|
Dimension |
Outline.getWeight()
The thickness of the outline.
|
Dimension |
Size.getWidth()
The width of the object.
|
Dimension |
Dimension.set(String fieldName,
Object value) |
Dimension |
Dimension.setMagnitude(Double magnitude)
The magnitude.
|
Dimension |
Dimension.setUnit(String unit)
The units for magnitude.
|
Modifier and Type | Method and Description |
---|---|
Shadow |
Shadow.setBlurRadius(Dimension blurRadius)
The radius of the shadow blur.
|
TableColumnProperties |
TableColumnProperties.setColumnWidth(Dimension columnWidth)
Width of a column.
|
TextStyle |
TextStyle.setFontSize(Dimension fontSize)
The size of the text's font.
|
Size |
Size.setHeight(Dimension height)
The height of the object.
|
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.
|
TableRowProperties |
TableRowProperties.setMinRowHeight(Dimension minRowHeight)
Minimum height of the row.
|
TableRow |
TableRow.setRowHeight(Dimension rowHeight)
Height of a row.
|
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.
|
TableBorderProperties |
TableBorderProperties.setWeight(Dimension weight)
The thickness of the border.
|
LineProperties |
LineProperties.setWeight(Dimension weight)
The thickness of the line.
|
Outline |
Outline.setWeight(Dimension weight)
The thickness of the outline.
|
Size |
Size.setWidth(Dimension width)
The width of the object.
|
Copyright © 2011–2024 Google. All rights reserved.