
net.rgielen.com4j.office2010.word.PageNumbers Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.word ;
import com4j.*;
@IID("{00020986-0000-0000-C000-000000000046}")
public interface PageNumbers extends Com4jObject,Iterable {
// 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 "_NewEnum"
*
*/
@DISPID(-4) //= 0xfffffffc. The runtime will prefer the VTID if present
@VTID(10)
java.util.Iterator iterator();
/**
*
* Getter method for the COM property "Count"
*
* @return Returns a value of type int
*/
@DISPID(1) //= 0x1. The runtime will prefer the VTID if present
@VTID(11)
int count();
/**
*
* Getter method for the COM property "NumberStyle"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.WdPageNumberStyle
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(12)
net.rgielen.com4j.office2010.word.WdPageNumberStyle numberStyle();
/**
*
* Setter method for the COM property "NumberStyle"
*
* @param prop Mandatory net.rgielen.com4j.office2010.word.WdPageNumberStyle parameter.
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(13)
void numberStyle(
net.rgielen.com4j.office2010.word.WdPageNumberStyle prop);
/**
*
* 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(14)
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(15)
void includeChapterNumber(
boolean prop);
/**
*
* Getter method for the COM property "HeadingLevelForChapter"
*
* @return Returns a value of type int
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(16)
int headingLevelForChapter();
/**
*
* Setter method for the COM property "HeadingLevelForChapter"
*
* @param prop Mandatory int parameter.
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(17)
void headingLevelForChapter(
int prop);
/**
*
* Getter method for the COM property "ChapterPageSeparator"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.WdSeparatorType
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(18)
net.rgielen.com4j.office2010.word.WdSeparatorType chapterPageSeparator();
/**
*
* Setter method for the COM property "ChapterPageSeparator"
*
* @param prop Mandatory net.rgielen.com4j.office2010.word.WdSeparatorType parameter.
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(19)
void chapterPageSeparator(
net.rgielen.com4j.office2010.word.WdSeparatorType prop);
/**
*
* Getter method for the COM property "RestartNumberingAtSection"
*
* @return Returns a value of type boolean
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(20)
boolean restartNumberingAtSection();
/**
*
* Setter method for the COM property "RestartNumberingAtSection"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(6) //= 0x6. The runtime will prefer the VTID if present
@VTID(21)
void restartNumberingAtSection(
boolean prop);
/**
*
* Getter method for the COM property "StartingNumber"
*
* @return Returns a value of type int
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(22)
int startingNumber();
/**
*
* Setter method for the COM property "StartingNumber"
*
* @param prop Mandatory int parameter.
*/
@DISPID(7) //= 0x7. The runtime will prefer the VTID if present
@VTID(23)
void startingNumber(
int prop);
/**
*
* Getter method for the COM property "ShowFirstPageNumber"
*
* @return Returns a value of type boolean
*/
@DISPID(8) //= 0x8. The runtime will prefer the VTID if present
@VTID(24)
boolean showFirstPageNumber();
/**
*
* Setter method for the COM property "ShowFirstPageNumber"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(8) //= 0x8. The runtime will prefer the VTID if present
@VTID(25)
void showFirstPageNumber(
boolean prop);
/**
* @param index Mandatory int parameter.
* @return Returns a value of type net.rgielen.com4j.office2010.word.PageNumber
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(26)
@DefaultMethod
net.rgielen.com4j.office2010.word.PageNumber item(
int index);
/**
* @param pageNumberAlignment Optional parameter. Default value is com4j.Variant.getMissing()
* @param firstPage Optional parameter. Default value is com4j.Variant.getMissing()
* @return Returns a value of type net.rgielen.com4j.office2010.word.PageNumber
*/
@DISPID(101) //= 0x65. The runtime will prefer the VTID if present
@VTID(27)
net.rgielen.com4j.office2010.word.PageNumber add(
@Optional java.lang.Object pageNumberAlignment,
@Optional java.lang.Object firstPage);
/**
*
* Getter method for the COM property "DoubleQuote"
*
* @return Returns a value of type boolean
*/
@DISPID(10) //= 0xa. The runtime will prefer the VTID if present
@VTID(28)
boolean doubleQuote();
/**
*
* Setter method for the COM property "DoubleQuote"
*
* @param prop Mandatory boolean parameter.
*/
@DISPID(10) //= 0xa. The runtime will prefer the VTID if present
@VTID(29)
void doubleQuote(
boolean prop);
// Properties:
}