ISizeOptions
public interface ISizeOptions
Interface for adding embedded object.
Methods
| 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. |
getWidth()
public abstract int getWidth()
The width of the embedded object size.
Returns: int
setWidth(int value)
public abstract void setWidth(int value)
The width of the embedded object size.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
getHeight()
public abstract int getHeight()
The height of the embedded object size.
Returns: int
setHeight(int value)
public abstract void setHeight(int value)
The height of the embedded object size.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |