Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
CropProperties |
CropProperties.clone() |
CropProperties |
ImageProperties.getCropProperties()
The crop properties of the image.
|
CropProperties |
CropProperties.set(String fieldName,
Object value) |
CropProperties |
CropProperties.setAngle(Float angle)
The rotation angle of the crop window around its center, in radians.
|
CropProperties |
CropProperties.setBottomOffset(Float bottomOffset)
The offset specifies the bottom edge of the crop rectangle that is located above the original
bounding rectangle bottom edge, relative to the object's original height.
|
CropProperties |
CropProperties.setLeftOffset(Float leftOffset)
The offset specifies the left edge of the crop rectangle that is located to the right of the
original bounding rectangle left edge, relative to the object's original width.
|
CropProperties |
CropProperties.setRightOffset(Float rightOffset)
The offset specifies the right edge of the crop rectangle that is located to the left of the
original bounding rectangle right edge, relative to the object's original width.
|
CropProperties |
CropProperties.setTopOffset(Float topOffset)
The offset specifies the top edge of the crop rectangle that is located below the original
bounding rectangle top edge, relative to the object's original height.
|
Modifier and Type | Method and Description |
---|---|
ImageProperties |
ImageProperties.setCropProperties(CropProperties cropProperties)
The crop properties of the image.
|
Copyright © 2011–2024 Google. All rights reserved.