Control Control class Represents an ActiveX control.
getActiveXControlBinary Name Description getActiveXControlBinary () Specifies the persistence of an ActiveX control when the function used to persist is either PersistStream, PersistStreamInit or PersistStorage.
Returns:
byte
getClassId Name Description getClassId () Gets class id of this control. Read-only java.util.UUID.
Returns:
UUID
getFrame Name Description getFrame () Returns or sets control’s frame. Read/write IShapeFrame.
Returns:
ShapeFrame
getName Name Description getName () Gets or sets the name of this control. Read/write String.
Returns:
String
getPersistence Name Description getPersistence () Gets the function used to store properties of the ActiveX control. Read only PersistenceType.
Returns:
int
getPresentation Name Description getPresentation ()
Returns:
Presentation
getProperties Name Description 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 Name Description getSlide ()
Returns:
MasterNotesSlide , MasterHandoutSlide , BaseSlide , Slide , NotesSlide , MasterSlide , LayoutSlide
Name Description getSubstitutePictureFormat () Returns Control image fill properties object. Read-only IPictureFillFormat.
Returns:
PictureFillFormat
setClassId Name Description setClassId (UUID) Gets class id of this control. Read-only java.util.UUID.
setFrame Name Description setFrame (ShapeFrame ) Returns or sets control’s frame. Read/write IShapeFrame.
setName Name Description setName (String) Gets or sets the name of this control. Read/write String.