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