net.rgielen.com4j.office2010.word.LineNumbering Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.word ;
import com4j.*;
@IID("{00020972-0000-0000-C000-000000000046}")
public interface LineNumbering 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 "RestartMode"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.WdNumberingRule
*/
@DISPID(100) //= 0x64. The runtime will prefer the VTID if present
@VTID(10)
net.rgielen.com4j.office2010.word.WdNumberingRule restartMode();
/**
*
* Setter method for the COM property "RestartMode"
*
* @param prop Mandatory net.rgielen.com4j.office2010.word.WdNumberingRule parameter.
*/
@DISPID(100) //= 0x64. The runtime will prefer the VTID if present
@VTID(11)
void restartMode(
net.rgielen.com4j.office2010.word.WdNumberingRule prop);
/**
*
* Getter method for the COM property "StartingNumber"
*
* @return Returns a value of type int
*/
@DISPID(101) //= 0x65. The runtime will prefer the VTID if present
@VTID(12)
int startingNumber();
/**
*
* Setter method for the COM property "StartingNumber"
*
* @param prop Mandatory int parameter.
*/
@DISPID(101) //= 0x65. The runtime will prefer the VTID if present
@VTID(13)
void startingNumber(
int prop);
/**
*
* Getter method for the COM property "DistanceFromText"
*
* @return Returns a value of type float
*/
@DISPID(102) //= 0x66. The runtime will prefer the VTID if present
@VTID(14)
float distanceFromText();
/**
*
* Setter method for the COM property "DistanceFromText"
*
* @param prop Mandatory float parameter.
*/
@DISPID(102) //= 0x66. The runtime will prefer the VTID if present
@VTID(15)
void distanceFromText(
float prop);
/**
*
* Getter method for the COM property "CountBy"
*
* @return Returns a value of type int
*/
@DISPID(103) //= 0x67. The runtime will prefer the VTID if present
@VTID(16)
int countBy();
/**
*
* Setter method for the COM property "CountBy"
*
* @param prop Mandatory int parameter.
*/
@DISPID(103) //= 0x67. The runtime will prefer the VTID if present
@VTID(17)
void countBy(
int prop);
/**
*
* Getter method for the COM property "Active"
*
* @return Returns a value of type int
*/
@DISPID(104) //= 0x68. The runtime will prefer the VTID if present
@VTID(18)
int active();
/**
*
* Setter method for the COM property "Active"
*
* @param prop Mandatory int parameter.
*/
@DISPID(104) //= 0x68. The runtime will prefer the VTID if present
@VTID(19)
void active(
int prop);
// Properties:
}