net.rgielen.com4j.office2010.excel.WebOptions Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00024449-0000-0000-C000-000000000046}")
public interface WebOptions extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel._Application
*/
@DISPID(148) //= 0x94. The runtime will prefer the VTID if present
@VTID(7)
net.rgielen.com4j.office2010.excel._Application application();
/**
*
* Getter method for the COM property "Creator"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCreator
*/
@DISPID(149) //= 0x95. The runtime will prefer the VTID if present
@VTID(8)
net.rgielen.com4j.office2010.excel.XlCreator creator();
/**
*
* Getter method for the COM property "Parent"
*
* @return Returns a value of type com4j.Com4jObject
*/
@DISPID(150) //= 0x96. The runtime will prefer the VTID if present
@VTID(9)
@ReturnValue(type=NativeType.Dispatch)
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "RelyOnCSS"
*
* @return Returns a value of type boolean
*/
@DISPID(1899) //= 0x76b. The runtime will prefer the VTID if present
@VTID(10)
boolean relyOnCSS();
/**
*
* Setter method for the COM property "RelyOnCSS"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1899) //= 0x76b. The runtime will prefer the VTID if present
@VTID(11)
void relyOnCSS(
boolean rhs);
/**
*
* Getter method for the COM property "OrganizeInFolder"
*
* @return Returns a value of type boolean
*/
@DISPID(1902) //= 0x76e. The runtime will prefer the VTID if present
@VTID(12)
boolean organizeInFolder();
/**
*
* Setter method for the COM property "OrganizeInFolder"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1902) //= 0x76e. The runtime will prefer the VTID if present
@VTID(13)
void organizeInFolder(
boolean rhs);
/**
*
* Getter method for the COM property "UseLongFileNames"
*
* @return Returns a value of type boolean
*/
@DISPID(1904) //= 0x770. The runtime will prefer the VTID if present
@VTID(14)
boolean useLongFileNames();
/**
*
* Setter method for the COM property "UseLongFileNames"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1904) //= 0x770. The runtime will prefer the VTID if present
@VTID(15)
void useLongFileNames(
boolean rhs);
/**
*
* Getter method for the COM property "DownloadComponents"
*
* @return Returns a value of type boolean
*/
@DISPID(1906) //= 0x772. The runtime will prefer the VTID if present
@VTID(16)
boolean downloadComponents();
/**
*
* Setter method for the COM property "DownloadComponents"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1906) //= 0x772. The runtime will prefer the VTID if present
@VTID(17)
void downloadComponents(
boolean rhs);
/**
*
* Getter method for the COM property "RelyOnVML"
*
* @return Returns a value of type boolean
*/
@DISPID(1907) //= 0x773. The runtime will prefer the VTID if present
@VTID(18)
boolean relyOnVML();
/**
*
* Setter method for the COM property "RelyOnVML"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1907) //= 0x773. The runtime will prefer the VTID if present
@VTID(19)
void relyOnVML(
boolean rhs);
/**
*
* Getter method for the COM property "AllowPNG"
*
* @return Returns a value of type boolean
*/
@DISPID(1908) //= 0x774. The runtime will prefer the VTID if present
@VTID(20)
boolean allowPNG();
/**
*
* Setter method for the COM property "AllowPNG"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1908) //= 0x774. The runtime will prefer the VTID if present
@VTID(21)
void allowPNG(
boolean rhs);
/**
*
* Getter method for the COM property "ScreenSize"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoScreenSize
*/
@DISPID(1909) //= 0x775. The runtime will prefer the VTID if present
@VTID(22)
net.rgielen.com4j.office2010.office.MsoScreenSize screenSize();
/**
*
* Setter method for the COM property "ScreenSize"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.MsoScreenSize parameter.
*/
@DISPID(1909) //= 0x775. The runtime will prefer the VTID if present
@VTID(23)
void screenSize(
net.rgielen.com4j.office2010.office.MsoScreenSize rhs);
/**
*
* Getter method for the COM property "PixelsPerInch"
*
* @return Returns a value of type int
*/
@DISPID(1910) //= 0x776. The runtime will prefer the VTID if present
@VTID(24)
int pixelsPerInch();
/**
*
* Setter method for the COM property "PixelsPerInch"
*
* @param rhs Mandatory int parameter.
*/
@DISPID(1910) //= 0x776. The runtime will prefer the VTID if present
@VTID(25)
void pixelsPerInch(
int rhs);
/**
*
* Getter method for the COM property "LocationOfComponents"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1911) //= 0x777. The runtime will prefer the VTID if present
@VTID(26)
java.lang.String locationOfComponents();
/**
*
* Setter method for the COM property "LocationOfComponents"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(1911) //= 0x777. The runtime will prefer the VTID if present
@VTID(27)
void locationOfComponents(
java.lang.String rhs);
/**
*
* Getter method for the COM property "Encoding"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoEncoding
*/
@DISPID(1822) //= 0x71e. The runtime will prefer the VTID if present
@VTID(28)
net.rgielen.com4j.office2010.office.MsoEncoding encoding();
/**
*
* Setter method for the COM property "Encoding"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.MsoEncoding parameter.
*/
@DISPID(1822) //= 0x71e. The runtime will prefer the VTID if present
@VTID(29)
void encoding(
net.rgielen.com4j.office2010.office.MsoEncoding rhs);
/**
*
* Getter method for the COM property "FolderSuffix"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(1914) //= 0x77a. The runtime will prefer the VTID if present
@VTID(30)
java.lang.String folderSuffix();
/**
*/
@DISPID(1915) //= 0x77b. The runtime will prefer the VTID if present
@VTID(31)
void useDefaultFolderSuffix();
/**
*
* Getter method for the COM property "TargetBrowser"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoTargetBrowser
*/
@DISPID(2179) //= 0x883. The runtime will prefer the VTID if present
@VTID(32)
net.rgielen.com4j.office2010.office.MsoTargetBrowser targetBrowser();
/**
*
* Setter method for the COM property "TargetBrowser"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.office.MsoTargetBrowser parameter.
*/
@DISPID(2179) //= 0x883. The runtime will prefer the VTID if present
@VTID(33)
void targetBrowser(
net.rgielen.com4j.office2010.office.MsoTargetBrowser rhs);
// Properties:
}