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

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

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

import com4j.*;

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

* Getter method for the COM property "Parent" *

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

* Getter method for the COM property "AllNodes" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.SmartArtNodes */ @DISPID(2) //= 0x2. The runtime will prefer the VTID if present @VTID(10) net.rgielen.com4j.office2010.office.SmartArtNodes allNodes(); @VTID(10) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.SmartArtNodes.class}) net.rgielen.com4j.office2010.office.SmartArtNode allNodes( @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** *

* Getter method for the COM property "Nodes" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.SmartArtNodes */ @DISPID(3) //= 0x3. The runtime will prefer the VTID if present @VTID(11) net.rgielen.com4j.office2010.office.SmartArtNodes nodes(); @VTID(11) @ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.office.SmartArtNodes.class}) net.rgielen.com4j.office2010.office.SmartArtNode nodes( @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** *

* Getter method for the COM property "Layout" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.SmartArtLayout */ @DISPID(4) //= 0x4. The runtime will prefer the VTID if present @VTID(12) net.rgielen.com4j.office2010.office.SmartArtLayout layout(); /** *

* Setter method for the COM property "Layout" *

* @param layout Mandatory net.rgielen.com4j.office2010.office.SmartArtLayout parameter. */ @DISPID(4) //= 0x4. The runtime will prefer the VTID if present @VTID(13) void layout( net.rgielen.com4j.office2010.office.SmartArtLayout layout); /** *

* Getter method for the COM property "QuickStyle" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.SmartArtQuickStyle */ @DISPID(5) //= 0x5. The runtime will prefer the VTID if present @VTID(14) net.rgielen.com4j.office2010.office.SmartArtQuickStyle quickStyle(); /** *

* Setter method for the COM property "QuickStyle" *

* @param style Mandatory net.rgielen.com4j.office2010.office.SmartArtQuickStyle parameter. */ @DISPID(5) //= 0x5. The runtime will prefer the VTID if present @VTID(15) void quickStyle( net.rgielen.com4j.office2010.office.SmartArtQuickStyle style); /** *

* Getter method for the COM property "Color" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.SmartArtColor */ @DISPID(6) //= 0x6. The runtime will prefer the VTID if present @VTID(16) net.rgielen.com4j.office2010.office.SmartArtColor color(); /** *

* Setter method for the COM property "Color" *

* @param colorStyle Mandatory net.rgielen.com4j.office2010.office.SmartArtColor parameter. */ @DISPID(6) //= 0x6. The runtime will prefer the VTID if present @VTID(17) void color( net.rgielen.com4j.office2010.office.SmartArtColor colorStyle); /** *

* Getter method for the COM property "Reverse" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTriState */ @DISPID(7) //= 0x7. The runtime will prefer the VTID if present @VTID(18) 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(7) //= 0x7. The runtime will prefer the VTID if present @VTID(19) void reverse( net.rgielen.com4j.office2010.office.MsoTriState reverse); /** */ @DISPID(8) //= 0x8. The runtime will prefer the VTID if present @VTID(20) void reset(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy