public interface ISizeOptions
Interface for adding embedded object.
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
The height of the embedded object size.
|
int |
getWidth()
The width of the embedded object size.
|
void |
setHeight(int value)
The height of the embedded object size.
|
void |
setWidth(int value)
The width of the embedded object size.
|