com.aspose.slides
Interface IAutoShape

All Superinterfaces:
IGeometryShape, IHyperlinkContainer, IPresentationComponent, IShape, ISlideComponent
All Known Implementing Classes:
AutoShape

public interface IAutoShape
extends IGeometryShape

Represents an AutoShape.


Method Summary
 ITextFrame addTextFrame(java.lang.String text)
           
 IAutoShapeLock getShapeLock()
           
 ITextFrame getTextFrame()
           
 boolean getUseBackgroundFill()
           
 void setUseBackgroundFill(boolean value)
           
 
Methods inherited from interface com.aspose.slides.IGeometryShape
createShapeElements, getAdjustments, getShapeStyle, getShapeType, setShapeType
 
Methods inherited from interface com.aspose.slides.IShape
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getParentGroup, getPlaceholder, getRawFrame, getRotation, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY
 
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

getShapeLock

IAutoShapeLock getShapeLock()
Specified by:
getShapeLock in interface IShape

getTextFrame

ITextFrame getTextFrame()

getUseBackgroundFill

boolean getUseBackgroundFill()

setUseBackgroundFill

void setUseBackgroundFill(boolean value)

addTextFrame

ITextFrame addTextFrame(java.lang.String text)