net.rgielen.com4j.office2010.word.ConditionalStyle Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.word ;
import com4j.*;
@IID("{1498F56D-ED33-41F9-B37B-EF30E50B08AC}")
public interface ConditionalStyle 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(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 "Shading"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.Shading
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(10)
net.rgielen.com4j.office2010.word.Shading shading();
/**
*
* Getter method for the COM property "Borders"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.Borders
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(11)
net.rgielen.com4j.office2010.word.Borders borders();
@VTID(11)
@ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.word.Borders.class})
net.rgielen.com4j.office2010.word.Border borders(
net.rgielen.com4j.office2010.word.WdBorderType index);
/**
*
* Setter method for the COM property "Borders"
*
* @param prop Mandatory net.rgielen.com4j.office2010.word.Borders parameter.
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(12)
void borders(
net.rgielen.com4j.office2010.word.Borders prop);
/**
*
* Getter method for the COM property "BottomPadding"
*
* @return Returns a value of type float
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(13)
float bottomPadding();
/**
*
* Setter method for the COM property "BottomPadding"
*
* @param prop Mandatory float parameter.
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(14)
void bottomPadding(
float prop);
/**
*
* Getter method for the COM property "TopPadding"
*
* @return Returns a value of type float
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(15)
float topPadding();
/**
*
* Setter method for the COM property "TopPadding"
*
* @param prop Mandatory float parameter.
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(16)
void topPadding(
float prop);
/**
*
* Getter method for the COM property "LeftPadding"
*
* @return Returns a value of type float
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(17)
float leftPadding();
/**
*
* Setter method for the COM property "LeftPadding"
*
* @param prop Mandatory float parameter.
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(18)
void leftPadding(
float prop);
/**
*
* Getter method for the COM property "RightPadding"
*
* @return Returns a value of type float
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(19)
float rightPadding();
/**
*
* Setter method for the COM property "RightPadding"
*
* @param prop Mandatory float parameter.
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(20)
void rightPadding(
float prop);
/**
*
* Getter method for the COM property "ParagraphFormat"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word._ParagraphFormat
*/
@DISPID(9) //= 0x9. The runtime will prefer the VTID if present
@VTID(21)
net.rgielen.com4j.office2010.word._ParagraphFormat paragraphFormat();
/**
*
* Setter method for the COM property "ParagraphFormat"
*
* @param prop Mandatory net.rgielen.com4j.office2010.word._ParagraphFormat parameter.
*/
@DISPID(9) //= 0x9. The runtime will prefer the VTID if present
@VTID(22)
void paragraphFormat(
net.rgielen.com4j.office2010.word._ParagraphFormat prop);
/**
*
* Getter method for the COM property "Font"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word._Font
*/
@DISPID(10) //= 0xa. The runtime will prefer the VTID if present
@VTID(23)
net.rgielen.com4j.office2010.word._Font font();
/**
*
* Setter method for the COM property "Font"
*
* @param prop Mandatory net.rgielen.com4j.office2010.word._Font parameter.
*/
@DISPID(10) //= 0xa. The runtime will prefer the VTID if present
@VTID(24)
void font(
net.rgielen.com4j.office2010.word._Font prop);
// Properties:
}