public interface IAutoShape extends IGeometryShape
Represents an AutoShape.
Modifier and Type | Method and Description |
---|---|
ITextFrame |
addTextFrame(java.lang.String text)
Adds a new TextFrameEx to a shape.
|
IAutoShapeLock |
getAutoShapeLock()
Returns AutoShape'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.
|
createShapeElements, getAdjustments, getShapeStyle, getShapeType, setShapeType
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getAlternativeTextTitle, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getOfficeInteropShapeId, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setAlternativeTextTitle, setBlackWhiteMode, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY, writeAsSvg, writeAsSvg
getSlide
getPresentation
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver
IAutoShapeLock getAutoShapeLock()
Returns AutoShape'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.