|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IControl
Represents an ActiveX control.
Method Summary | |
---|---|
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. |
IControlPropertiesCollection |
getProperties()
Returns a collection of ActiveX properties. |
IPictureFillFormat |
getSubstitutePictureFormat()
Returns Control 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. |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
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 java.util.UUID
.
IPictureFillFormat getSubstitutePictureFormat()
Returns Control 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
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |