|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ControlEx
public class ControlEx
Represents an ActiveX control.
Method Summary | |
---|---|
java.util.UUID |
getClassId()
Gets class id of this control. |
ShapeFrameEx |
getFrame()
Returns or sets control's frame. |
java.lang.String |
getName()
Returns the name of this control. |
PresentationEx |
getPresentation()
|
ControlExPropertiesCollection |
getProperties()
Returns a collection of ActiveX properties. |
BaseSlideEx |
getSlide()
|
PictureFillFormatEx |
getSubstitutePictureFormat()
Returns ControlEx image fill properties object. |
void |
setFrame(ShapeFrameEx 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()
Returns the name of this control.
public void setName(java.lang.String value)
public java.util.UUID getClassId()
Gets class id of this control.
public PictureFillFormatEx getSubstitutePictureFormat()
Returns ControlEx image fill properties object.
Readonly PictureFillFormatEx
.
public ShapeFrameEx getFrame()
Returns or sets control's frame.
Read/write ShapeFrameEx
.
public void setFrame(ShapeFrameEx value)
public ControlExPropertiesCollection getProperties()
Returns a collection of ActiveX properties.
Readonly ControlExPropertiesCollection
.
public BaseSlideEx getSlide()
public PresentationEx getPresentation()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |