Class ChildExtents
java.lang.Object
com.independentsoft.office.drawing.ChildExtents
The Class ChildExtents.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new child extents.ChildExtents(long width, long height)Instantiates a new child extents.ChildExtents(Unit width, Unit height)Instantiates a new child extents. -
Method Summary
-
Constructor Details
-
ChildExtents
public ChildExtents()Instantiates a new child extents. -
ChildExtents
Instantiates a new child extents.- Parameters:
width- the widthheight- the height
-
ChildExtents
public ChildExtents(long width, long height)Instantiates a new child extents.- Parameters:
width- the widthheight- the height
-
-
Method Details