net.rgielen.com4j.office2010.office.TextColumn2 Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C03B2-0000-0000-C000-000000000046}")
public interface TextColumn2 extends net.rgielen.com4j.office2010.office._IMsoDispObj {
// Methods:
/**
*
* Getter method for the COM property "Number"
*
* @return Returns a value of type int
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(9)
int number();
/**
*
* Setter method for the COM property "Number"
*
* @param number Mandatory int parameter.
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(10)
void number(
int number);
/**
*
* Getter method for the COM property "Spacing"
*
* @return Returns a value of type float
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(11)
float spacing();
/**
*
* Setter method for the COM property "Spacing"
*
* @param spacing Mandatory float parameter.
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(12)
void spacing(
float spacing);
/**
*
* Getter method for the COM property "TextDirection"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTextDirection
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(13)
net.rgielen.com4j.office2010.office.MsoTextDirection textDirection();
/**
*
* Setter method for the COM property "TextDirection"
*
* @param direction Mandatory net.rgielen.com4j.office2010.office.MsoTextDirection parameter.
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(14)
void textDirection(
net.rgielen.com4j.office2010.office.MsoTextDirection direction);
// Properties:
}