Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
Drive.BackgroundImageFile |
Drive.BackgroundImageFile.clone() |
Drive.BackgroundImageFile |
Drive.getBackgroundImageFile()
An image file and cropping parameters from which a background image for this shared drive is
set.
|
Drive.BackgroundImageFile |
Drive.BackgroundImageFile.set(String fieldName,
Object value) |
Drive.BackgroundImageFile |
Drive.BackgroundImageFile.setId(String id)
The ID of an image file in Google Drive to use for the background image.
|
Drive.BackgroundImageFile |
Drive.BackgroundImageFile.setWidth(Float width)
The width of the cropped image in the closed range of 0 to 1.
|
Drive.BackgroundImageFile |
Drive.BackgroundImageFile.setXCoordinate(Float xCoordinate)
The X coordinate of the upper left corner of the cropping area in the background image.
|
Drive.BackgroundImageFile |
Drive.BackgroundImageFile.setYCoordinate(Float yCoordinate)
The Y coordinate of the upper left corner of the cropping area in the background image.
|
Modifier and Type | Method and Description |
---|---|
Drive |
Drive.setBackgroundImageFile(Drive.BackgroundImageFile backgroundImageFile)
An image file and cropping parameters from which a background image for this shared drive is
set.
|
Copyright © 2011–2024 Google. All rights reserved.