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()
           Gets class id of this control.
 IShapeFrame getFrame()
           Returns or sets control's frame.
 java.lang.String getName()
           Returns the name of this control.
 IControlPropertiesCollection getProperties()
           Returns a collection of ActiveX properties.
 IPictureFillFormat getSubstitutePictureFormat()
           Returns Control image fill properties object.
 void setFrame(IShapeFrame value)
           Returns or sets control's frame.
 void setName(java.lang.String value)
           Returns the name of this control.
 
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()

Returns the name of this control. Read/write String.


setName

void setName(java.lang.String value)

Returns the name of this control. Read/write String.


getClassId

java.util.UUID getClassId()

Gets class id of this control. Read-only java.util.UUID.


getSubstitutePictureFormat

IPictureFillFormat getSubstitutePictureFormat()

Returns Control image fill properties object. Read-only IPictureFillFormat.


getFrame

IShapeFrame getFrame()

Returns or sets control's frame. Read/write IShapeFrame.


setFrame

void setFrame(IShapeFrame value)

Returns or sets control's frame. Read/write IShapeFrame.


getProperties

IControlPropertiesCollection getProperties()

Returns a collection of ActiveX properties. Read-only IControlPropertiesCollection.



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