Control

Control class

Represents an ActiveX control.

getActiveXControlBinary

NameDescription
getActiveXControlBinary ()Specifies the persistence of an ActiveX control when the method used to persist is either PersistStream, PersistStreamInit or PersistStorage.

Returns: byte


getClassId

NameDescription
getClassId ()Gets class id of this control. Read-only java.util.UUID.

Returns: UUID


getFrame

NameDescription
getFrame ()Returns or sets control’s frame. Read/write IShapeFrame.

Returns: ShapeFrame


getName

NameDescription
getName ()Gets or sets the name of this control. Read/write String.

Returns: String


getPersistence

NameDescription
getPersistence ()Gets the method used to store properties of the ActiveX control. Read only PersistenceType.

Returns: int


getPresentation

NameDescription
getPresentation ()

Returns: Presentation


getProperties

NameDescription
getProperties ()Returns a collection of ActiveX properties. Read-only IControlPropertiesCollection. Note: Aspose.Slides supports only XML based ActiveX properties. If properties stored in binary format, this property will return null.

Returns: ControlPropertiesCollection


getSlide

NameDescription
getSlide ()

Returns: MasterHandoutSlide, BaseSlide, LayoutSlide, Slide, MasterSlide, NotesSlide, MasterNotesSlide


getSubstitutePictureFormat

NameDescription
getSubstitutePictureFormat ()Returns Control image fill properties object. Read-only IPictureFillFormat.

Returns: PictureFillFormat


setClassId

NameDescription
setClassId (UUID)Gets class id of this control. Read-only java.util.UUID.

Returns: void


setFrame

NameDescription
setFrame (ShapeFrame)Returns or sets control’s frame. Read/write IShapeFrame.

Returns: void


setName

NameDescription
setName (String)Gets or sets the name of this control. Read/write String.

Returns: void