Class Stretch
java.lang.Object
com.independentsoft.office.drawing.Stretch
The Class Stretch.
-
Constructor Summary
ConstructorsConstructorDescriptionStretch()Instantiates a new stretch.Stretch(InternalXMLStreamReader reader)Instantiates a new stretch. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the fill rectangle.voidsetFillRectangle(FillRectangle fillRectangle)Sets the fill rectangle.toString()
-
Constructor Details
-
Stretch
public Stretch()Instantiates a new stretch. -
Stretch
Instantiates a new stretch.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details