net.rgielen.com4j.office2010.excel.XmlMap Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface XmlMap extends Com4jObject {
// Methods:
/**
*
* Getter method for the COM property "Application"
*
*/
@DISPID(148)
@PropGet
net.rgielen.com4j.office2010.excel._Application application();
/**
*
* Getter method for the COM property "Creator"
*
*/
@DISPID(149)
@PropGet
net.rgielen.com4j.office2010.excel.XlCreator creator();
/**
*
* Getter method for the COM property "Parent"
*
*/
@DISPID(150)
@PropGet
com4j.Com4jObject parent();
/**
*
* Getter method for the COM property "_Default"
*
*/
@DISPID(0)
@PropGet
@DefaultMethod
java.lang.String _Default();
/**
*
* Getter method for the COM property "Name"
*
*/
@DISPID(110)
@PropGet
java.lang.String name();
/**
*
* Setter method for the COM property "Name"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(110)
@PropPut
void name(
java.lang.String rhs);
/**
*
* Getter method for the COM property "IsExportable"
*
*/
@DISPID(2334)
@PropGet
boolean isExportable();
/**
*
* Getter method for the COM property "ShowImportExportValidationErrors"
*
*/
@DISPID(2335)
@PropGet
boolean showImportExportValidationErrors();
/**
*
* Setter method for the COM property "ShowImportExportValidationErrors"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2335)
@PropPut
void showImportExportValidationErrors(
boolean rhs);
/**
*
* Getter method for the COM property "SaveDataSourceDefinition"
*
*/
@DISPID(2336)
@PropGet
boolean saveDataSourceDefinition();
/**
*
* Setter method for the COM property "SaveDataSourceDefinition"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2336)
@PropPut
void saveDataSourceDefinition(
boolean rhs);
/**
*
* Getter method for the COM property "AdjustColumnWidth"
*
*/
@DISPID(1868)
@PropGet
boolean adjustColumnWidth();
/**
*
* Setter method for the COM property "AdjustColumnWidth"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(1868)
@PropPut
void adjustColumnWidth(
boolean rhs);
/**
*
* Getter method for the COM property "PreserveColumnFilter"
*
*/
@DISPID(2337)
@PropGet
boolean preserveColumnFilter();
/**
*
* Setter method for the COM property "PreserveColumnFilter"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2337)
@PropPut
void preserveColumnFilter(
boolean rhs);
/**
*
* Getter method for the COM property "PreserveNumberFormatting"
*
*/
@DISPID(2338)
@PropGet
boolean preserveNumberFormatting();
/**
*
* Setter method for the COM property "PreserveNumberFormatting"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2338)
@PropPut
void preserveNumberFormatting(
boolean rhs);
/**
*
* Getter method for the COM property "AppendOnImport"
*
*/
@DISPID(2339)
@PropGet
boolean appendOnImport();
/**
*
* Setter method for the COM property "AppendOnImport"
*
* @param rhs Mandatory boolean parameter.
*/
@DISPID(2339)
@PropPut
void appendOnImport(
boolean rhs);
/**
*
* Getter method for the COM property "RootElementName"
*
*/
@DISPID(2340)
@PropGet
java.lang.String rootElementName();
/**
*
* Getter method for the COM property "RootElementNamespace"
*
*/
@DISPID(2341)
@PropGet
net.rgielen.com4j.office2010.excel.XmlNamespace rootElementNamespace();
/**
*
* Getter method for the COM property "Schemas"
*
*/
@DISPID(2342)
@PropGet
net.rgielen.com4j.office2010.excel.XmlSchemas schemas();
/**
*
* Getter method for the COM property "DataBinding"
*
*/
@DISPID(2343)
@PropGet
net.rgielen.com4j.office2010.excel.XmlDataBinding dataBinding();
/**
*/
@DISPID(117)
void delete();
/**
* @param url Mandatory java.lang.String parameter.
* @param overwrite Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(917)
net.rgielen.com4j.office2010.excel.XlXmlImportResult _import(
java.lang.String url,
@Optional java.lang.Object overwrite);
/**
* @param xmlData Mandatory java.lang.String parameter.
* @param overwrite Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(2344)
net.rgielen.com4j.office2010.excel.XlXmlImportResult importXml(
java.lang.String xmlData,
@Optional java.lang.Object overwrite);
/**
* @param url Mandatory java.lang.String parameter.
* @param overwrite Optional parameter. Default value is com4j.Variant.getMissing()
*/
@DISPID(1414)
net.rgielen.com4j.office2010.excel.XlXmlExportResult export(
java.lang.String url,
@Optional java.lang.Object overwrite);
/**
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlXmlExportResult
*/
@DISPID(2346)
net.rgielen.com4j.office2010.excel.XlXmlExportResult exportXml();
/**
*
* Getter method for the COM property "WorkbookConnection"
*
*/
@DISPID(2544)
@PropGet
net.rgielen.com4j.office2010.excel.WorkbookConnection workbookConnection();
// Properties:
}