
net.rgielen.com4j.office2010.word.Bibliography Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.word ;
import com4j.*;
@IID("{3834F60F-EE8C-455D-A441-D766675D6D3B}")
public interface Bibliography extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word._Application
*/
@DISPID(100) //= 0x64. 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(101) //= 0x65. 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(102) //= 0x66. The runtime will prefer the VTID if present
@VTID(9)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "Sources"
*
* @return Returns a value of type net.rgielen.com4j.office2010.word.Sources
*/
@DISPID(103) //= 0x67. The runtime will prefer the VTID if present
@VTID(10)
net.rgielen.com4j.office2010.word.Sources sources();
@VTID(10)
@ReturnValue(defaultPropertyThrough={net.rgielen.com4j.office2010.word.Sources.class})
net.rgielen.com4j.office2010.word.Source sources(
int index);
/**
*
* Getter method for the COM property "BibliographyStyle"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(105) //= 0x69. The runtime will prefer the VTID if present
@VTID(11)
java.lang.String bibliographyStyle();
/**
*
* Setter method for the COM property "BibliographyStyle"
*
* @param prop Mandatory java.lang.String parameter.
*/
@DISPID(105) //= 0x69. The runtime will prefer the VTID if present
@VTID(12)
void bibliographyStyle(
java.lang.String prop);
/**
* @return Returns a value of type java.lang.String
*/
@DISPID(104) //= 0x68. The runtime will prefer the VTID if present
@VTID(13)
java.lang.String generateUniqueTag();
// Properties:
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy