Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
Size |
Size.clone() |
Size |
Presentation.getPageSize()
The size of pages in the presentation.
|
Size |
PageElement.getSize()
The size of the page element.
|
Size |
StretchedPictureFill.getSize()
The original size of the picture fill.
|
Size |
PageElementProperties.getSize()
The size of the element.
|
Size |
Size.set(String fieldName,
Object value) |
Size |
Size.setHeight(Dimension height)
The height of the object.
|
Size |
Size.setWidth(Dimension width)
The width of the object.
|
Modifier and Type | Method and Description |
---|---|
Presentation |
Presentation.setPageSize(Size pageSize)
The size of pages in the presentation.
|
PageElement |
PageElement.setSize(Size size)
The size of the page element.
|
StretchedPictureFill |
StretchedPictureFill.setSize(Size size)
The original size of the picture fill.
|
PageElementProperties |
PageElementProperties.setSize(Size size)
The size of the element.
|
Copyright © 2011–2024 Google. All rights reserved.