net.rgielen.com4j.office2010.word.CaptionLabel Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.word ;
import com4j.*;
@IID("{00020979-0000-0000-C000-000000000046}")
public interface CaptionLabel 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 "Name"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(10)
@DefaultMethod
java.lang.String name();
/**
*
* Getter method for the COM property "BuiltIn"
*
* @return Returns a value of type boolean
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(11)
boolean builtIn();
/**
*
* Getter method for the COM property "ID"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.WdCaptionLabelID
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(12)
net.rgielen.com4j.office2010.word.WdCaptionLabelID id();
/**
*
* Getter method for the COM property "IncludeChapterNumber"
*
* @return Returns a value of type boolean
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(13)
boolean includeChapterNumber();
/**
*
* Setter method for the COM property "IncludeChapterNumber"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(14)
void includeChapterNumber(
boolean prop);
/**
*
* Getter method for the COM property "NumberStyle"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.WdCaptionNumberStyle
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(15)
net.rgielen.com4j.office2010.word.WdCaptionNumberStyle numberStyle();
/**
*
* Setter method for the COM property "NumberStyle"
*
* @param prop Mandatory net.rgielen.com4j.office2010.word.WdCaptionNumberStyle parameter.
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(16)
void numberStyle(
net.rgielen.com4j.office2010.word.WdCaptionNumberStyle prop);
/**
*
* Getter method for the COM property "ChapterStyleLevel"
*
* @return Returns a value of type int
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(17)
int chapterStyleLevel();
/**
*
* Setter method for the COM property "ChapterStyleLevel"
*
* @param prop Mandatory int parameter.
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(18)
void chapterStyleLevel(
int prop);
/**
*
* Getter method for the COM property "Separator"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.WdSeparatorType
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(19)
net.rgielen.com4j.office2010.word.WdSeparatorType separator();
/**
*
* Setter method for the COM property "Separator"
*
* @param prop Mandatory net.rgielen.com4j.office2010.word.WdSeparatorType parameter.
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(20)
void separator(
net.rgielen.com4j.office2010.word.WdSeparatorType prop);
/**
*
* Getter method for the COM property "Position"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.WdCaptionPosition
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(21)
net.rgielen.com4j.office2010.word.WdCaptionPosition position();
/**
*
* Setter method for the COM property "Position"
*
* @param prop Mandatory net.rgielen.com4j.office2010.word.WdCaptionPosition parameter.
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(22)
void position(
net.rgielen.com4j.office2010.word.WdCaptionPosition prop);
/**
*/
@DISPID(100) //= 0x64. The runtime will prefer the VTID if present
@VTID(23)
void delete();
// Properties:
}