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.

Result: byte


getClassId

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

Result: UUID


getFrame

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

Result: ShapeFrame


getName

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

Result: String


getParent_Immediate

NameDescription
getParent_Immediate()

getPersistence

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

Result: int


getPresentation

NameDescription
getPresentation()

Result: 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.

Result: ControlPropertiesCollection


getSlide

NameDescription
getSlide()

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


getSubstitutePictureFormat

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

Result: PictureFillFormat


setClassId

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

setFrame

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

setName

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