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

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

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

import com4j.*;

@IID("{BF043168-F4DE-4E7C-B206-741A8B3EF71A}")
public interface EndnoteOptions 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(1002) //= 0x3ea. The runtime will prefer the VTID if present @VTID(9) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** *

* Getter method for the COM property "Location" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.WdEndnoteLocation */ @DISPID(100) //= 0x64. The runtime will prefer the VTID if present @VTID(10) net.rgielen.com4j.office2010.word.WdEndnoteLocation location(); /** *

* Setter method for the COM property "Location" *

* @param prop Mandatory net.rgielen.com4j.office2010.word.WdEndnoteLocation parameter. */ @DISPID(100) //= 0x64. The runtime will prefer the VTID if present @VTID(11) void location( net.rgielen.com4j.office2010.word.WdEndnoteLocation prop); /** *

* Getter method for the COM property "NumberStyle" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.WdNoteNumberStyle */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(12) net.rgielen.com4j.office2010.word.WdNoteNumberStyle numberStyle(); /** *

* Setter method for the COM property "NumberStyle" *

* @param prop Mandatory net.rgielen.com4j.office2010.word.WdNoteNumberStyle parameter. */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(13) void numberStyle( net.rgielen.com4j.office2010.word.WdNoteNumberStyle prop); /** *

* Getter method for the COM property "StartingNumber" *

* @return Returns a value of type int */ @DISPID(102) //= 0x66. The runtime will prefer the VTID if present @VTID(14) int startingNumber(); /** *

* Setter method for the COM property "StartingNumber" *

* @param prop Mandatory int parameter. */ @DISPID(102) //= 0x66. The runtime will prefer the VTID if present @VTID(15) void startingNumber( int prop); /** *

* Getter method for the COM property "NumberingRule" *

* @return Returns a value of type net.rgielen.com4j.office2010.word.WdNumberingRule */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(16) net.rgielen.com4j.office2010.word.WdNumberingRule numberingRule(); /** *

* Setter method for the COM property "NumberingRule" *

* @param prop Mandatory net.rgielen.com4j.office2010.word.WdNumberingRule parameter. */ @DISPID(103) //= 0x67. The runtime will prefer the VTID if present @VTID(17) void numberingRule( net.rgielen.com4j.office2010.word.WdNumberingRule prop); // Properties: }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy