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

net.rgielen.com4j.office2010.office.IMsoDiagram Maven / Gradle / Ivy

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

import com4j.*;

@IID("{000C036D-0000-0000-C000-000000000046}")
public interface IMsoDiagram extends net.rgielen.com4j.office2010.office._IMsoDispObj {
  // Methods:
  /**
   * 

* 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.office.DiagramNodes */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(10) net.rgielen.com4j.office2010.office.DiagramNodes nodes(); @VTID(10) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.DiagramNodes.class}) net.rgielen.com4j.office2010.office.DiagramNode nodes( @MarshalAs(NativeType.VARIANT) 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 autoLayout 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 autoLayout); /** *

* 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 reverse 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 reverse); /** *

* 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 autoFormat 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 autoFormat); /** * @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 - 2024 Weber Informatics LLC | Privacy Policy