public interface IAutoShape extends IGeometryShape
Represents an AutoShape.
| Modifier and Type | Method and Description |
|---|---|
ITextFrame |
addTextFrame(java.lang.String text)
Adds a new TextFrame to a shape.
|
IAutoShapeLock |
getAutoShapeLock()
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.
|
boolean |
isTextBox()
Specifies if the shape is a text box.
|
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, getGeometryPaths, getShapeStyle, getShapeType, setGeometryPath, setGeometryPaths, setShapeTypeaddPlaceholder, getAlternativeText, getAlternativeTextTitle, getBasePlaceholder, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getImage, getImage, getLineFormat, getName, getOfficeInteropShapeId, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isDecorative, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setAlternativeTextTitle, setBlackWhiteMode, setDecorative, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY, writeAsSvg, writeAsSvggetSlidegetPresentationgetHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOverIAutoShapeLock getAutoShapeLock()
Returns AutoShape's locks.
Read-only IAutoShapeLock.
ITextFrame getTextFrame()
Returns TextFrame object for the AutoShape.
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 TextFrame to a shape. If shape already has TextFrame then simply changes its text.
text - Default text for a new TextFrame.ITextFrame object.boolean isTextBox()
Specifies if the shape is a text box.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.