|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Control
public class Control
Represents an ActiveX control.
Method Summary | |
---|---|
java.util.UUID |
getClassId()
|
IShapeFrame |
getFrame()
Returns or sets control's frame. |
java.lang.String |
getName()
Gets or sets the name of this control. |
IPresentation |
getPresentation()
|
IControlPropertiesCollection |
getProperties()
Returns a collection of ActiveX properties. |
IBaseSlide |
getSlide()
|
IPictureFillFormat |
getSubstitutePictureFormat()
Returns Control image fill properties object. |
void |
setFrame(IShapeFrame value)
|
void |
setName(java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
Gets or sets the name of this control.
getName
in interface IControl
public void setName(java.lang.String value)
setName
in interface IControl
public java.util.UUID getClassId()
getClassId
in interface IControl
public IPictureFillFormat getSubstitutePictureFormat()
Returns Control image fill properties object.
Readonly PictureFillFormat
.
getSubstitutePictureFormat
in interface IControl
public IShapeFrame getFrame()
Returns or sets control's frame.
Read/write ShapeFrame
.
getFrame
in interface IControl
public void setFrame(IShapeFrame value)
setFrame
in interface IControl
public IControlPropertiesCollection getProperties()
Returns a collection of ActiveX properties.
Readonly ControlPropertiesCollection
.
getProperties
in interface IControl
public IBaseSlide getSlide()
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
getPresentation
in interface IPresentationComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |