Package com.grapecity.documents.excel
Class Size
java.lang.Object
com.grapecity.documents.excel.Size
Represents a Size class.
-
Constructor Summary
ConstructorsConstructorDescriptionSize(double width, double height) Constructs a new instance of the Size class with the specified width and height. -
Method Summary
-
Constructor Details
-
Size
public Size(double width, double height) Constructs a new instance of the Size class with the specified width and height.- Parameters:
width- The width of the size.height- The height of the size.
-
-
Method Details
-
getWidth
public final double getWidth()Returns the width of this size. -
setWidth
public final void setWidth(double value) Sets the width of this size. -
getHeight
public final double getHeight()Returns the height of this size. -
setHeight
public final void setHeight(double value) Sets the height of this size.
-