All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.excel.IXmlMap Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.excel  ;

import com4j.*;

@IID("{0002447B-0001-0000-C000-000000000046}")
public interface IXmlMap extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel._Application */ @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 */ @VTID(8) net.rgielen.com4j.office2010.excel.XlCreator creator(); /** *

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @VTID(9) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** *

* Getter method for the COM property "_Default" *

* @return Returns a value of type java.lang.String */ @VTID(10) @DefaultMethod java.lang.String _Default(); /** *

* Getter method for the COM property "Name" *

* @return Returns a value of type java.lang.String */ @VTID(11) java.lang.String name(); /** *

* Setter method for the COM property "Name" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(12) void name( java.lang.String rhs); /** *

* Getter method for the COM property "IsExportable" *

* @return Returns a value of type boolean */ @VTID(13) boolean isExportable(); /** *

* Getter method for the COM property "ShowImportExportValidationErrors" *

* @return Returns a value of type boolean */ @VTID(14) boolean showImportExportValidationErrors(); /** *

* Setter method for the COM property "ShowImportExportValidationErrors" *

* @param rhs Mandatory boolean parameter. */ @VTID(15) void showImportExportValidationErrors( boolean rhs); /** *

* Getter method for the COM property "SaveDataSourceDefinition" *

* @return Returns a value of type boolean */ @VTID(16) boolean saveDataSourceDefinition(); /** *

* Setter method for the COM property "SaveDataSourceDefinition" *

* @param rhs Mandatory boolean parameter. */ @VTID(17) void saveDataSourceDefinition( boolean rhs); /** *

* Getter method for the COM property "AdjustColumnWidth" *

* @return Returns a value of type boolean */ @VTID(18) boolean adjustColumnWidth(); /** *

* Setter method for the COM property "AdjustColumnWidth" *

* @param rhs Mandatory boolean parameter. */ @VTID(19) void adjustColumnWidth( boolean rhs); /** *

* Getter method for the COM property "PreserveColumnFilter" *

* @return Returns a value of type boolean */ @VTID(20) boolean preserveColumnFilter(); /** *

* Setter method for the COM property "PreserveColumnFilter" *

* @param rhs Mandatory boolean parameter. */ @VTID(21) void preserveColumnFilter( boolean rhs); /** *

* Getter method for the COM property "PreserveNumberFormatting" *

* @return Returns a value of type boolean */ @VTID(22) boolean preserveNumberFormatting(); /** *

* Setter method for the COM property "PreserveNumberFormatting" *

* @param rhs Mandatory boolean parameter. */ @VTID(23) void preserveNumberFormatting( boolean rhs); /** *

* Getter method for the COM property "AppendOnImport" *

* @return Returns a value of type boolean */ @VTID(24) boolean appendOnImport(); /** *

* Setter method for the COM property "AppendOnImport" *

* @param rhs Mandatory boolean parameter. */ @VTID(25) void appendOnImport( boolean rhs); /** *

* Getter method for the COM property "RootElementName" *

* @return Returns a value of type java.lang.String */ @VTID(26) java.lang.String rootElementName(); /** *

* Getter method for the COM property "RootElementNamespace" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XmlNamespace */ @VTID(27) net.rgielen.com4j.office2010.excel.XmlNamespace rootElementNamespace(); /** *

* Getter method for the COM property "Schemas" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XmlSchemas */ @VTID(28) net.rgielen.com4j.office2010.excel.XmlSchemas schemas(); /** *

* Getter method for the COM property "DataBinding" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XmlDataBinding */ @VTID(29) net.rgielen.com4j.office2010.excel.XmlDataBinding dataBinding(); /** */ @VTID(30) void delete(); /** * @param url Mandatory java.lang.String parameter. * @param overwrite Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type net.rgielen.com4j.office2010.excel.XlXmlImportResult */ @VTID(31) net.rgielen.com4j.office2010.excel.XlXmlImportResult _import( java.lang.String url, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object overwrite); /** * @param xmlData Mandatory java.lang.String parameter. * @param overwrite Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type net.rgielen.com4j.office2010.excel.XlXmlImportResult */ @VTID(32) net.rgielen.com4j.office2010.excel.XlXmlImportResult importXml( java.lang.String xmlData, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object overwrite); /** * @param url Mandatory java.lang.String parameter. * @param overwrite Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type net.rgielen.com4j.office2010.excel.XlXmlExportResult */ @VTID(33) net.rgielen.com4j.office2010.excel.XlXmlExportResult export( java.lang.String url, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object overwrite); /** * @param data Mandatory Holder parameter. * @return Returns a value of type net.rgielen.com4j.office2010.excel.XlXmlExportResult */ @VTID(34) net.rgielen.com4j.office2010.excel.XlXmlExportResult exportXml( Holder data); /** *

* Getter method for the COM property "WorkbookConnection" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.WorkbookConnection */ @VTID(35) net.rgielen.com4j.office2010.excel.WorkbookConnection workbookConnection(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy