Class ChildOffset
java.lang.Object
com.independentsoft.office.drawing.ChildOffset
The Class ChildOffset.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new child offset.ChildOffset(long x, long y)Instantiates a new child offset.ChildOffset(Unit x, Unit y)Instantiates a new child offset. -
Method Summary
-
Constructor Details
-
ChildOffset
public ChildOffset()Instantiates a new child offset. -
ChildOffset
Instantiates a new child offset.- Parameters:
x- the xy- the y
-
ChildOffset
public ChildOffset(long x, long y)Instantiates a new child offset.- Parameters:
x- the xy- the y
-
-
Method Details