|
||||||||
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 | |
---|---|
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)
|
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.
Readonly string
.
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 |