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