|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.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. |
ShapeFrameEx |
getFrame()
|
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. |
PlaceholderEx |
getPlaceholder()
|
PresentationEx |
getPresentation()
Returns the parent presentation of a slide. |
ShapeFrameEx |
getRawFrame()
|
float |
getRotation()
|
BaseSlideEx |
getSlide()
Returns the parent slide of a shape. |
TextFrameEx |
getTextFrame()
Returns a TextFrameEx object for a Shape. |
float |
getWidth()
Returns the width of the shape. |
float |
getX()
|
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 |
isHidden()
Determines whether the shape is hidden. |
boolean |
isTextHolder()
Determines whether the shape is TextHolder. |
void |
setFrame(ShapeFrameEx value)
|
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 |
setRawFrame(ShapeFrameEx value)
|
void |
setRotation(float value)
|
void |
setWidth(float value)
Sets the width of the shape. |
void |
setX(float value)
|
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 PlaceholderEx getPlaceholder()
public ShapeFrameEx getRawFrame()
public void setRawFrame(ShapeFrameEx value)
public ShapeFrameEx getFrame()
public void setFrame(ShapeFrameEx value)
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 getRotation()
public void setRotation(float value)
public float getX()
public void setX(float value)
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 TextFrameEx getTextFrame()
TextFrameEx
.public BaseSlideEx getSlide()
ISlideComponent.getSlide()
public PresentationEx getPresentation()
IPresentationComponent.getPresentation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |