|
||||||||
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()
Gets class id of this control. |
IShapeFrame |
getFrame()
Returns or sets control's frame. |
java.lang.String |
getName()
Gets or sets the name of this control. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
IPresentation |
getPresentation()
Returns the presentation. |
IControlPropertiesCollection |
getProperties()
Returns a collection of ActiveX properties. |
IBaseSlide |
getSlide()
Returns the base slide. |
IPictureFillFormat |
getSubstitutePictureFormat()
Returns Control image fill properties object. |
void |
setFrame(IShapeFrame value)
Returns or sets control's frame. |
void |
setName(java.lang.String value)
Gets or sets the name of this control. |
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.
Read/write String
.
getName
in interface IControl
public void setName(java.lang.String value)
Gets or sets the name of this control.
Read/write String
.
setName
in interface IControl
public java.util.UUID getClassId()
Gets class id of this control.
Read-only Guid
.
getClassId
in interface IControl
public IPictureFillFormat getSubstitutePictureFormat()
Returns Control image fill properties object.
Read-only IPictureFillFormat
.
getSubstitutePictureFormat
in interface IControl
public IShapeFrame getFrame()
Returns or sets control's frame.
Read/write IShapeFrame
.
getFrame
in interface IControl
public void setFrame(IShapeFrame value)
Returns or sets control's frame.
Read/write IShapeFrame
.
setFrame
in interface IControl
public IControlPropertiesCollection getProperties()
Returns a collection of ActiveX properties.
Read-only IControlPropertiesCollection
.
getProperties
in interface IControl
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public IBaseSlide getSlide()
ISlideComponent
Returns the base slide.
Read-only IBaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
IPresentationComponent
Returns the presentation.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |