|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAutoShape
Represents an AutoShape.
Method Summary | |
---|---|
ITextFrame |
addTextFrame(java.lang.String text)
Adds a new TextFrameEx to a shape. |
IAutoShapeLock |
getAutoShapeLock()
Returns shape's locks. |
ITextFrame |
getTextFrame()
Returns TextFrameEx object for the AutoShapeEx. |
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 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 |
---|
IAutoShapeLock getAutoShapeLock()
Returns shape's locks.
Read-only IAutoShapeLock
.
ITextFrame getTextFrame()
Returns TextFrameEx object for the AutoShapeEx.
Read-only ITextFrame
.
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
.
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
.
ITextFrame addTextFrame(java.lang.String text)
Adds a new TextFrameEx to a shape. If shape already has TextFrameEx then simply changes its text.
text
- Default text for a new TextFrame.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |