|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAutoShape
| Method Summary | |
|---|---|
void |
appendTextFrame(java.lang.String text)
Adds a new TextFrame to a shape. |
void |
dispose()
Dispose object and free resources. |
ShapeAdjustCollection |
getAdjustments()
|
java.lang.String |
getAlternativeText()
Gets the alternative text associated with a shape. |
ClickHyperlink |
getClick()
Gets the hyperlink defined for mouse click. |
EffectDag |
getEffectDag()
Gets the EffectFormat object which contains pixel effects applied to a shape. |
FillFormat |
getFill()
Gets the FillFormat object that contains fill formatting properties for a shape. |
GraphicFrame |
getFrame()
Gets or sets the shape frame's properties. |
float |
getHeight()
Gets the height of the shape. |
float |
getLeft()
Gets the x-coordinate of the upper-left corner of the shape. |
TextLineFormat |
getLine()
Gets the LineFormat object that contains line formatting properties for a shape. |
ShapeLocking |
getLocking()
Gets shape's locks. |
ClickHyperlink |
getMouseOver()
Gets the hyperlink defined for mouse over. |
java.lang.String |
getName()
Gets the name of a shape. |
ActiveSlide |
getParent()
Gets the parent slide of a shape. |
PlaceholderEx |
getPlaceholder()
Gets the placeholder for a shape. |
Presentation |
getPresentation()
|
float |
getRotation()
Gets the number of degrees the specified shape is rotated. |
ShapeStyleEx |
getShapeStyle()
|
ShapeType |
getShapeType()
|
ActiveSlide |
getSlide()
Gets the parent slide of a shape. |
TagCollection |
getTagsList()
Gets the shape's tags collection. |
ITextFrameProperties |
getTextFrame()
Gets TextFrame object for the AutoShape. |
FormatThreeD |
getThreeD()
Gets the ThreeDFormat object that 3d effect properties for a shape Read-only |
float |
getTop()
Gets the y-coordinate of the upper-left corner of the shape. |
boolean |
getUseBackgroundFill()
Indicates whether this autoshape should be filled with slide's background fill instead of specified by style or fill format. |
float |
getWidth()
Gets the width of the shape. |
int |
getZOrderPosition()
Gets the position of a shape in the z-order. |
boolean |
isHidden()
Indicates whether the shape is hidden. |
void |
isHidden(boolean value)
|
boolean |
isTextBox()
Indicates whether the shape is TextHolder. |
void |
removePlaceholder()
Removes placeholder from the shape. |
void |
setAlternativeText(java.lang.String value)
sets the alternative text associated with a shape. |
void |
setClick(ClickHyperlink value)
Sets the hyperlink defined for mouse click. |
void |
setFrame(GraphicFrame value)
Sets the shape frame's properties. |
void |
setHeight(float value)
Sets the height of the shape. |
void |
setLeft(double value)
Sets the x-coordinate of the upper-left corner of the shape. |
void |
setMouseOver(ClickHyperlink value)
Sets the hyperlink defined for mouse over. |
void |
setName(java.lang.String value)
Sets the name of a shape. |
void |
setRotation(float value)
Sets the number of degrees the specified shape is rotated. |
void |
setShapeType(ShapeType value)
|
void |
setTop(double value)
Sets the y-coordinate of the upper-left corner of the shape. |
void |
setUseBackgroundFill(boolean value)
|
void |
setWidth(float value)
Sets the width of the shape. |
| Methods inherited from interface com.spire.presentation.IShape |
|---|
getAlternativeTitle, insertChart, insertPicture, insertSmartArt, insertTable, insertVideo, setAlternativeTitle, setShapeAlignment, setShapeArrange |
| Method Detail |
|---|
ShapeLocking getLocking()
ITextFrameProperties getTextFrame()
boolean getUseBackgroundFill()
void setUseBackgroundFill(boolean value)
ShapeStyleEx getShapeStyle()
ShapeType getShapeType()
void setShapeType(ShapeType value)
ShapeAdjustCollection getAdjustments()
boolean isTextBox()
isTextBox in interface IShapePlaceholderEx getPlaceholder()
getPlaceholder in interface IShapeTagCollection getTagsList()
getTagsList in interface IShapeGraphicFrame getFrame()
getFrame in interface IShapevoid setFrame(GraphicFrame value)
IShape
setFrame in interface IShapeTextLineFormat getLine()
getLine in interface IShapeFormatThreeD getThreeD()
getThreeD in interface IShapeEffectDag getEffectDag()
getEffectDag in interface IShapeFillFormat getFill()
getFill in interface IShapeClickHyperlink getClick()
getClick in interface IShapevoid setClick(ClickHyperlink value)
setClick in interface IShapeClickHyperlink getMouseOver()
getMouseOver in interface IShapevoid setMouseOver(ClickHyperlink value)
setMouseOver in interface IShapeboolean isHidden()
isHidden in interface IShapevoid isHidden(boolean value)
isHidden in interface IShapeActiveSlide getParent()
getParent in interface IShapeint getZOrderPosition()
getZOrderPosition in interface IShapefloat getRotation()
getRotation in interface IShapevoid setRotation(float value)
setRotation in interface IShapefloat getLeft()
getLeft in interface IShapevoid setLeft(double value)
setLeft in interface IShapefloat getTop()
getTop in interface IShapevoid setTop(double value)
setTop in interface IShapefloat getWidth()
getWidth in interface IShapevoid setWidth(float value)
setWidth in interface IShapefloat getHeight()
getHeight in interface IShapevoid setHeight(float value)
setHeight in interface IShapejava.lang.String getAlternativeText()
getAlternativeText in interface IShapevoid setAlternativeText(java.lang.String value)
setAlternativeText in interface IShapejava.lang.String getName()
getName in interface IShapevoid setName(java.lang.String value)
setName in interface IShapeActiveSlide getSlide()
getSlide in interface IShapePresentation getPresentation()
getPresentation in interface IShape
void appendTextFrame(java.lang.String text)
throws DocumentEditException
text - Default text for a new TextFrame.
DocumentEditExceptionvoid removePlaceholder()
removePlaceholder in interface IShapevoid dispose()
dispose in interface IShape
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||