|
|||||||||
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 | |
---|---|
void |
createPropertiesElements(java.lang.String nvPropName,
java.lang.String spPropName)
|
java.lang.String |
getAlternativeText()
Returns the alternative text associated with a shape. |
EffectFormatEx |
getEffectFormat()
Returns the EffectFormatEx object which contains pixel effects applied to a shape. |
FillFormatEx |
getFillFormat()
Returns the FillFormatEx object that contains fill formatting properties for a shape. |
ShapeFrameEx |
getFrame()
Returns the shape frame's properties. |
float |
getHeight()
Returns the height of a 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. |
java.lang.String |
getName()
Returns the name of a shape. |
com.aspose.slides.pptx.presentationml.PresentationBaseShapeNVPropertiesElement |
getNonVisualPropElement()
|
BaseSlideEx |
getParent()
Returns the parent slide of a shape. |
PlaceholderEx |
getPlaceholder()
Returns the placeholder for a shape. |
PresentationEx |
getPresentation()
Returns the parent presentation of a slide. |
ShapeFrameEx |
getRawFrame()
Returns the raw shape frame's properties. |
float |
getRotation()
Returns or sets the number of degrees the specified shape is rotated around the z-axis. |
long |
getShapeId()
|
BaseSlideEx |
getSlide()
Returns the parent slide of a shape. |
TagsEx |
getTags()
Returns the shape's tags collection. |
ThreeDFormatEx |
getThreeDFormat()
Returns the ThreeDFormatEx object that contains line formatting properties for a shape. |
float |
getWidth()
Returns the width of a shape. |
float |
getX()
Returns the x-coordinate of the upper-left corner of a shape. |
float |
getY()
Returns the y-coordinate of the upper-left corner of a 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 |
setAlternativeText(java.lang.String value)
Sets the alternative text associated with a shape. |
void |
setFrame(ShapeFrameEx value)
Sets the shape frame's properties. |
void |
setHeight(float value)
Sets the height of a 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 |
setName(java.lang.String name)
Sets the name of a shape. |
void |
setRawFrame(ShapeFrameEx value)
Sets the raw shape frame's properties. |
void |
setRotation(float value)
|
void |
setWidth(float value)
Sets the width of a shape. |
void |
setX(float value)
Sets the x-coordinate of the upper-left corner of a shape. |
void |
setY(float value)
Sets the y-coordinate of the upper-left corner of a 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 TagsEx getTags()
public ShapeFrameEx getRawFrame()
public void setRawFrame(ShapeFrameEx value)
value
- public ShapeFrameEx getFrame()
public void setFrame(ShapeFrameEx value)
value
- public LineFormatEx getLineFormat()
LineFormatEx
.public ThreeDFormatEx getThreeDFormat()
public EffectFormatEx getEffectFormat()
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)
public float getWidth()
public void setWidth(float value)
public float getHeight()
public void setHeight(float value)
public long getShapeId()
public java.lang.String getAlternativeText()
public com.aspose.slides.pptx.presentationml.PresentationBaseShapeNVPropertiesElement getNonVisualPropElement()
public void setAlternativeText(java.lang.String value)
value
- new alternative text.public java.lang.String getName()
public void setName(java.lang.String name)
name
- new name of a shape.public BaseSlideEx getSlide()
getSlide
in interface ISlideComponent
ISlideComponent.getSlide()
public PresentationEx getPresentation()
getPresentation
in interface IPresentationComponent
IPresentationComponent.getPresentation()
public void createPropertiesElements(java.lang.String nvPropName, java.lang.String spPropName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |