com.aspose.slides
Interface IControl

All Superinterfaces:
IPresentationComponent, ISlideComponent
All Known Implementing Classes:
Control

public interface IControl
extends ISlideComponent

Represents an ActiveX control.


Method Summary
 java.util.UUID getClassId()
           
 IShapeFrame getFrame()
           
 java.lang.String getName()
           
 IControlPropertiesCollection getProperties()
           
 IPictureFillFormat getSubstitutePictureFormat()
           
 void setFrame(IShapeFrame value)
           
 void setName(java.lang.String value)
           
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getName

java.lang.String getName()

setName

void setName(java.lang.String value)

getClassId

java.util.UUID getClassId()

getSubstitutePictureFormat

IPictureFillFormat getSubstitutePictureFormat()

getFrame

IShapeFrame getFrame()

setFrame

void setFrame(IShapeFrame value)

getProperties

IControlPropertiesCollection getProperties()