类 Size

java.lang.Object
com.grapecity.documents.excel.Size

public class Size extends Object
Represents a Size class.
  • 构造器详细资料

    • Size

      public Size(double width, double height)
  • 方法详细资料

    • 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.