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)
           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.IShape
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setBlackWhiteMode, 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

getAutoShapeLock

IAutoShapeLock getAutoShapeLock()

Returns shape's locks. Read-only IAutoShapeLock.


getTextFrame

ITextFrame getTextFrame()

Returns TextFrameEx object for the AutoShapeEx. Read-only ITextFrame.


getUseBackgroundFill

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.


setUseBackgroundFill

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.


addTextFrame

ITextFrame addTextFrame(java.lang.String text)

Adds a new TextFrameEx to a shape. If shape already has TextFrameEx then simply changes its text.

Parameters:
text - Default text for a new TextFrame.


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.