All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.word.Diagram Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.word  ;

import com4j.*;

@IID("{000209EC-0000-0000-C000-000000000046}")
public interface Diagram extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

* @return Returns a value of type net.rgielen.com4j.office2010.word._Application */ @DISPID(1000) //= 0x3e8. The runtime will prefer the VTID if present @VTID(7) net.rgielen.com4j.office2010.word._Application application(); /** *

* Getter method for the COM property "Creator" *

* @return Returns a value of type int */ @DISPID(1001) //= 0x3e9. The runtime will prefer the VTID if present @VTID(8) int creator(); /** *

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(100) //= 0x64. The runtime will prefer the VTID if present @VTID(9) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** *

* Getter method for the COM property "Nodes" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.DiagramNodes */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(10) net.rgielen.com4j.office2010.word.DiagramNodes nodes(); @VTID(10) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.word.DiagramNodes.class}) net.rgielen.com4j.office2010.word.DiagramNode nodes( java.lang.Object index); /** *

* Getter method for the COM property "Type" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoDiagramType */ @DISPID(102) //= 0x66. The runtime will prefer the VTID if present @VTID(11) net.rgielen.com4j.office2010.office.MsoDiagramType type(); /** *

* Getter method for the COM property "AutoLayout" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(12) net.rgielen.com4j.office2010.office.MsoTriState autoLayout(); /** *

* Setter method for the COM property "AutoLayout" *

* @param prop Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(13) void autoLayout( net.rgielen.com4j.office2010.office.MsoTriState prop); /** *

* Getter method for the COM property "Reverse" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(104) //= 0x68. The runtime will prefer the VTID if present @VTID(14) net.rgielen.com4j.office2010.office.MsoTriState reverse(); /** *

* Setter method for the COM property "Reverse" *

* @param prop Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(104) //= 0x68. The runtime will prefer the VTID if present @VTID(15) void reverse( net.rgielen.com4j.office2010.office.MsoTriState prop); /** *

* Getter method for the COM property "AutoFormat" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(105) //= 0x69. The runtime will prefer the VTID if present @VTID(16) net.rgielen.com4j.office2010.office.MsoTriState autoFormat(); /** *

* Setter method for the COM property "AutoFormat" *

* @param prop Mandatory net.rgielen.com4j.office2010.office.MsoTriState parameter. */ @DISPID(105) //= 0x69. The runtime will prefer the VTID if present @VTID(17) void autoFormat( net.rgielen.com4j.office2010.office.MsoTriState prop); /** * @param type Mandatory net.rgielen.com4j.office2010.office.MsoDiagramType parameter. */ @DISPID(10) //= 0xa. The runtime will prefer the VTID if present @VTID(18) void convert( net.rgielen.com4j.office2010.office.MsoDiagramType type); /** */ @DISPID(11) //= 0xb. The runtime will prefer the VTID if present @VTID(19) void fitText(); // Properties: }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy