Class SourceRectangle
java.lang.Object
com.independentsoft.office.drawing.RelativeRectangle
com.independentsoft.office.drawing.SourceRectangle
The Class SourceRectangle.
-
Field Summary
Fields inherited from class com.independentsoft.office.drawing.RelativeRectangle
bottomOffset, leftOffset, rightOffset, topOffset -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new source rectangle.SourceRectangle(InternalXMLStreamReader reader)Instantiates a new source rectangle. -
Method Summary
Methods inherited from class com.independentsoft.office.drawing.RelativeRectangle
getBottomOffset, getLeftOffset, getRightOffset, getTopOffset, setBottomOffset, setLeftOffset, setRightOffset, setTopOffset
-
Constructor Details
-
SourceRectangle
public SourceRectangle()Instantiates a new source rectangle. -
SourceRectangle
Instantiates a new source rectangle.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
- Specified by:
clonein classRelativeRectangle
-
toString
-