ISizeOptions
Leave feedback
On this page
public interface ISizeOptions
Interface for adding embedded object.
| Method | Description |
|---|---|
| getWidth() | The width of the embedded object size. |
| setWidth(int value) | The width of the embedded object size. |
| getHeight() | The height of the embedded object size. |
| setHeight(int value) | The height of the embedded object size. |
public abstract int getWidth()
The width of the embedded object size.
Returns: int
public abstract void setWidth(int value)
The width of the embedded object size.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public abstract int getHeight()
The height of the embedded object size.
Returns: int
public abstract void setHeight(int value)
The height of the embedded object size.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.