|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Shape
com.aspose.slides.Rectangle
public class Rectangle
Represents a Rectangle shape.
Method Summary | |
---|---|
boolean |
getFlipHorizontal()
<b>True</b> if a shape was flipped horizontally. |
boolean |
getFlipVertical()
<b>True</b> if a shape was flipped vertically. |
int |
getRotation()
Returns or sets the number of degrees the specified shape is rotated around the z-axis. |
void |
serialize(java.io.OutputStream stream)
|
void |
setFlipHorizontal(boolean value)
|
void |
setFlipVertical(boolean value)
|
void |
setRotation(int value)
|
Methods inherited from class com.aspose.slides.Shape |
---|
addLink, addTextFrame, clearLink, createShapeElements, createShapeElements, getAlternativeText, getAnimationSettings, getConnectionSites, getConnectionSitesRaw, getFillFormat, getFlipH, getFlipV, getHeight, getHidden, getLineFormat, getLink, getMasterShapeId, getName, getParent, getParentSlide, getPlaceholder, getProtection, getShadowFormat, getShapeId, getShapeRectangle, getTags, getTextFrame, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, hasExternalData, isMasterTextHolder, isTextHolder, setAlternativeText, setFlipH, setFlipV, setHeight, setHidden, setName, setProtection, setWidth, setX, setY, zOrder |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void serialize(java.io.OutputStream stream)
serialize
in class Shape
public boolean getFlipHorizontal()
<b>True</b>
if a shape was flipped horizontally.
Read/write bool
.
getFlipHorizontal
in class Shape
public void setFlipHorizontal(boolean value)
setFlipHorizontal
in class Shape
public boolean getFlipVertical()
<b>True</b>
if a shape was flipped vertically.
Read/write bool
.
getFlipVertical
in class Shape
public void setFlipVertical(boolean value)
setFlipVertical
in class Shape
public int getRotation()
Returns or sets the number of degrees the specified shape is rotated around
the z-axis. A positive value indicates clockwise rotation; a negative value
indicates counterclockwise rotation. Read/write int
.
getRotation
in class Shape
public void setRotation(int value)
setRotation
in class Shape
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |