Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
OffsetPosition |
OffsetPosition.clone() |
OffsetPosition |
PopupWindowProperties.getOffset()
Upper-left corner coordinates of the popup window.
|
OffsetPosition |
CreativeAsset.getOffset()
Offset position for an asset in collapsed mode.
|
OffsetPosition |
CreativeAsset.getPosition()
Offset position for an asset.
|
OffsetPosition |
OffsetPosition.set(String fieldName,
Object value) |
OffsetPosition |
OffsetPosition.setLeft(Integer left)
Offset distance from left side of an asset or a window.
|
OffsetPosition |
OffsetPosition.setTop(Integer top)
Offset distance from top side of an asset or a window.
|
Modifier and Type | Method and Description |
---|---|
PopupWindowProperties |
PopupWindowProperties.setOffset(OffsetPosition offset)
Upper-left corner coordinates of the popup window.
|
CreativeAsset |
CreativeAsset.setOffset(OffsetPosition offset)
Offset position for an asset in collapsed mode.
|
CreativeAsset |
CreativeAsset.setPosition(OffsetPosition position)
Offset position for an asset.
|
Copyright © 2011–2025 Google. All rights reserved.