|
||||||||
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.GeometryShape
com.aspose.slides.AutoShape
public class AutoShape
Represents an AutoShape.
Method Summary | |
---|---|
ITextFrame |
addTextFrame(java.lang.String text)
Adds a new TextFrame to a shape. |
IAutoShapeLock |
getAutoShapeLock()
Returns shape's locks. |
IAutoShapeLock |
getShapeLock_AutoShape_New()
Returns autoshape's locks. |
ITextFrame |
getTextFrame()
Returns TextFrame object for the AutoShape. |
boolean |
getUseBackgroundFill()
Determines whether this autoshape should be filled with slide's background fill instead of specified by style or fill format. |
void |
setUseBackgroundFill(boolean value)
Determines whether this autoshape should be filled with slide's background fill instead of specified by style or fill format. |
Methods inherited from class com.aspose.slides.GeometryShape |
---|
createShapeElements, getAdjustments, getShapeStyle, getShapeType, setShapeType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.IGeometryShape |
---|
createShapeElements, getAdjustments, getShapeStyle, getShapeType, setShapeType |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Methods inherited from interface com.aspose.slides.IHyperlinkContainer |
---|
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver |
Method Detail |
---|
public IAutoShapeLock getShapeLock_AutoShape_New()
Returns autoshape's locks.
Read-only IAutoShapeLock
.
public IAutoShapeLock getAutoShapeLock()
IAutoShape
Returns shape's locks.
Read-only IAutoShapeLock
.
getAutoShapeLock
in interface IAutoShape
public ITextFrame getTextFrame()
Returns TextFrame object for the AutoShape.
Read-only ITextFrame
.
getTextFrame
in interface IAutoShape
public boolean getUseBackgroundFill()
Determines whether this autoshape should be filled with slide's background fill instead of specified by style or fill format.
Read/write boolean
.
getUseBackgroundFill
in interface IAutoShape
public void setUseBackgroundFill(boolean value)
Determines whether this autoshape should be filled with slide's background fill instead of specified by style or fill format.
Read/write boolean
.
setUseBackgroundFill
in interface IAutoShape
public ITextFrame addTextFrame(java.lang.String text)
Adds a new TextFrame to a shape. If shape already has TextFrame then simply changes its text.
addTextFrame
in interface IAutoShape
text
- Default text for a new TextFrame.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |