Gets the rotate angle of this [PresentationShape](../../com.groupdocs.watermark.contents/presentationshape) in degrees.
Returns:
double - The rotate angle of this [PresentationShape](../../com.groupdocs.watermark.contents/presentationshape) in degrees.
setRotateAngle(double value)
public final void setRotateAngle(double value)
Sets the rotate angle of this [PresentationShape](../../com.groupdocs.watermark.contents/presentationshape) in degrees.
Parameters:
Parameter
Type
Description
value
double
The rotate angle of this [PresentationShape](../../com.groupdocs.watermark.contents/presentationshape) in degrees.
getText()
public final String getText()
Gets the text of this [PresentationShape](../../com.groupdocs.watermark.contents/presentationshape).
Returns:
java.lang.String - The text of this [PresentationShape](../../com.groupdocs.watermark.contents/presentationshape).
setText(String value)
public final void setText(String value)
Sets the text of this [PresentationShape](../../com.groupdocs.watermark.contents/presentationshape).
Parameters:
Parameter
Type
Description
value
java.lang.String
The text of this [PresentationShape](../../com.groupdocs.watermark.contents/presentationshape).
getFormattedTextFragments()
public final FormattedTextFragmentCollection getFormattedTextFragments()
Gets the collection of formatted text fragments of this [PresentationShape](../../com.groupdocs.watermark.contents/presentationshape).
Returns:FormattedTextFragmentCollection - The collection of formatted text fragments of this [PresentationShape](../../com.groupdocs.watermark.contents/presentationshape).
getShapeType()
public final int getShapeType()
Gets the shape geometry preset type.
Returns:
int - The geometry preset type.
getImage()
public final PresentationWatermarkableImage getImage()
Gets the image of this [PresentationShape](../../com.groupdocs.watermark.contents/presentationshape).
Returns:PresentationWatermarkableImage - The image of this [PresentationShape](../../com.groupdocs.watermark.contents/presentationshape) or null if the shape has no image.
setImage(PresentationWatermarkableImage value)
public final void setImage(PresentationWatermarkableImage value)
Sets the image of this [PresentationShape](../../com.groupdocs.watermark.contents/presentationshape).