|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ShapeEx
public class ShapeEx
Represents a shape on a slide.
Method Summary | |
---|---|
FillFormatEx |
getFillFormat()
Returns the FillFormatEx object that contains fill formatting properties for a shape. |
float |
getHeight()
Returns the height of the shape. |
HyperlinkEx |
getHLinkClick()
Returns the hyperlink defined for mouse click. |
HyperlinkEx |
getHLinkMouseOver()
Returns the hyperlink defined for mouse over. |
LineFormatEx |
getLineFormat()
Returns the LineFormatEx object that contains line formatting properties for a shape. |
BaseSlideEx |
getParent()
Returns the parent slide of a shape. |
PresentationEx |
getPresentation()
|
BaseSlideEx |
getSlide()
|
TextFrameEx |
getTextFrame()
Returns a TextFrameEx object for a Shape. |
float |
getWidth()
Returns the width of the shape. |
float |
getX()
Returns the x-coordinate of the upper-left corner of the shape. |
float |
getY()
Returns the y-coordinate of the upper-left corner of the shape. |
int |
getZOrderPosition()
Returns the position of a shape in the z-order. getShapes().get(0) returns the shape at the back of the z-order, and getShapes().get(getShapes().size() - 1) returns the shape at the front of the z-order. |
boolean |
isFlipH()
Determines whether the shape is flipped horizontally. |
boolean |
isFlipV()
Determines whether the shape is flipped vertically. |
boolean |
isHidden()
Determines whether the shape is hidden. |
boolean |
isTextHolder()
Determines whether the shape is TextHolder. |
void |
setFlipH(boolean value)
Sets whether the shape is flipped horizontally. |
void |
setFlipV(boolean value)
Sets whether the shape is flipped vertically. |
void |
setHeight(float value)
Sets the height of the shape. |
void |
setHidden(boolean value)
Sets whether the shape is hidden. |
void |
setHLinkClick(HyperlinkEx value)
Sets the hyperlink defined for mouse click. |
void |
setHLinkMouseOver(HyperlinkEx value)
Sets the hyperlink defined for mouse over. |
void |
setWidth(float value)
Sets the width of the shape. |
void |
setX(float value)
Sets the x-coordinate of the upper-left corner of the shape. |
void |
setY(float value)
Sets the y-coordinate of the upper-left corner of the shape. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isTextHolder()
public LineFormatEx getLineFormat()
LineFormatEx
.public FillFormatEx getFillFormat()
FillFormatEx
.public HyperlinkEx getHLinkClick()
HyperlinkEx
.public void setHLinkClick(HyperlinkEx value)
value
- See HyperlinkEx
.public HyperlinkEx getHLinkMouseOver()
HyperlinkEx
.public void setHLinkMouseOver(HyperlinkEx value)
value
- See HyperlinkEx
.public boolean isHidden()
public void setHidden(boolean value)
value
- true to hide the shape.public BaseSlideEx getParent()
BaseSlideEx
.public int getZOrderPosition()
public float getX()
public void setX(float value)
value
- new x coordinate.public float getY()
public void setY(float value)
value
- new y coordinate.public float getWidth()
public void setWidth(float value)
value
- new width value.public float getHeight()
public void setHeight(float value)
value
- new height value.public boolean isFlipH()
public void setFlipH(boolean value)
value
- true to flip the shape horizontally.public boolean isFlipV()
public void setFlipV(boolean value)
value
- true to flip the shape vertically.public TextFrameEx getTextFrame()
TextFrameEx
.public BaseSlideEx getSlide()
public PresentationEx getPresentation()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |