public interface IControl extends ISlideComponent
Represents an ActiveX control.
Modifier and Type | Method and Description |
---|---|
byte[] |
getActiveXControlBinary()
Specifies the persistence of an ActiveX control when the method used to persist is either PersistStream, PersistStreamInit or PersistStorage.
|
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.
|
int |
getPersistence()
Gets the method used to store properties of the ActiveX control.
|
IControlPropertiesCollection |
getProperties()
Returns a collection of ActiveX properties.
|
IPictureFillFormat |
getSubstitutePictureFormat()
Returns ControlEx 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.
|
getSlide
getPresentation
java.lang.String getName()
Returns the name of this control.
Read/write String
.
void setName(java.lang.String value)
Returns the name of this control.
Read/write String
.
java.util.UUID getClassId()
Gets class id of this control.
Read-only UUID
.
IPictureFillFormat getSubstitutePictureFormat()
Returns ControlEx image fill properties object.
Read-only IPictureFillFormat
.
IShapeFrame getFrame()
Returns or sets control's frame.
Read/write IShapeFrame
.
void setFrame(IShapeFrame value)
Returns or sets control's frame.
Read/write IShapeFrame
.
IControlPropertiesCollection getProperties()
Returns a collection of ActiveX properties.
Read-only IControlPropertiesCollection
.
int getPersistence()
Gets the method used to store properties of the ActiveX control.
Read only PersistenceType
.
byte[] getActiveXControlBinary()
Specifies the persistence of an ActiveX control when the method used to persist is either PersistStream, PersistStreamInit or PersistStorage.