com.aspose.slides
Class ControlEx

java.lang.Object
  extended by com.aspose.slides.ControlEx

public class ControlEx
extends java.lang.Object

Represents an ActiveX control.


Method Summary
 java.util.UUID getClassId()
           Gets class id of this control.
 ShapeFrameEx getFrame()
           Returns or sets control's frame.
 java.lang.String getName()
           Returns the name of this control.
 PresentationEx getPresentation()
           
 ControlExPropertiesCollection getProperties()
           Returns a collection of ActiveX properties.
 BaseSlideEx getSlide()
           
 PictureFillFormatEx getSubstitutePictureFormat()
           Returns ControlEx image fill properties object.
 void setFrame(ShapeFrameEx value)
           
 void setName(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

Returns the name of this control.


setName

public void setName(java.lang.String value)

getClassId

public java.util.UUID getClassId()

Gets class id of this control.


getSubstitutePictureFormat

public PictureFillFormatEx getSubstitutePictureFormat()

Returns ControlEx image fill properties object. Readonly PictureFillFormatEx.


getFrame

public ShapeFrameEx getFrame()

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


setFrame

public void setFrame(ShapeFrameEx value)

getProperties

public ControlExPropertiesCollection getProperties()

Returns a collection of ActiveX properties. Readonly ControlExPropertiesCollection.


Note: Aspose.Slides supports only XML based ActiveX properties. If properties stored in binary format, this property will return null.


getSlide

public BaseSlideEx getSlide()

getPresentation

public PresentationEx getPresentation()