Class ChildExtents

java.lang.Object
com.independentsoft.office.drawing.ChildExtents

public class ChildExtents extends Object
The Class ChildExtents.
  • Constructor Details

    • ChildExtents

      public ChildExtents()
      Instantiates a new child extents.
    • ChildExtents

      public ChildExtents(Unit width, Unit height)
      Instantiates a new child extents.
      Parameters:
      width - the width
      height - the height
    • ChildExtents

      public ChildExtents(long width, long height)
      Instantiates a new child extents.
      Parameters:
      width - the width
      height - the height
  • Method Details

    • clone

      public ChildExtents clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getWidth

      public Unit getWidth()
      Gets the width.
      Returns:
      the width
    • setWidth

      public void setWidth(Unit width)
      Sets the width.
      Parameters:
      width - the new width
    • getHeight

      public Unit getHeight()
      Gets the height.
      Returns:
      the height
    • setHeight

      public void setHeight(Unit height)
      Sets the height.
      Parameters:
      height - the new height