Beispiel #1
0
 /*
 	[id(0x000007d7), propget, helpcontext(0x0007bc7f)]
         HRESULT Top([out, retval] single* Top)
 */
 public Variant getTop() {
   return auto.getProperty(0x000007d7);
 }
Beispiel #2
0
 /*
 	[id(0x000007d5), propget, helpcontext(0x0007bc7d)]
         HRESULT IsFullScreen([out, retval] MsoTriState* IsFullScreen)
 */
 public Variant getIsFullScreen() {
   return auto.getProperty(0x000007d5);
 }
Beispiel #3
0
 /*
 	[id(0x000007d6), propget, helpcontext(0x0007bc7e)]
         HRESULT Left([out, retval] single* Left)
 */
 public Variant getLeft() {
   return auto.getProperty(0x000007d6);
 }
Beispiel #4
0
 /*
 	[id(0x000007d3), propget, helpcontext(0x0007bc7b)]
         HRESULT View([out, retval] SlideShowView** View)
 */
 public Variant getView() {
   return auto.getProperty(0x000007d3);
 }
Beispiel #5
0
 /*
 	[id(0x000007d4), propget, helpcontext(0x0007bc7c)]
         HRESULT Presentation([out, retval] Presentation** Presentation)
 */
 public Variant getPresentation() {
   return auto.getProperty(0x000007d4);
 }
Beispiel #6
0
 /*
 	[id(0x000007d2), propget, helpcontext(0x0007bc7a)]
         HRESULT Parent([out, retval] IDispatch** Parent)
 */
 public Variant getParent() {
   return auto.getProperty(0x000007d2);
 }
Beispiel #7
0
 /*
 	[id(0x000007d1), propget, helpcontext(0x0007bc79)]
         HRESULT Application([out, retval] Application** Application)
 */
 public Variant getApplication() {
   return auto.getProperty(0x000007d1);
 }
Beispiel #8
0
 /*
 	[id(0x000007db), propget, helpcontext(0x0007bc83)]
         HRESULT Active([out, retval] MsoTriState* Active)
 */
 public Variant getActive() {
   return auto.getProperty(0x000007db);
 }
Beispiel #9
0
 /*
 	[id(0x000007d9), propget, helpcontext(0x0007bc81)]
         HRESULT Height([out, retval] single* Height)
 */
 public Variant getHeight() {
   return auto.getProperty(0x000007d9);
 }
Beispiel #10
0
 /*
 	[id(0x000007d8), propget, helpcontext(0x0007bc80)]
         HRESULT Width([out, retval] single* Width)
 */
 public Variant getWidth() {
   return auto.getProperty(0x000007d8);
 }