diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f7c8061
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+# Compiled class file
+*.class
+
+# Log file
+*.log
+
+# BlueJ files
+*.ctxt
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files #
+*.jar
+*.war
+*.nar
+*.ear
+*.zip
+*.tar.gz
+*.rar
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
+
+# Maven build output
+**/target
+
+# IntelliJ files
+*.idea
+*.iml
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..ab60297
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2018
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1f8eba5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# jinx-com4j
+Excel COM bindings for use with Jinx
diff --git a/examples/jinx-com4j-examples.xlsx b/examples/jinx-com4j-examples.xlsx
new file mode 100644
index 0000000..63f02ee
Binary files /dev/null and b/examples/jinx-com4j-examples.xlsx differ
diff --git a/examples/pom.xml b/examples/pom.xml
new file mode 100644
index 0000000..e9d685c
--- /dev/null
+++ b/examples/pom.xml
@@ -0,0 +1,21 @@
+
+
+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Priority" + *
+ */ + + @DISPID(985) + @PropGet + int getPriority(); + + + /** + *+ * Setter method for the COM property "Priority" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(985) + @PropPut + void setPriority( + int rhs); + + + /** + *+ * Getter method for the COM property "StopIfTrue" + *
+ */ + + @DISPID(2625) + @PropGet + boolean getStopIfTrue(); + + + /** + *+ * Setter method for the COM property "StopIfTrue" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2625) + @PropPut + void setStopIfTrue( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AppliesTo" + *
+ */ + + @DISPID(2626) + @PropGet + com.exceljava.com4j.excel.Range getAppliesTo(); + + + /** + *+ * Getter method for the COM property "AboveBelow" + *
+ */ + + @DISPID(2731) + @PropGet + com.exceljava.com4j.excel.XlAboveBelow getAboveBelow(); + + + /** + *+ * Setter method for the COM property "AboveBelow" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlAboveBelow parameter. + */ + + @DISPID(2731) + @PropPut + void setAboveBelow( + com.exceljava.com4j.excel.XlAboveBelow rhs); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Borders" + *
+ */ + + @DISPID(435) + @PropGet + com.exceljava.com4j.excel.Borders getBorders(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + int getType(); + + + /** + *+ * Getter method for the COM property "NumberFormat" + *
+ */ + + @DISPID(193) + @PropGet + java.lang.Object getNumberFormat(); + + + /** + *+ * Setter method for the COM property "NumberFormat" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(193) + @PropPut + void setNumberFormat( + java.lang.Object rhs); + + + /** + */ + + @DISPID(2629) + void setFirstPriority(); + + + /** + */ + + @DISPID(2630) + void setLastPriority(); + + + /** + */ + + @DISPID(117) + void delete(); + + + /** + * @param range Mandatory com.exceljava.com4j.excel.Range parameter. + */ + + @DISPID(2627) + void modifyAppliesToRange( + com.exceljava.com4j.excel.Range range); + + + /** + *+ * Getter method for the COM property "PTCondition" + *
+ */ + + @DISPID(2631) + @PropGet + boolean getPTCondition(); + + + /** + *+ * Getter method for the COM property "ScopeType" + *
+ */ + + @DISPID(2615) + @PropGet + com.exceljava.com4j.excel.XlPivotConditionScope getScopeType(); + + + /** + *+ * Setter method for the COM property "ScopeType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPivotConditionScope parameter. + */ + + @DISPID(2615) + @PropPut + void setScopeType( + com.exceljava.com4j.excel.XlPivotConditionScope rhs); + + + /** + *+ * Getter method for the COM property "CalcFor" + *
+ */ + + @DISPID(2730) + @PropGet + com.exceljava.com4j.excel.XlCalcFor getCalcFor(); + + + /** + *+ * Setter method for the COM property "CalcFor" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlCalcFor parameter. + */ + + @DISPID(2730) + @PropPut + void setCalcFor( + com.exceljava.com4j.excel.XlCalcFor rhs); + + + /** + *+ * Getter method for the COM property "NumStdDev" + *
+ */ + + @DISPID(2732) + @PropGet + int getNumStdDev(); + + + /** + *+ * Setter method for the COM property "NumStdDev" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(2732) + @PropPut + void setNumStdDev( + int rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Action.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Action.java new file mode 100644 index 0000000..58c2250 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Action.java @@ -0,0 +1,104 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Action extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + com.exceljava.com4j.excel.XlActionType getType(); + + + /** + *+ * Getter method for the COM property "Coordinate" + *
+ */ + + @DISPID(2712) + @PropGet + java.lang.String getCoordinate(); + + + /** + *+ * Getter method for the COM property "Content" + *
+ */ + + @DISPID(2713) + @PropGet + java.lang.String getContent(); + + + /** + */ + + @DISPID(2211) + void execute(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Actions.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Actions.java new file mode 100644 index 0000000..2ae11f5 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Actions.java @@ -0,0 +1,90 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Actions extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.Action get_Default( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + @PropGet + com.exceljava.com4j.excel.Action getItem( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AddIn.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AddIn.java new file mode 100644 index 0000000..89f2c51 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AddIn.java @@ -0,0 +1,187 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface AddIn extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Author" + *
+ */ + + @DISPID(574) + @PropGet + java.lang.String getAuthor(); + + + /** + *+ * Getter method for the COM property "Comments" + *
+ */ + + @DISPID(575) + @PropGet + java.lang.String getComments(); + + + /** + *+ * Getter method for the COM property "FullName" + *
+ */ + + @DISPID(289) + @PropGet + java.lang.String getFullName(); + + + /** + *+ * Getter method for the COM property "Installed" + *
+ */ + + @DISPID(550) + @PropGet + boolean getInstalled(); + + + /** + *+ * Setter method for the COM property "Installed" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(550) + @PropPut + void setInstalled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Keywords" + *
+ */ + + @DISPID(577) + @PropGet + java.lang.String getKeywords(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Getter method for the COM property "Path" + *
+ */ + + @DISPID(291) + @PropGet + java.lang.String getPath(); + + + /** + *+ * Getter method for the COM property "Subject" + *
+ */ + + @DISPID(953) + @PropGet + java.lang.String getSubject(); + + + /** + *+ * Getter method for the COM property "Title" + *
+ */ + + @DISPID(199) + @PropGet + java.lang.String getTitle(); + + + /** + *+ * Getter method for the COM property "progID" + *
+ */ + + @DISPID(1523) + @PropGet + java.lang.String getProgID(); + + + /** + *+ * Getter method for the COM property "CLSID" + *
+ */ + + @DISPID(2043) + @PropGet + java.lang.String getCLSID(); + + + /** + *+ * Getter method for the COM property "IsOpen" + *
+ */ + + @DISPID(2865) + @PropGet + boolean getIsOpen(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AddIns.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AddIns.java new file mode 100644 index 0000000..d6a043d --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AddIns.java @@ -0,0 +1,122 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface AddIns extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(filename, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + @PropGet + com.exceljava.com4j.excel.AddIn getItem( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.AddIn get_Default( + java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AddIns2.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AddIns2.java new file mode 100644 index 0000000..8e9679d --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AddIns2.java @@ -0,0 +1,122 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface AddIns2 extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(filename, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + @PropGet + com.exceljava.com4j.excel.AddIn getItem( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.AddIn get_Default( + java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Adjustments.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Adjustments.java new file mode 100644 index 0000000..0548de9 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Adjustments.java @@ -0,0 +1,65 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000C0310-0000-0000-C000-000000000046}") +public interface Adjustments extends com.exceljava.com4j.office._IMsoDispObj { + // Methods: + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @DISPID(1) //= 0x1. The runtime will prefer the VTID if present + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @DISPID(2) //= 0x2. The runtime will prefer the VTID if present + @VTID(10) + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory int parameter. + * @return Returns a value of type float + */ + + @DISPID(0) //= 0x0. The runtime will prefer the VTID if present + @VTID(11) + @DefaultMethod + float getItem( + int index); + + + /** + *+ * Setter method for the COM property "Item" + *
+ * @param index Mandatory int parameter. + * @param val Mandatory float parameter. + */ + + @DISPID(0) //= 0x0. The runtime will prefer the VTID if present + @VTID(12) + @DefaultMethod + void setItem( + int index, + float val); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AllowEditRange.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AllowEditRange.java new file mode 100644 index 0000000..9d300ce --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AllowEditRange.java @@ -0,0 +1,111 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface AllowEditRange extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Title" + *
+ */ + + @DISPID(199) + @PropGet + java.lang.String getTitle(); + + + /** + *+ * Setter method for the COM property "Title" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(199) + @PropPut + void setTitle( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Range" + *
+ */ + + @DISPID(197) + @PropGet + com.exceljava.com4j.excel.Range getRange(); + + + /** + *+ * Setter method for the COM property "Range" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.Range parameter. + */ + + @DISPID(197) + @PropPut + void setRange( + com.exceljava.com4j.excel.Range rhs); + + + /** + * @param password Mandatory java.lang.String parameter. + */ + + @DISPID(2237) + void changePassword( + java.lang.String password); + + + /** + */ + + @DISPID(117) + void delete(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * unprotect(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Users" + *
+ */ + + @DISPID(2238) + @PropGet + com.exceljava.com4j.excel.UserAccessList getUsers(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AllowEditRanges.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AllowEditRanges.java new file mode 100644 index 0000000..d20b941 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AllowEditRanges.java @@ -0,0 +1,93 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface AllowEditRanges extends Com4jObject,Iterable+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + @PropGet + com.exceljava.com4j.excel.AllowEditRange getItem( + java.lang.Object index); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(title, range, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.AllowEditRange get_Default( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ */ + + @DISPID(615) + @PropGet + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ */ + + @DISPID(486) + @PropGet + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(110) + @PropPut + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ */ + + @DISPID(620) + @PropGet + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ */ + + @DISPID(1063) + @PropGet + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1063) + @PropPut + void setAddIndent( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ */ + + @DISPID(1525) + @PropGet + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1525) + @PropPut + void setAutoScaleFont( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ */ + + @DISPID(614) + @PropGet + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(614) + @PropPut + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ */ + + @DISPID(261) + @PropGet + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(261) + @PropPut + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ */ + + @DISPID(136) + @PropGet + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(136) + @PropPut + void setHorizontalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ */ + + @DISPID(616) + @PropGet + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(616) + @PropPut + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ */ + + @DISPID(134) + @PropGet + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(134) + @PropPut + void setOrientation( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ */ + + @DISPID(137) + @PropGet + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(137) + @PropPut + void setVerticalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ */ + + @DISPID(975) + @PropGet + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(975) + @PropPut + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + */ + + @DISPID(65579) + void _Dummy43(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Arcs.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Arcs.java new file mode 100644 index 0000000..9b1e052 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Arcs.java @@ -0,0 +1,971 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Arcs extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + */ + + @DISPID(65539) + void _Dummy3(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + */ + + @DISPID(65548) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + */ + + @DISPID(65551) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + */ + + @DISPID(65558) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ */ + + @DISPID(1063) + @PropGet + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1063) + @PropPut + void setAddIndent( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ */ + + @DISPID(1525) + @PropGet + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1525) + @PropPut + void setAutoScaleFont( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ */ + + @DISPID(614) + @PropGet + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(614) + @PropPut + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ */ + + @DISPID(261) + @PropGet + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(261) + @PropPut + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ */ + + @DISPID(136) + @PropGet + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(136) + @PropPut + void setHorizontalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ */ + + @DISPID(616) + @PropGet + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(616) + @PropPut + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ */ + + @DISPID(134) + @PropGet + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(134) + @PropPut + void setOrientation( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ */ + + @DISPID(137) + @PropGet + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(137) + @PropPut + void setVerticalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ */ + + @DISPID(975) + @PropGet + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(975) + @PropPut + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + */ + + @DISPID(65579) + void _Dummy43(); + + + /** + * @param x1 Mandatory double parameter. + * @param y1 Mandatory double parameter. + * @param x2 Mandatory double parameter. + * @param y2 Mandatory double parameter. + */ + + @DISPID(181) + com.exceljava.com4j.excel.Arc add( + double x1, + double y1, + double x2, + double y2); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + */ + + @DISPID(46) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com4j.Com4jObject item( + java.lang.Object index); + + + /** + */ + + @DISPID(-4) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory int parameter. + */ + + @DISPID(170) + @PropGet + com.exceljava.com4j.excel.Range getItem( + int index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory int parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.Range get_Default( + int index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AutoCorrect.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AutoCorrect.java new file mode 100644 index 0000000..d05d0c8 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AutoCorrect.java @@ -0,0 +1,329 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface AutoCorrect extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + * @param what Mandatory java.lang.String parameter. + * @param replacement Mandatory java.lang.String parameter. + */ + + @DISPID(1146) + java.lang.Object addReplacement( + java.lang.String what, + java.lang.String replacement); + + + /** + *+ * Getter method for the COM property "CapitalizeNamesOfDays" + *
+ */ + + @DISPID(1150) + @PropGet + boolean getCapitalizeNamesOfDays(); + + + /** + *+ * Setter method for the COM property "CapitalizeNamesOfDays" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1150) + @PropPut + void setCapitalizeNamesOfDays( + boolean rhs); + + + /** + * @param what Mandatory java.lang.String parameter. + */ + + @DISPID(1147) + java.lang.Object deleteReplacement( + java.lang.String what); + + + /** + *+ * Getter method for the COM property "ReplacementList" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getReplacementList(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ReplacementList" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(1151) + @PropGet + java.lang.Object getReplacementList( + @Optional java.lang.Object index); + + + /** + *+ * Setter method for the COM property "ReplacementList" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setReplacementList(com4j.Variant.getMissing(), rhs);
+ *
+ *
+ * Setter method for the COM property "ReplacementList" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1151) + @PropPut + void setReplacementList( + @Optional java.lang.Object index, + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReplaceText" + *
+ */ + + @DISPID(1148) + @PropGet + boolean getReplaceText(); + + + /** + *+ * Setter method for the COM property "ReplaceText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1148) + @PropPut + void setReplaceText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "TwoInitialCapitals" + *
+ */ + + @DISPID(1149) + @PropGet + boolean getTwoInitialCapitals(); + + + /** + *+ * Setter method for the COM property "TwoInitialCapitals" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1149) + @PropPut + void setTwoInitialCapitals( + boolean rhs); + + + /** + *+ * Getter method for the COM property "CorrectSentenceCap" + *
+ */ + + @DISPID(1619) + @PropGet + boolean getCorrectSentenceCap(); + + + /** + *+ * Setter method for the COM property "CorrectSentenceCap" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1619) + @PropPut + void setCorrectSentenceCap( + boolean rhs); + + + /** + *+ * Getter method for the COM property "CorrectCapsLock" + *
+ */ + + @DISPID(1620) + @PropGet + boolean getCorrectCapsLock(); + + + /** + *+ * Setter method for the COM property "CorrectCapsLock" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1620) + @PropPut + void setCorrectCapsLock( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayAutoCorrectOptions" + *
+ */ + + @DISPID(1926) + @PropGet + boolean getDisplayAutoCorrectOptions(); + + + /** + *+ * Setter method for the COM property "DisplayAutoCorrectOptions" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1926) + @PropPut + void setDisplayAutoCorrectOptions( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoExpandListRange" + *
+ */ + + @DISPID(2294) + @PropGet + boolean getAutoExpandListRange(); + + + /** + *+ * Setter method for the COM property "AutoExpandListRange" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2294) + @PropPut + void setAutoExpandListRange( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoFillFormulasInLists" + *
+ */ + + @DISPID(2642) + @PropGet + boolean getAutoFillFormulasInLists(); + + + /** + *+ * Setter method for the COM property "AutoFillFormulasInLists" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2642) + @PropPut + void setAutoFillFormulasInLists( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AutoFilter.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AutoFilter.java new file mode 100644 index 0000000..0a876c3 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AutoFilter.java @@ -0,0 +1,100 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface AutoFilter extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Range" + *
+ */ + + @DISPID(197) + @PropGet + com.exceljava.com4j.excel.Range getRange(); + + + /** + *+ * Getter method for the COM property "Filters" + *
+ */ + + @DISPID(1617) + @PropGet + com.exceljava.com4j.excel.Filters getFilters(); + + + /** + *+ * Getter method for the COM property "FilterMode" + *
+ */ + + @DISPID(800) + @PropGet + boolean getFilterMode(); + + + /** + *+ * Getter method for the COM property "Sort" + *
+ */ + + @DISPID(880) + @PropGet + com.exceljava.com4j.excel.Sort getSort(); + + + /** + */ + + @DISPID(2640) + void applyFilter(); + + + /** + */ + + @DISPID(794) + void showAllData(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AutoRecover.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AutoRecover.java new file mode 100644 index 0000000..a176d51 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AutoRecover.java @@ -0,0 +1,114 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface AutoRecover extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Time" + *
+ */ + + @DISPID(394) + @PropGet + int getTime(); + + + /** + *+ * Setter method for the COM property "Time" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(394) + @PropPut + void setTime( + int rhs); + + + /** + *+ * Getter method for the COM property "Path" + *
+ */ + + @DISPID(291) + @PropGet + java.lang.String getPath(); + + + /** + *+ * Setter method for the COM property "Path" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(291) + @PropPut + void setPath( + java.lang.String rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Axes.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Axes.java new file mode 100644 index 0000000..741bdb5 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Axes.java @@ -0,0 +1,125 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Axes extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * item(type, 1);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Default(type, 1);
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "AxisBetweenCategories" + *
+ */ + + @DISPID(45) + @PropGet + boolean getAxisBetweenCategories(); + + + /** + *+ * Setter method for the COM property "AxisBetweenCategories" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(45) + @PropPut + void setAxisBetweenCategories( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AxisGroup" + *
+ */ + + @DISPID(47) + @PropGet + com.exceljava.com4j.excel.XlAxisGroup getAxisGroup(); + + + /** + *+ * Getter method for the COM property "AxisTitle" + *
+ */ + + @DISPID(82) + @PropGet + com.exceljava.com4j.excel.AxisTitle getAxisTitle(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "CategoryNames" + *
+ */ + + @DISPID(156) + @PropGet + java.lang.Object getCategoryNames(); + + + /** + *+ * Setter method for the COM property "CategoryNames" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(156) + @PropPut + void setCategoryNames( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Crosses" + *
+ */ + + @DISPID(42) + @PropGet + com.exceljava.com4j.excel.XlAxisCrosses getCrosses(); + + + /** + *+ * Setter method for the COM property "Crosses" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlAxisCrosses parameter. + */ + + @DISPID(42) + @PropPut + void setCrosses( + com.exceljava.com4j.excel.XlAxisCrosses rhs); + + + /** + *+ * Getter method for the COM property "CrossesAt" + *
+ */ + + @DISPID(43) + @PropGet + double getCrossesAt(); + + + /** + *+ * Setter method for the COM property "CrossesAt" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(43) + @PropPut + void setCrossesAt( + double rhs); + + + /** + */ + + @DISPID(117) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "HasMajorGridlines" + *
+ */ + + @DISPID(24) + @PropGet + boolean getHasMajorGridlines(); + + + /** + *+ * Setter method for the COM property "HasMajorGridlines" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(24) + @PropPut + void setHasMajorGridlines( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasMinorGridlines" + *
+ */ + + @DISPID(25) + @PropGet + boolean getHasMinorGridlines(); + + + /** + *+ * Setter method for the COM property "HasMinorGridlines" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(25) + @PropPut + void setHasMinorGridlines( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasTitle" + *
+ */ + + @DISPID(54) + @PropGet + boolean getHasTitle(); + + + /** + *+ * Setter method for the COM property "HasTitle" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(54) + @PropPut + void setHasTitle( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MajorGridlines" + *
+ */ + + @DISPID(89) + @PropGet + com.exceljava.com4j.excel.Gridlines getMajorGridlines(); + + + /** + *+ * Getter method for the COM property "MajorTickMark" + *
+ */ + + @DISPID(26) + @PropGet + com.exceljava.com4j.excel.XlTickMark getMajorTickMark(); + + + /** + *+ * Setter method for the COM property "MajorTickMark" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlTickMark parameter. + */ + + @DISPID(26) + @PropPut + void setMajorTickMark( + com.exceljava.com4j.excel.XlTickMark rhs); + + + /** + *+ * Getter method for the COM property "MajorUnit" + *
+ */ + + @DISPID(37) + @PropGet + double getMajorUnit(); + + + /** + *+ * Setter method for the COM property "MajorUnit" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(37) + @PropPut + void setMajorUnit( + double rhs); + + + /** + *+ * Getter method for the COM property "MajorUnitIsAuto" + *
+ */ + + @DISPID(38) + @PropGet + boolean getMajorUnitIsAuto(); + + + /** + *+ * Setter method for the COM property "MajorUnitIsAuto" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(38) + @PropPut + void setMajorUnitIsAuto( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MaximumScale" + *
+ */ + + @DISPID(35) + @PropGet + double getMaximumScale(); + + + /** + *+ * Setter method for the COM property "MaximumScale" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(35) + @PropPut + void setMaximumScale( + double rhs); + + + /** + *+ * Getter method for the COM property "MaximumScaleIsAuto" + *
+ */ + + @DISPID(36) + @PropGet + boolean getMaximumScaleIsAuto(); + + + /** + *+ * Setter method for the COM property "MaximumScaleIsAuto" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(36) + @PropPut + void setMaximumScaleIsAuto( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MinimumScale" + *
+ */ + + @DISPID(33) + @PropGet + double getMinimumScale(); + + + /** + *+ * Setter method for the COM property "MinimumScale" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(33) + @PropPut + void setMinimumScale( + double rhs); + + + /** + *+ * Getter method for the COM property "MinimumScaleIsAuto" + *
+ */ + + @DISPID(34) + @PropGet + boolean getMinimumScaleIsAuto(); + + + /** + *+ * Setter method for the COM property "MinimumScaleIsAuto" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(34) + @PropPut + void setMinimumScaleIsAuto( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MinorGridlines" + *
+ */ + + @DISPID(90) + @PropGet + com.exceljava.com4j.excel.Gridlines getMinorGridlines(); + + + /** + *+ * Getter method for the COM property "MinorTickMark" + *
+ */ + + @DISPID(27) + @PropGet + com.exceljava.com4j.excel.XlTickMark getMinorTickMark(); + + + /** + *+ * Setter method for the COM property "MinorTickMark" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlTickMark parameter. + */ + + @DISPID(27) + @PropPut + void setMinorTickMark( + com.exceljava.com4j.excel.XlTickMark rhs); + + + /** + *+ * Getter method for the COM property "MinorUnit" + *
+ */ + + @DISPID(39) + @PropGet + double getMinorUnit(); + + + /** + *+ * Setter method for the COM property "MinorUnit" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(39) + @PropPut + void setMinorUnit( + double rhs); + + + /** + *+ * Getter method for the COM property "MinorUnitIsAuto" + *
+ */ + + @DISPID(40) + @PropGet + boolean getMinorUnitIsAuto(); + + + /** + *+ * Setter method for the COM property "MinorUnitIsAuto" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(40) + @PropPut + void setMinorUnitIsAuto( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ReversePlotOrder" + *
+ */ + + @DISPID(44) + @PropGet + boolean getReversePlotOrder(); + + + /** + *+ * Setter method for the COM property "ReversePlotOrder" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(44) + @PropPut + void setReversePlotOrder( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ScaleType" + *
+ */ + + @DISPID(41) + @PropGet + com.exceljava.com4j.excel.XlScaleType getScaleType(); + + + /** + *+ * Setter method for the COM property "ScaleType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlScaleType parameter. + */ + + @DISPID(41) + @PropPut + void setScaleType( + com.exceljava.com4j.excel.XlScaleType rhs); + + + /** + */ + + @DISPID(235) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "TickLabelPosition" + *
+ */ + + @DISPID(28) + @PropGet + com.exceljava.com4j.excel.XlTickLabelPosition getTickLabelPosition(); + + + /** + *+ * Setter method for the COM property "TickLabelPosition" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlTickLabelPosition parameter. + */ + + @DISPID(28) + @PropPut + void setTickLabelPosition( + com.exceljava.com4j.excel.XlTickLabelPosition rhs); + + + /** + *+ * Getter method for the COM property "TickLabels" + *
+ */ + + @DISPID(91) + @PropGet + com.exceljava.com4j.excel.TickLabels getTickLabels(); + + + /** + *+ * Getter method for the COM property "TickLabelSpacing" + *
+ */ + + @DISPID(29) + @PropGet + int getTickLabelSpacing(); + + + /** + *+ * Setter method for the COM property "TickLabelSpacing" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(29) + @PropPut + void setTickLabelSpacing( + int rhs); + + + /** + *+ * Getter method for the COM property "TickMarkSpacing" + *
+ */ + + @DISPID(31) + @PropGet + int getTickMarkSpacing(); + + + /** + *+ * Setter method for the COM property "TickMarkSpacing" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(31) + @PropPut + void setTickMarkSpacing( + int rhs); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + com.exceljava.com4j.excel.XlAxisType getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlAxisType parameter. + */ + + @DISPID(108) + @PropPut + void setType( + com.exceljava.com4j.excel.XlAxisType rhs); + + + /** + *+ * Getter method for the COM property "BaseUnit" + *
+ */ + + @DISPID(1647) + @PropGet + com.exceljava.com4j.excel.XlTimeUnit getBaseUnit(); + + + /** + *+ * Setter method for the COM property "BaseUnit" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlTimeUnit parameter. + */ + + @DISPID(1647) + @PropPut + void setBaseUnit( + com.exceljava.com4j.excel.XlTimeUnit rhs); + + + /** + *+ * Getter method for the COM property "BaseUnitIsAuto" + *
+ */ + + @DISPID(1648) + @PropGet + boolean getBaseUnitIsAuto(); + + + /** + *+ * Setter method for the COM property "BaseUnitIsAuto" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1648) + @PropPut + void setBaseUnitIsAuto( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MajorUnitScale" + *
+ */ + + @DISPID(1649) + @PropGet + com.exceljava.com4j.excel.XlTimeUnit getMajorUnitScale(); + + + /** + *+ * Setter method for the COM property "MajorUnitScale" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlTimeUnit parameter. + */ + + @DISPID(1649) + @PropPut + void setMajorUnitScale( + com.exceljava.com4j.excel.XlTimeUnit rhs); + + + /** + *+ * Getter method for the COM property "MinorUnitScale" + *
+ */ + + @DISPID(1650) + @PropGet + com.exceljava.com4j.excel.XlTimeUnit getMinorUnitScale(); + + + /** + *+ * Setter method for the COM property "MinorUnitScale" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlTimeUnit parameter. + */ + + @DISPID(1650) + @PropPut + void setMinorUnitScale( + com.exceljava.com4j.excel.XlTimeUnit rhs); + + + /** + *+ * Getter method for the COM property "CategoryType" + *
+ */ + + @DISPID(1651) + @PropGet + com.exceljava.com4j.excel.XlCategoryType getCategoryType(); + + + /** + *+ * Setter method for the COM property "CategoryType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlCategoryType parameter. + */ + + @DISPID(1651) + @PropPut + void setCategoryType( + com.exceljava.com4j.excel.XlCategoryType rhs); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Getter method for the COM property "DisplayUnit" + *
+ */ + + @DISPID(1886) + @PropGet + com.exceljava.com4j.excel.XlDisplayUnit getDisplayUnit(); + + + /** + *+ * Setter method for the COM property "DisplayUnit" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlDisplayUnit parameter. + */ + + @DISPID(1886) + @PropPut + void setDisplayUnit( + com.exceljava.com4j.excel.XlDisplayUnit rhs); + + + /** + *+ * Getter method for the COM property "DisplayUnitCustom" + *
+ */ + + @DISPID(1887) + @PropGet + double getDisplayUnitCustom(); + + + /** + *+ * Setter method for the COM property "DisplayUnitCustom" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(1887) + @PropPut + void setDisplayUnitCustom( + double rhs); + + + /** + *+ * Getter method for the COM property "HasDisplayUnitLabel" + *
+ */ + + @DISPID(1888) + @PropGet + boolean getHasDisplayUnitLabel(); + + + /** + *+ * Setter method for the COM property "HasDisplayUnitLabel" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1888) + @PropPut + void setHasDisplayUnitLabel( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayUnitLabel" + *
+ */ + + @DISPID(1889) + @PropGet + com.exceljava.com4j.excel.DisplayUnitLabel getDisplayUnitLabel(); + + + /** + *+ * Getter method for the COM property "LogBase" + *
+ */ + + @DISPID(2646) + @PropGet + double getLogBase(); + + + /** + *+ * Setter method for the COM property "LogBase" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(2646) + @PropPut + void setLogBase( + double rhs); + + + /** + *+ * Getter method for the COM property "TickLabelSpacingIsAuto" + *
+ */ + + @DISPID(2647) + @PropGet + boolean getTickLabelSpacingIsAuto(); + + + /** + *+ * Setter method for the COM property "TickLabelSpacingIsAuto" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2647) + @PropPut + void setTickLabelSpacingIsAuto( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ */ + + @DISPID(116) + @PropGet + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + *+ * Getter method for the COM property "CategorySortOrder" + *
+ */ + + @DISPID(3228) + @PropGet + com.exceljava.com4j.excel.XlCategorySortOrder getCategorySortOrder(); + + + /** + *+ * Setter method for the COM property "CategorySortOrder" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlCategorySortOrder parameter. + */ + + @DISPID(3228) + @PropPut + void setCategorySortOrder( + com.exceljava.com4j.excel.XlCategorySortOrder rhs); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @DISPID(3253) + void setProperty( + java.lang.String id, + java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + */ + + @DISPID(3256) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AxisTitle.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AxisTitle.java new file mode 100644 index 0000000..ea31fcd --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/AxisTitle.java @@ -0,0 +1,611 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface AxisTitle extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + */ + + @DISPID(235) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @DISPID(117) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ */ + + @DISPID(1663) + @PropGet + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ */ + + @DISPID(136) + @PropGet + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(136) + @PropPut + void setHorizontalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ */ + + @DISPID(134) + @PropGet + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(134) + @PropPut + void setOrientation( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ */ + + @DISPID(103) + @PropGet + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(103) + @PropPut + void setShadow( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ */ + + @DISPID(137) + @PropGet + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(137) + @PropPut + void setVerticalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ */ + + @DISPID(975) + @PropGet + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(975) + @PropPut + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ */ + + @DISPID(1525) + @PropGet + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1525) + @PropPut + void setAutoScaleFont( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "IncludeInLayout" + *
+ */ + + @DISPID(2648) + @PropGet + boolean getIncludeInLayout(); + + + /** + *+ * Setter method for the COM property "IncludeInLayout" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2648) + @PropPut + void setIncludeInLayout( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Position" + *
+ */ + + @DISPID(133) + @PropGet + com.exceljava.com4j.excel.XlChartElementPosition getPosition(); + + + /** + *+ * Setter method for the COM property "Position" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlChartElementPosition parameter. + */ + + @DISPID(133) + @PropPut + void setPosition( + com.exceljava.com4j.excel.XlChartElementPosition rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ */ + + @DISPID(116) + @PropGet + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ */ + + @DISPID(261) + @PropGet + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(261) + @PropPut + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaR1C1" + *
+ */ + + @DISPID(264) + @PropGet + java.lang.String getFormulaR1C1(); + + + /** + *+ * Setter method for the COM property "FormulaR1C1" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(264) + @PropPut + void setFormulaR1C1( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaLocal" + *
+ */ + + @DISPID(263) + @PropGet + java.lang.String getFormulaLocal(); + + + /** + *+ * Setter method for the COM property "FormulaLocal" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(263) + @PropPut + void setFormulaLocal( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaR1C1Local" + *
+ */ + + @DISPID(265) + @PropGet + java.lang.String getFormulaR1C1Local(); + + + /** + *+ * Setter method for the COM property "FormulaR1C1Local" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(265) + @PropPut + void setFormulaR1C1Local( + java.lang.String rhs); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @DISPID(3253) + void setProperty( + java.lang.String id, + java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + */ + + @DISPID(3256) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Border.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Border.java new file mode 100644 index 0000000..e6039d0 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Border.java @@ -0,0 +1,186 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Border extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Color" + *
+ */ + + @DISPID(99) + @PropGet + java.lang.Object getColor(); + + + /** + *+ * Setter method for the COM property "Color" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(99) + @PropPut + void setColor( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ColorIndex" + *
+ */ + + @DISPID(97) + @PropGet + java.lang.Object getColorIndex(); + + + /** + *+ * Setter method for the COM property "ColorIndex" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(97) + @PropPut + void setColorIndex( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "LineStyle" + *
+ */ + + @DISPID(119) + @PropGet + java.lang.Object getLineStyle(); + + + /** + *+ * Setter method for the COM property "LineStyle" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(119) + @PropPut + void setLineStyle( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Weight" + *
+ */ + + @DISPID(120) + @PropGet + java.lang.Object getWeight(); + + + /** + *+ * Setter method for the COM property "Weight" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(120) + @PropPut + void setWeight( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ThemeColor" + *
+ */ + + @DISPID(2365) + @PropGet + java.lang.Object getThemeColor(); + + + /** + *+ * Setter method for the COM property "ThemeColor" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(2365) + @PropPut + void setThemeColor( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "TintAndShade" + *
+ */ + + @DISPID(2366) + @PropGet + java.lang.Object getTintAndShade(); + + + /** + *+ * Setter method for the COM property "TintAndShade" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(2366) + @PropPut + void setTintAndShade( + java.lang.Object rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Borders.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Borders.java new file mode 100644 index 0000000..f71fdfb --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Borders.java @@ -0,0 +1,258 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Borders extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Color" + *
+ */ + + @DISPID(99) + @PropGet + java.lang.Object getColor(); + + + /** + *+ * Setter method for the COM property "Color" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(99) + @PropPut + void setColor( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ColorIndex" + *
+ */ + + @DISPID(97) + @PropGet + java.lang.Object getColorIndex(); + + + /** + *+ * Setter method for the COM property "ColorIndex" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(97) + @PropPut + void setColorIndex( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory com.exceljava.com4j.excel.XlBordersIndex parameter. + */ + + @DISPID(170) + @PropGet + com.exceljava.com4j.excel.Border getItem( + com.exceljava.com4j.excel.XlBordersIndex index); + + + /** + *+ * Getter method for the COM property "LineStyle" + *
+ */ + + @DISPID(119) + @PropGet + java.lang.Object getLineStyle(); + + + /** + *+ * Setter method for the COM property "LineStyle" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(119) + @PropPut + void setLineStyle( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "Value" + *
+ */ + + @DISPID(6) + @PropGet + java.lang.Object getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(6) + @PropPut + void setValue( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Weight" + *
+ */ + + @DISPID(120) + @PropGet + java.lang.Object getWeight(); + + + /** + *+ * Setter method for the COM property "Weight" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(120) + @PropPut + void setWeight( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory com.exceljava.com4j.excel.XlBordersIndex parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.Border get_Default( + com.exceljava.com4j.excel.XlBordersIndex index); + + + /** + *+ * Getter method for the COM property "ThemeColor" + *
+ */ + + @DISPID(2365) + @PropGet + java.lang.Object getThemeColor(); + + + /** + *+ * Setter method for the COM property "ThemeColor" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(2365) + @PropPut + void setThemeColor( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "TintAndShade" + *
+ */ + + @DISPID(2366) + @PropGet + java.lang.Object getTintAndShade(); + + + /** + *+ * Setter method for the COM property "TintAndShade" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(2366) + @PropPut + void setTintAndShade( + java.lang.Object rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Button.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Button.java new file mode 100644 index 0000000..716076b --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Button.java @@ -0,0 +1,1067 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Button extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ */ + + @DISPID(615) + @PropGet + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ */ + + @DISPID(486) + @PropGet + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(110) + @PropPut + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ */ + + @DISPID(620) + @PropGet + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ */ + + @DISPID(1063) + @PropGet + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1063) + @PropPut + void setAddIndent( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ */ + + @DISPID(1525) + @PropGet + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1525) + @PropPut + void setAutoScaleFont( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ */ + + @DISPID(614) + @PropGet + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(614) + @PropPut + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ */ + + @DISPID(261) + @PropGet + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(261) + @PropPut + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ */ + + @DISPID(136) + @PropGet + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(136) + @PropPut + void setHorizontalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ */ + + @DISPID(616) + @PropGet + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(616) + @PropPut + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ */ + + @DISPID(134) + @PropGet + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(134) + @PropPut + void setOrientation( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ */ + + @DISPID(137) + @PropGet + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(137) + @PropPut + void setVerticalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ */ + + @DISPID(975) + @PropGet + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(975) + @PropPut + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ */ + + @DISPID(846) + @PropGet + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(846) + @PropPut + void setAccelerator( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "CancelButton" + *
+ */ + + @DISPID(858) + @PropGet + boolean getCancelButton(); + + + /** + *+ * Setter method for the COM property "CancelButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(858) + @PropPut + void setCancelButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DefaultButton" + *
+ */ + + @DISPID(857) + @PropGet + boolean getDefaultButton(); + + + /** + *+ * Setter method for the COM property "DefaultButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(857) + @PropPut + void setDefaultButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DismissButton" + *
+ */ + + @DISPID(859) + @PropGet + boolean getDismissButton(); + + + /** + *+ * Setter method for the COM property "DismissButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(859) + @PropPut + void setDismissButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HelpButton" + *
+ */ + + @DISPID(860) + @PropGet + boolean getHelpButton(); + + + /** + *+ * Setter method for the COM property "HelpButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(860) + @PropPut + void setHelpButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ */ + + @DISPID(1121) + @PropGet + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1121) + @PropPut + void setPhoneticAccelerator( + java.lang.Object rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Buttons.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Buttons.java new file mode 100644 index 0000000..2ec57f6 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Buttons.java @@ -0,0 +1,1086 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Buttons extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + */ + + @DISPID(65539) + void _Dummy3(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + */ + + @DISPID(65548) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + */ + + @DISPID(65551) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + */ + + @DISPID(65558) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ */ + + @DISPID(1063) + @PropGet + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1063) + @PropPut + void setAddIndent( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ */ + + @DISPID(1525) + @PropGet + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1525) + @PropPut + void setAutoScaleFont( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ */ + + @DISPID(614) + @PropGet + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(614) + @PropPut + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ */ + + @DISPID(261) + @PropGet + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(261) + @PropPut + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ */ + + @DISPID(136) + @PropGet + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(136) + @PropPut + void setHorizontalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ */ + + @DISPID(616) + @PropGet + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(616) + @PropPut + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ */ + + @DISPID(134) + @PropGet + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(134) + @PropPut + void setOrientation( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ */ + + @DISPID(137) + @PropGet + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(137) + @PropPut + void setVerticalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ */ + + @DISPID(975) + @PropGet + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(975) + @PropPut + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ */ + + @DISPID(846) + @PropGet + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(846) + @PropPut + void setAccelerator( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "CancelButton" + *
+ */ + + @DISPID(858) + @PropGet + boolean getCancelButton(); + + + /** + *+ * Setter method for the COM property "CancelButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(858) + @PropPut + void setCancelButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DefaultButton" + *
+ */ + + @DISPID(857) + @PropGet + boolean getDefaultButton(); + + + /** + *+ * Setter method for the COM property "DefaultButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(857) + @PropPut + void setDefaultButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DismissButton" + *
+ */ + + @DISPID(859) + @PropGet + boolean getDismissButton(); + + + /** + *+ * Setter method for the COM property "DismissButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(859) + @PropPut + void setDismissButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HelpButton" + *
+ */ + + @DISPID(860) + @PropGet + boolean getHelpButton(); + + + /** + *+ * Setter method for the COM property "HelpButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(860) + @PropPut + void setHelpButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ */ + + @DISPID(1121) + @PropGet + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1121) + @PropPut + void setPhoneticAccelerator( + java.lang.Object rhs); + + + /** + * @param left Mandatory double parameter. + * @param top Mandatory double parameter. + * @param width Mandatory double parameter. + * @param height Mandatory double parameter. + */ + + @DISPID(181) + com.exceljava.com4j.excel.Button add( + double left, + double top, + double width, + double height); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + */ + + @DISPID(46) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com4j.Com4jObject item( + java.lang.Object index); + + + /** + */ + + @DISPID(-4) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + * @param name Mandatory java.lang.String parameter. + * @param formula Mandatory java.lang.String parameter. + */ + + @DISPID(2085) + com.exceljava.com4j.excel.PivotField _Add( + java.lang.String name, + java.lang.String formula); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com.exceljava.com4j.excel.PivotField item( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param field Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.PivotField get_Default( + java.lang.Object field); + + + /** + */ + + @DISPID(-4) + java.util.Iterator+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, formula, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + * @param name Mandatory java.lang.String parameter. + * @param formula Mandatory java.lang.String parameter. + */ + + @DISPID(2085) + com.exceljava.com4j.excel.PivotItem _Add( + java.lang.String name, + java.lang.String formula); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com.exceljava.com4j.excel.PivotItem item( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param field Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.PivotItem get_Default( + java.lang.Object field); + + + /** + */ + + @DISPID(-4) + java.util.Iterator+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, formula, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ */ + + @DISPID(261) + @PropGet + java.lang.String getFormula(); + + + /** + *+ * Getter method for the COM property "SourceName" + *
+ */ + + @DISPID(721) + @PropGet + java.lang.String getSourceName(); + + + /** + *+ * Getter method for the COM property "SolveOrder" + *
+ */ + + @DISPID(2187) + @PropGet + int getSolveOrder(); + + + /** + *+ * Getter method for the COM property "IsValid" + *
+ */ + + @DISPID(2188) + @PropGet + boolean getIsValid(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ */ + + @DISPID(0) + @PropGet + @DefaultMethod + java.lang.String get_Default(); + + + /** + */ + + @DISPID(117) + void delete(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + com.exceljava.com4j.excel.XlCalculatedMemberType getType(); + + + /** + *+ * Getter method for the COM property "Dynamic" + *
+ */ + + @DISPID(2926) + @PropGet + boolean getDynamic(); + + + /** + *+ * Getter method for the COM property "DisplayFolder" + *
+ */ + + @DISPID(2927) + @PropGet + java.lang.String getDisplayFolder(); + + + /** + *+ * Getter method for the COM property "HierarchizeDistinct" + *
+ */ + + @DISPID(2925) + @PropGet + boolean getHierarchizeDistinct(); + + + /** + *+ * Setter method for the COM property "HierarchizeDistinct" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2925) + @PropPut + void setHierarchizeDistinct( + boolean rhs); + + + /** + *+ * Getter method for the COM property "FlattenHierarchies" + *
+ */ + + @DISPID(2924) + @PropGet + boolean getFlattenHierarchies(); + + + /** + *+ * Setter method for the COM property "FlattenHierarchies" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2924) + @PropPut + void setFlattenHierarchies( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MeasureGroup" + *
+ */ + + @DISPID(3092) + @PropGet + java.lang.String getMeasureGroup(); + + + /** + *+ * Getter method for the COM property "ParentHierarchy" + *
+ */ + + @DISPID(3093) + @PropGet + java.lang.String getParentHierarchy(); + + + /** + *+ * Getter method for the COM property "ParentMember" + *
+ */ + + @DISPID(3094) + @PropGet + java.lang.String getParentMember(); + + + /** + *+ * Getter method for the COM property "NumberFormat" + *
+ */ + + @DISPID(193) + @PropGet + com.exceljava.com4j.excel.XlCalcMemNumberFormatType getNumberFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CalculatedMembers.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CalculatedMembers.java new file mode 100644 index 0000000..e63bb9b --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CalculatedMembers.java @@ -0,0 +1,537 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface CalculatedMembers extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + @PropGet + com.exceljava.com4j.excel.CalculatedMember getItem( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.CalculatedMember get_Default( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Add(name, formula, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Add(name, formula, solveOrder, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, formula, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, formula, solveOrder, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, formula, solveOrder, type, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, formula, solveOrder, type, dynamic, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, formula, solveOrder, type, dynamic, displayFolder, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addCalculatedMember(name, formula, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addCalculatedMember(name, formula, solveOrder, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addCalculatedMember(name, formula, solveOrder, type, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addCalculatedMember(name, formula, solveOrder, type, displayFolder, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addCalculatedMember(name, formula, solveOrder, type, displayFolder, measureGroup, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addCalculatedMember(name, formula, solveOrder, type, displayFolder, measureGroup, parentHierarchy, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addCalculatedMember(name, formula, solveOrder, type, displayFolder, measureGroup, parentHierarchy, parentMember, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @DISPID(1) //= 0x1. The runtime will prefer the VTID if present + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @DISPID(10) //= 0xa. The runtime will prefer the VTID if present + @VTID(10) + void automaticLength(); + + + /** + * @param drop Mandatory float parameter. + */ + + @DISPID(11) //= 0xb. The runtime will prefer the VTID if present + @VTID(11) + void customDrop( + float drop); + + + /** + * @param length Mandatory float parameter. + */ + + @DISPID(12) //= 0xc. The runtime will prefer the VTID if present + @VTID(12) + void customLength( + float length); + + + /** + * @param dropType Mandatory com.exceljava.com4j.office.MsoCalloutDropType parameter. + */ + + @DISPID(13) //= 0xd. The runtime will prefer the VTID if present + @VTID(13) + void presetDrop( + com.exceljava.com4j.office.MsoCalloutDropType dropType); + + + /** + *+ * Getter method for the COM property "Accent" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTriState + */ + + @DISPID(100) //= 0x64. The runtime will prefer the VTID if present + @VTID(14) + com.exceljava.com4j.office.MsoTriState getAccent(); + + + /** + *+ * Setter method for the COM property "Accent" + *
+ * @param accent Mandatory com.exceljava.com4j.office.MsoTriState parameter. + */ + + @DISPID(100) //= 0x64. The runtime will prefer the VTID if present + @VTID(15) + void setAccent( + com.exceljava.com4j.office.MsoTriState accent); + + + /** + *+ * Getter method for the COM property "Angle" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoCalloutAngleType + */ + + @DISPID(101) //= 0x65. The runtime will prefer the VTID if present + @VTID(16) + com.exceljava.com4j.office.MsoCalloutAngleType getAngle(); + + + /** + *+ * Setter method for the COM property "Angle" + *
+ * @param angle Mandatory com.exceljava.com4j.office.MsoCalloutAngleType parameter. + */ + + @DISPID(101) //= 0x65. The runtime will prefer the VTID if present + @VTID(17) + void setAngle( + com.exceljava.com4j.office.MsoCalloutAngleType angle); + + + /** + *+ * Getter method for the COM property "AutoAttach" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTriState + */ + + @DISPID(102) //= 0x66. The runtime will prefer the VTID if present + @VTID(18) + com.exceljava.com4j.office.MsoTriState getAutoAttach(); + + + /** + *+ * Setter method for the COM property "AutoAttach" + *
+ * @param autoAttach Mandatory com.exceljava.com4j.office.MsoTriState parameter. + */ + + @DISPID(102) //= 0x66. The runtime will prefer the VTID if present + @VTID(19) + void setAutoAttach( + com.exceljava.com4j.office.MsoTriState autoAttach); + + + /** + *+ * Getter method for the COM property "AutoLength" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTriState + */ + + @DISPID(103) //= 0x67. The runtime will prefer the VTID if present + @VTID(20) + com.exceljava.com4j.office.MsoTriState getAutoLength(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTriState + */ + + @DISPID(104) //= 0x68. The runtime will prefer the VTID if present + @VTID(21) + com.exceljava.com4j.office.MsoTriState getBorder(); + + + /** + *+ * Setter method for the COM property "Border" + *
+ * @param border Mandatory com.exceljava.com4j.office.MsoTriState parameter. + */ + + @DISPID(104) //= 0x68. The runtime will prefer the VTID if present + @VTID(22) + void setBorder( + com.exceljava.com4j.office.MsoTriState border); + + + /** + *+ * Getter method for the COM property "Drop" + *
+ * @return Returns a value of type float + */ + + @DISPID(105) //= 0x69. The runtime will prefer the VTID if present + @VTID(23) + float getDrop(); + + + /** + *+ * Getter method for the COM property "DropType" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoCalloutDropType + */ + + @DISPID(106) //= 0x6a. The runtime will prefer the VTID if present + @VTID(24) + com.exceljava.com4j.office.MsoCalloutDropType getDropType(); + + + /** + *+ * Getter method for the COM property "Gap" + *
+ * @return Returns a value of type float + */ + + @DISPID(107) //= 0x6b. The runtime will prefer the VTID if present + @VTID(25) + float getGap(); + + + /** + *+ * Setter method for the COM property "Gap" + *
+ * @param gap Mandatory float parameter. + */ + + @DISPID(107) //= 0x6b. The runtime will prefer the VTID if present + @VTID(26) + void setGap( + float gap); + + + /** + *+ * Getter method for the COM property "Length" + *
+ * @return Returns a value of type float + */ + + @DISPID(108) //= 0x6c. The runtime will prefer the VTID if present + @VTID(27) + float getLength(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoCalloutType + */ + + @DISPID(109) //= 0x6d. The runtime will prefer the VTID if present + @VTID(28) + com.exceljava.com4j.office.MsoCalloutType getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param type Mandatory com.exceljava.com4j.office.MsoCalloutType parameter. + */ + + @DISPID(109) //= 0x6d. The runtime will prefer the VTID if present + @VTID(29) + void setType( + com.exceljava.com4j.office.MsoCalloutType type); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CategoryCollection.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CategoryCollection.java new file mode 100644 index 0000000..6b46937 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CategoryCollection.java @@ -0,0 +1,72 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface CategoryCollection extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com.exceljava.com4j.excel.ChartCategory item( + java.lang.Object index); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @DefaultMethod + com.exceljava.com4j.excel.ChartCategory _Default( + java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CellFormat.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CellFormat.java new file mode 100644 index 0000000..327f53a --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CellFormat.java @@ -0,0 +1,409 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface CellFormat extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Borders" + *
+ */ + + @DISPID(435) + @PropGet + com.exceljava.com4j.excel.Borders getBorders(); + + + /** + *+ * Setter method for the COM property "Borders" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.Borders parameter. + */ + + @DISPID(435) + @PropPut + void setBorders( + com.exceljava.com4j.excel.Borders rhs); + + + /** + *+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Setter method for the COM property "Font" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.Font parameter. + */ + + @DISPID(146) + @PropPut + void setFont( + com.exceljava.com4j.excel.Font rhs); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Setter method for the COM property "Interior" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.Interior parameter. + */ + + @DISPID(129) + @PropPut + void setInterior( + com.exceljava.com4j.excel.Interior rhs); + + + /** + *+ * Getter method for the COM property "NumberFormat" + *
+ */ + + @DISPID(193) + @PropGet + java.lang.Object getNumberFormat(); + + + /** + *+ * Setter method for the COM property "NumberFormat" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(193) + @PropPut + void setNumberFormat( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "NumberFormatLocal" + *
+ */ + + @DISPID(1097) + @PropGet + java.lang.Object getNumberFormatLocal(); + + + /** + *+ * Setter method for the COM property "NumberFormatLocal" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1097) + @PropPut + void setNumberFormatLocal( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ */ + + @DISPID(1063) + @PropGet + java.lang.Object getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1063) + @PropPut + void setAddIndent( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "IndentLevel" + *
+ */ + + @DISPID(201) + @PropGet + java.lang.Object getIndentLevel(); + + + /** + *+ * Setter method for the COM property "IndentLevel" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(201) + @PropPut + void setIndentLevel( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ */ + + @DISPID(136) + @PropGet + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(136) + @PropPut + void setHorizontalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ */ + + @DISPID(137) + @PropGet + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(137) + @PropPut + void setVerticalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ */ + + @DISPID(134) + @PropGet + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(134) + @PropPut + void setOrientation( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ShrinkToFit" + *
+ */ + + @DISPID(209) + @PropGet + java.lang.Object getShrinkToFit(); + + + /** + *+ * Setter method for the COM property "ShrinkToFit" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(209) + @PropPut + void setShrinkToFit( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "WrapText" + *
+ */ + + @DISPID(276) + @PropGet + java.lang.Object getWrapText(); + + + /** + *+ * Setter method for the COM property "WrapText" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(276) + @PropPut + void setWrapText( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + java.lang.Object getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "FormulaHidden" + *
+ */ + + @DISPID(262) + @PropGet + java.lang.Object getFormulaHidden(); + + + /** + *+ * Setter method for the COM property "FormulaHidden" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(262) + @PropPut + void setFormulaHidden( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "MergeCells" + *
+ */ + + @DISPID(208) + @PropGet + java.lang.Object getMergeCells(); + + + /** + *+ * Setter method for the COM property "MergeCells" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(208) + @PropPut + void setMergeCells( + java.lang.Object rhs); + + + /** + */ + + @DISPID(111) + void clear(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Characters.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Characters.java new file mode 100644 index 0000000..fc1fd6c --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Characters.java @@ -0,0 +1,152 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Characters extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + */ + + @DISPID(117) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + * @param string Mandatory java.lang.String parameter. + */ + + @DISPID(252) + java.lang.Object insert( + java.lang.String string); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "PhoneticCharacters" + *
+ */ + + @DISPID(1522) + @PropGet + java.lang.String getPhoneticCharacters(); + + + /** + *+ * Setter method for the COM property "PhoneticCharacters" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1522) + @PropPut + void setPhoneticCharacters( + java.lang.String rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartArea.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartArea.java new file mode 100644 index 0000000..0b2cd92 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartArea.java @@ -0,0 +1,311 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ChartArea extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + */ + + @DISPID(235) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @DISPID(111) + java.lang.Object clear(); + + + /** + */ + + @DISPID(113) + java.lang.Object clearContents(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ */ + + @DISPID(103) + @PropGet + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(103) + @PropPut + void setShadow( + boolean rhs); + + + /** + */ + + @DISPID(112) + java.lang.Object clearFormats(); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ */ + + @DISPID(1663) + @PropGet + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ */ + + @DISPID(1525) + @PropGet + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1525) + @PropPut + void setAutoScaleFont( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ */ + + @DISPID(116) + @PropGet + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + *+ * Getter method for the COM property "RoundedCorners" + *
+ */ + + @DISPID(619) + @PropGet + boolean getRoundedCorners(); + + + /** + *+ * Setter method for the COM property "RoundedCorners" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(619) + @PropPut + void setRoundedCorners( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartCategory.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartCategory.java new file mode 100644 index 0000000..e80ff1e --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartCategory.java @@ -0,0 +1,77 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ChartCategory extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Getter method for the COM property "IsFiltered" + *
+ */ + + @DISPID(3083) + @PropGet + boolean getIsFiltered(); + + + /** + *+ * Setter method for the COM property "IsFiltered" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(3083) + @PropPut + void setIsFiltered( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartColorFormat.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartColorFormat.java new file mode 100644 index 0000000..04d1f1b --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartColorFormat.java @@ -0,0 +1,100 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ChartColorFormat extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "SchemeColor" + *
+ */ + + @DISPID(1646) + @PropGet + int getSchemeColor(); + + + /** + *+ * Setter method for the COM property "SchemeColor" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(1646) + @PropPut + void setSchemeColor( + int rhs); + + + /** + *+ * Getter method for the COM property "RGB" + *
+ */ + + @DISPID(1055) + @PropGet + int getRGB(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ */ + + @DISPID(0) + @PropGet + @DefaultMethod + int get_Default(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + int getType(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartFillFormat.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartFillFormat.java new file mode 100644 index 0000000..58d5cac --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartFillFormat.java @@ -0,0 +1,368 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ChartFillFormat extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + * @param style Mandatory com.exceljava.com4j.office.MsoGradientStyle parameter. + * @param variant Mandatory int parameter. + * @param degree Mandatory float parameter. + */ + + @DISPID(1621) + void oneColorGradient( + com.exceljava.com4j.office.MsoGradientStyle style, + int variant, + float degree); + + + /** + * @param style Mandatory com.exceljava.com4j.office.MsoGradientStyle parameter. + * @param variant Mandatory int parameter. + */ + + @DISPID(1624) + void twoColorGradient( + com.exceljava.com4j.office.MsoGradientStyle style, + int variant); + + + /** + * @param presetTexture Mandatory com.exceljava.com4j.office.MsoPresetTexture parameter. + */ + + @DISPID(1625) + void presetTextured( + com.exceljava.com4j.office.MsoPresetTexture presetTexture); + + + /** + */ + + @DISPID(1627) + void solid(); + + + /** + * @param pattern Mandatory com.exceljava.com4j.office.MsoPatternType parameter. + */ + + @DISPID(1628) + void patterned( + com.exceljava.com4j.office.MsoPatternType pattern); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * userPicture(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * userPicture(pictureFile, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * userPicture(pictureFile, pictureFormat, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * userPicture(pictureFile, pictureFormat, pictureStackUnit, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "BackColor" + *
+ */ + + @DISPID(1638) + @PropGet + com.exceljava.com4j.excel.ChartColorFormat getBackColor(); + + + /** + *+ * Getter method for the COM property "ForeColor" + *
+ */ + + @DISPID(1639) + @PropGet + com.exceljava.com4j.excel.ChartColorFormat getForeColor(); + + + /** + *+ * Getter method for the COM property "GradientColorType" + *
+ */ + + @DISPID(1640) + @PropGet + com.exceljava.com4j.office.MsoGradientColorType getGradientColorType(); + + + /** + *+ * Getter method for the COM property "GradientDegree" + *
+ */ + + @DISPID(1641) + @PropGet + float getGradientDegree(); + + + /** + *+ * Getter method for the COM property "GradientStyle" + *
+ */ + + @DISPID(1642) + @PropGet + com.exceljava.com4j.office.MsoGradientStyle getGradientStyle(); + + + /** + *+ * Getter method for the COM property "GradientVariant" + *
+ */ + + @DISPID(1643) + @PropGet + int getGradientVariant(); + + + /** + *+ * Getter method for the COM property "Pattern" + *
+ */ + + @DISPID(95) + @PropGet + com.exceljava.com4j.office.MsoPatternType getPattern(); + + + /** + *+ * Getter method for the COM property "PresetGradientType" + *
+ */ + + @DISPID(1637) + @PropGet + com.exceljava.com4j.office.MsoPresetGradientType getPresetGradientType(); + + + /** + *+ * Getter method for the COM property "PresetTexture" + *
+ */ + + @DISPID(1626) + @PropGet + com.exceljava.com4j.office.MsoPresetTexture getPresetTexture(); + + + /** + *+ * Getter method for the COM property "TextureName" + *
+ */ + + @DISPID(1644) + @PropGet + java.lang.String getTextureName(); + + + /** + *+ * Getter method for the COM property "TextureType" + *
+ */ + + @DISPID(1645) + @PropGet + com.exceljava.com4j.office.MsoTextureType getTextureType(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + com.exceljava.com4j.office.MsoFillType getType(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + com.exceljava.com4j.office.MsoTriState getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoTriState parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + com.exceljava.com4j.office.MsoTriState rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartFormat.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartFormat.java new file mode 100644 index 0000000..c1f39bc --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartFormat.java @@ -0,0 +1,165 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ChartFormat extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ */ + + @DISPID(1663) + @PropGet + com.exceljava.com4j.excel.FillFormat getFill(); + + + /** + *+ * Getter method for the COM property "Glow" + *
+ */ + + @DISPID(2663) + @PropGet + com.exceljava.com4j.office.GlowFormat getGlow(); + + + /** + *+ * Getter method for the COM property "Line" + *
+ */ + + @DISPID(817) + @PropGet + com.exceljava.com4j.excel.LineFormat getLine(); + + + /** + *+ * Getter method for the COM property "PictureFormat" + *
+ */ + + @DISPID(1631) + @PropGet + com.exceljava.com4j.excel.PictureFormat getPictureFormat(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ */ + + @DISPID(103) + @PropGet + com.exceljava.com4j.excel.ShadowFormat getShadow(); + + + /** + *+ * Getter method for the COM property "SoftEdge" + *
+ */ + + @DISPID(2662) + @PropGet + com.exceljava.com4j.office.SoftEdgeFormat getSoftEdge(); + + + /** + *+ * Getter method for the COM property "TextFrame2" + *
+ */ + + @DISPID(2659) + @PropGet + com.exceljava.com4j.excel.TextFrame2 getTextFrame2(); + + + /** + *+ * Getter method for the COM property "ThreeD" + *
+ */ + + @DISPID(1703) + @PropGet + com.exceljava.com4j.excel.ThreeDFormat getThreeD(); + + + /** + *+ * Getter method for the COM property "Adjustments" + *
+ */ + + @DISPID(1691) + @PropGet + com.exceljava.com4j.excel.Adjustments getAdjustments(); + + + /** + *+ * Getter method for the COM property "AutoShapeType" + *
+ */ + + @DISPID(1693) + @PropGet + com.exceljava.com4j.office.MsoAutoShapeType getAutoShapeType(); + + + /** + *+ * Setter method for the COM property "AutoShapeType" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoAutoShapeType parameter. + */ + + @DISPID(1693) + @PropPut + void setAutoShapeType( + com.exceljava.com4j.office.MsoAutoShapeType rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartGroup.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartGroup.java new file mode 100644 index 0000000..8838b68 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartGroup.java @@ -0,0 +1,851 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ChartGroup extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "AxisGroup" + *
+ */ + + @DISPID(47) + @PropGet + com.exceljava.com4j.excel.XlAxisGroup getAxisGroup(); + + + /** + *+ * Setter method for the COM property "AxisGroup" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlAxisGroup parameter. + */ + + @DISPID(47) + @PropPut + void setAxisGroup( + com.exceljava.com4j.excel.XlAxisGroup rhs); + + + /** + *+ * Getter method for the COM property "DoughnutHoleSize" + *
+ */ + + @DISPID(1126) + @PropGet + int getDoughnutHoleSize(); + + + /** + *+ * Setter method for the COM property "DoughnutHoleSize" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(1126) + @PropPut + void setDoughnutHoleSize( + int rhs); + + + /** + *+ * Getter method for the COM property "DownBars" + *
+ */ + + @DISPID(141) + @PropGet + com.exceljava.com4j.excel.DownBars getDownBars(); + + + /** + *+ * Getter method for the COM property "DropLines" + *
+ */ + + @DISPID(142) + @PropGet + com.exceljava.com4j.excel.DropLines getDropLines(); + + + /** + *+ * Getter method for the COM property "FirstSliceAngle" + *
+ */ + + @DISPID(63) + @PropGet + int getFirstSliceAngle(); + + + /** + *+ * Setter method for the COM property "FirstSliceAngle" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(63) + @PropPut + void setFirstSliceAngle( + int rhs); + + + /** + *+ * Getter method for the COM property "GapWidth" + *
+ */ + + @DISPID(51) + @PropGet + int getGapWidth(); + + + /** + *+ * Setter method for the COM property "GapWidth" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(51) + @PropPut + void setGapWidth( + int rhs); + + + /** + *+ * Getter method for the COM property "HasDropLines" + *
+ */ + + @DISPID(61) + @PropGet + boolean getHasDropLines(); + + + /** + *+ * Setter method for the COM property "HasDropLines" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(61) + @PropPut + void setHasDropLines( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasHiLoLines" + *
+ */ + + @DISPID(62) + @PropGet + boolean getHasHiLoLines(); + + + /** + *+ * Setter method for the COM property "HasHiLoLines" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(62) + @PropPut + void setHasHiLoLines( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasRadarAxisLabels" + *
+ */ + + @DISPID(64) + @PropGet + boolean getHasRadarAxisLabels(); + + + /** + *+ * Setter method for the COM property "HasRadarAxisLabels" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(64) + @PropPut + void setHasRadarAxisLabels( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasSeriesLines" + *
+ */ + + @DISPID(65) + @PropGet + boolean getHasSeriesLines(); + + + /** + *+ * Setter method for the COM property "HasSeriesLines" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(65) + @PropPut + void setHasSeriesLines( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasUpDownBars" + *
+ */ + + @DISPID(66) + @PropGet + boolean getHasUpDownBars(); + + + /** + *+ * Setter method for the COM property "HasUpDownBars" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(66) + @PropPut + void setHasUpDownBars( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HiLoLines" + *
+ */ + + @DISPID(143) + @PropGet + com.exceljava.com4j.excel.HiLoLines getHiLoLines(); + + + /** + *+ * Getter method for the COM property "Index" + *
+ */ + + @DISPID(486) + @PropGet + int getIndex(); + + + /** + *+ * Getter method for the COM property "Overlap" + *
+ */ + + @DISPID(56) + @PropGet + int getOverlap(); + + + /** + *+ * Setter method for the COM property "Overlap" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(56) + @PropPut + void setOverlap( + int rhs); + + + /** + *+ * Getter method for the COM property "RadarAxisLabels" + *
+ */ + + @DISPID(144) + @PropGet + com.exceljava.com4j.excel.TickLabels getRadarAxisLabels(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * seriesCollection(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "SeriesLines" + *
+ */ + + @DISPID(145) + @PropGet + com.exceljava.com4j.excel.SeriesLines getSeriesLines(); + + + /** + *+ * Getter method for the COM property "SubType" + *
+ */ + + @DISPID(109) + @PropGet + int getSubType(); + + + /** + *+ * Setter method for the COM property "SubType" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(109) + @PropPut + void setSubType( + int rhs); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + int getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(108) + @PropPut + void setType( + int rhs); + + + /** + *+ * Getter method for the COM property "UpBars" + *
+ */ + + @DISPID(140) + @PropGet + com.exceljava.com4j.excel.UpBars getUpBars(); + + + /** + *+ * Getter method for the COM property "VaryByCategories" + *
+ */ + + @DISPID(60) + @PropGet + boolean getVaryByCategories(); + + + /** + *+ * Setter method for the COM property "VaryByCategories" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(60) + @PropPut + void setVaryByCategories( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SizeRepresents" + *
+ */ + + @DISPID(1652) + @PropGet + com.exceljava.com4j.excel.XlSizeRepresents getSizeRepresents(); + + + /** + *+ * Setter method for the COM property "SizeRepresents" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlSizeRepresents parameter. + */ + + @DISPID(1652) + @PropPut + void setSizeRepresents( + com.exceljava.com4j.excel.XlSizeRepresents rhs); + + + /** + *+ * Getter method for the COM property "BubbleScale" + *
+ */ + + @DISPID(1653) + @PropGet + int getBubbleScale(); + + + /** + *+ * Setter method for the COM property "BubbleScale" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(1653) + @PropPut + void setBubbleScale( + int rhs); + + + /** + *+ * Getter method for the COM property "ShowNegativeBubbles" + *
+ */ + + @DISPID(1654) + @PropGet + boolean getShowNegativeBubbles(); + + + /** + *+ * Setter method for the COM property "ShowNegativeBubbles" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1654) + @PropPut + void setShowNegativeBubbles( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SplitType" + *
+ */ + + @DISPID(1655) + @PropGet + com.exceljava.com4j.excel.XlChartSplitType getSplitType(); + + + /** + *+ * Setter method for the COM property "SplitType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlChartSplitType parameter. + */ + + @DISPID(1655) + @PropPut + void setSplitType( + com.exceljava.com4j.excel.XlChartSplitType rhs); + + + /** + *+ * Getter method for the COM property "SplitValue" + *
+ */ + + @DISPID(1656) + @PropGet + java.lang.Object getSplitValue(); + + + /** + *+ * Setter method for the COM property "SplitValue" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1656) + @PropPut + void setSplitValue( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "SecondPlotSize" + *
+ */ + + @DISPID(1657) + @PropGet + int getSecondPlotSize(); + + + /** + *+ * Setter method for the COM property "SecondPlotSize" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(1657) + @PropPut + void setSecondPlotSize( + int rhs); + + + /** + *+ * Getter method for the COM property "Has3DShading" + *
+ */ + + @DISPID(1658) + @PropGet + boolean getHas3DShading(); + + + /** + *+ * Setter method for the COM property "Has3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1658) + @PropPut + void setHas3DShading( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * fullCategoryCollection(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * categoryCollection(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "BinsType" + *
+ */ + + @DISPID(3196) + @PropGet + com.exceljava.com4j.excel.XlBinsType getBinsType(); + + + /** + *+ * Setter method for the COM property "BinsType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlBinsType parameter. + */ + + @DISPID(3196) + @PropPut + void setBinsType( + com.exceljava.com4j.excel.XlBinsType rhs); + + + /** + *+ * Getter method for the COM property "BinWidthValue" + *
+ */ + + @DISPID(3197) + @PropGet + double getBinWidthValue(); + + + /** + *+ * Setter method for the COM property "BinWidthValue" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(3197) + @PropPut + void setBinWidthValue( + double rhs); + + + /** + *+ * Getter method for the COM property "BinsCountValue" + *
+ */ + + @DISPID(3198) + @PropGet + int getBinsCountValue(); + + + /** + *+ * Setter method for the COM property "BinsCountValue" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(3198) + @PropPut + void setBinsCountValue( + int rhs); + + + /** + *+ * Getter method for the COM property "BinsOverflowEnabled" + *
+ */ + + @DISPID(3199) + @PropGet + boolean getBinsOverflowEnabled(); + + + /** + *+ * Setter method for the COM property "BinsOverflowEnabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(3199) + @PropPut + void setBinsOverflowEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "BinsOverflowValue" + *
+ */ + + @DISPID(3200) + @PropGet + double getBinsOverflowValue(); + + + /** + *+ * Setter method for the COM property "BinsOverflowValue" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(3200) + @PropPut + void setBinsOverflowValue( + double rhs); + + + /** + *+ * Getter method for the COM property "BinsUnderflowEnabled" + *
+ */ + + @DISPID(3201) + @PropGet + boolean getBinsUnderflowEnabled(); + + + /** + *+ * Setter method for the COM property "BinsUnderflowEnabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(3201) + @PropPut + void setBinsUnderflowEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "BinsUnderflowValue" + *
+ */ + + @DISPID(3202) + @PropGet + double getBinsUnderflowValue(); + + + /** + *+ * Setter method for the COM property "BinsUnderflowValue" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(3202) + @PropPut + void setBinsUnderflowValue( + double rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartGroups.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartGroups.java new file mode 100644 index 0000000..245b55e --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartGroups.java @@ -0,0 +1,68 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ChartGroups extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com.exceljava.com4j.excel.ChartGroup item( + java.lang.Object index); + + + /** + */ + + @DISPID(-4) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ */ + + @DISPID(615) + @PropGet + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(2609) + java.lang.Object _Copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ */ + + @DISPID(486) + @PropGet + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(110) + @PropPut + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ */ + + @DISPID(620) + @PropGet + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + */ + + @DISPID(304) + java.lang.Object activate(); + + + /** + *+ * Getter method for the COM property "Chart" + *
+ */ + + @DISPID(7) + @PropGet + com.exceljava.com4j.excel._Chart getChart(); + + + /** + *+ * Getter method for the COM property "ProtectChartObject" + *
+ */ + + @DISPID(1529) + @PropGet + boolean getProtectChartObject(); + + + /** + *+ * Setter method for the COM property "ProtectChartObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1529) + @PropPut + void setProtectChartObject( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RoundedCorners" + *
+ */ + + @DISPID(619) + @PropGet + boolean getRoundedCorners(); + + + /** + *+ * Setter method for the COM property "RoundedCorners" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(619) + @PropPut + void setRoundedCorners( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ */ + + @DISPID(103) + @PropGet + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(103) + @PropPut + void setShadow( + boolean rhs); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartObjects.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartObjects.java new file mode 100644 index 0000000..e901204 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartObjects.java @@ -0,0 +1,622 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ChartObjects extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + */ + + @DISPID(65539) + void _Dummy3(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(2609) + java.lang.Object _Copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + */ + + @DISPID(65548) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + */ + + @DISPID(65551) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + */ + + @DISPID(65558) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + */ + + @DISPID(65561) + void _Dummy25(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + */ + + @DISPID(65563) + void _Dummy27(); + + + /** + */ + + @DISPID(65564) + void _Dummy28(); + + + /** + *+ * Getter method for the COM property "ProtectChartObject" + *
+ */ + + @DISPID(1529) + @PropGet + boolean getProtectChartObject(); + + + /** + *+ * Setter method for the COM property "ProtectChartObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1529) + @PropPut + void setProtectChartObject( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RoundedCorners" + *
+ */ + + @DISPID(619) + @PropGet + boolean getRoundedCorners(); + + + /** + *+ * Setter method for the COM property "RoundedCorners" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(619) + @PropPut + void setRoundedCorners( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ */ + + @DISPID(103) + @PropGet + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(103) + @PropPut + void setShadow( + boolean rhs); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + * @param left Mandatory double parameter. + * @param top Mandatory double parameter. + * @param width Mandatory double parameter. + * @param height Mandatory double parameter. + */ + + @DISPID(181) + com.exceljava.com4j.excel.ChartObject add( + double left, + double top, + double width, + double height); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + */ + + @DISPID(46) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com4j.Com4jObject item( + java.lang.Object index); + + + /** + */ + + @DISPID(-4) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "StopColor" + *
+ */ + + @DISPID(3267) + @PropGet + com.exceljava.com4j.excel.SeriesGradientStopColorFormat getStopColor(); + + + /** + *+ * Getter method for the COM property "StopPositionType" + *
+ */ + + @DISPID(3268) + @PropGet + com.exceljava.com4j.excel.XlGradientStopPositionType getStopPositionType(); + + + /** + *+ * Setter method for the COM property "StopPositionType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlGradientStopPositionType parameter. + */ + + @DISPID(3268) + @PropPut + void setStopPositionType( + com.exceljava.com4j.excel.XlGradientStopPositionType rhs); + + + /** + *+ * Getter method for the COM property "StopValue" + *
+ */ + + @DISPID(3269) + @PropGet + java.lang.String getStopValue(); + + + /** + *+ * Setter method for the COM property "StopValue" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(3269) + @PropPut + void setStopValue( + java.lang.String rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartTitle.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartTitle.java new file mode 100644 index 0000000..5d938df --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartTitle.java @@ -0,0 +1,611 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ChartTitle extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + */ + + @DISPID(235) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @DISPID(117) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ */ + + @DISPID(1663) + @PropGet + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ */ + + @DISPID(136) + @PropGet + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(136) + @PropPut + void setHorizontalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ */ + + @DISPID(134) + @PropGet + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(134) + @PropPut + void setOrientation( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ */ + + @DISPID(103) + @PropGet + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(103) + @PropPut + void setShadow( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ */ + + @DISPID(137) + @PropGet + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(137) + @PropPut + void setVerticalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ */ + + @DISPID(975) + @PropGet + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(975) + @PropPut + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ */ + + @DISPID(1525) + @PropGet + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1525) + @PropPut + void setAutoScaleFont( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "IncludeInLayout" + *
+ */ + + @DISPID(2648) + @PropGet + boolean getIncludeInLayout(); + + + /** + *+ * Setter method for the COM property "IncludeInLayout" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2648) + @PropPut + void setIncludeInLayout( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Position" + *
+ */ + + @DISPID(133) + @PropGet + com.exceljava.com4j.excel.XlChartElementPosition getPosition(); + + + /** + *+ * Setter method for the COM property "Position" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlChartElementPosition parameter. + */ + + @DISPID(133) + @PropPut + void setPosition( + com.exceljava.com4j.excel.XlChartElementPosition rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ */ + + @DISPID(116) + @PropGet + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ */ + + @DISPID(261) + @PropGet + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(261) + @PropPut + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaR1C1" + *
+ */ + + @DISPID(264) + @PropGet + java.lang.String getFormulaR1C1(); + + + /** + *+ * Setter method for the COM property "FormulaR1C1" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(264) + @PropPut + void setFormulaR1C1( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaLocal" + *
+ */ + + @DISPID(263) + @PropGet + java.lang.String getFormulaLocal(); + + + /** + *+ * Setter method for the COM property "FormulaLocal" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(263) + @PropPut + void setFormulaLocal( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaR1C1Local" + *
+ */ + + @DISPID(265) + @PropGet + java.lang.String getFormulaR1C1Local(); + + + /** + *+ * Setter method for the COM property "FormulaR1C1Local" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(265) + @PropPut + void setFormulaR1C1Local( + java.lang.String rhs); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @DISPID(3253) + void setProperty( + java.lang.String id, + java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + */ + + @DISPID(3256) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartView.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartView.java new file mode 100644 index 0000000..561bc9f --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ChartView.java @@ -0,0 +1,53 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ChartView extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Sheet" + *
+ */ + + @DISPID(751) + @PropGet + com4j.Com4jObject getSheet(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Charts.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Charts.java new file mode 100644 index 0000000..34a3e47 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Charts.java @@ -0,0 +1,1116 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Charts extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(before, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(before, after, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(before, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + */ + + @DISPID(117) + void delete(); + + + /** + */ + + @DISPID(65543) + void _Dummy7(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + @PropGet + com4j.Com4jObject getItem( + java.lang.Object index); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(before, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printPreview(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "HPageBreaks" + *
+ */ + + @DISPID(1418) + @PropGet + com.exceljava.com4j.excel.HPageBreaks getHPageBreaks(); + + + /** + *+ * Getter method for the COM property "VPageBreaks" + *
+ */ + + @DISPID(1419) + @PropGet + com.exceljava.com4j.excel.VPageBreaks getVPageBreaks(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + java.lang.Object getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com4j.Com4jObject get_Default( + java.lang.Object index); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, collate, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, collate, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(before, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(before, after, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(before, after, count, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ */ + + @DISPID(615) + @PropGet + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ */ + + @DISPID(486) + @PropGet + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(110) + @PropPut + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ */ + + @DISPID(620) + @PropGet + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ */ + + @DISPID(616) + @PropGet + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(616) + @PropPut + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ */ + + @DISPID(846) + @PropGet + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(846) + @PropPut + void setAccelerator( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ */ + + @DISPID(0) + @PropGet + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(0) + @PropPut + @DefaultMethod + void set_Default( + int rhs); + + + /** + *+ * Getter method for the COM property "Display3DShading" + *
+ */ + + @DISPID(1122) + @PropGet + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1122) + @PropPut + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "LinkedCell" + *
+ */ + + @DISPID(1058) + @PropGet + java.lang.String getLinkedCell(); + + + /** + *+ * Setter method for the COM property "LinkedCell" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1058) + @PropPut + void setLinkedCell( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ */ + + @DISPID(1121) + @PropGet + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1121) + @PropPut + void setPhoneticAccelerator( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ */ + + @DISPID(6) + @PropGet + java.lang.Object getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(6) + @PropPut + void setValue( + java.lang.Object rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CheckBoxes.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CheckBoxes.java new file mode 100644 index 0000000..259e0de --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CheckBoxes.java @@ -0,0 +1,907 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface CheckBoxes extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + */ + + @DISPID(65539) + void _Dummy3(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + */ + + @DISPID(65548) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + */ + + @DISPID(65551) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + */ + + @DISPID(65558) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ */ + + @DISPID(616) + @PropGet + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(616) + @PropPut + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ */ + + @DISPID(846) + @PropGet + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(846) + @PropPut + void setAccelerator( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ */ + + @DISPID(0) + @PropGet + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(0) + @PropPut + @DefaultMethod + void set_Default( + int rhs); + + + /** + *+ * Getter method for the COM property "Display3DShading" + *
+ */ + + @DISPID(1122) + @PropGet + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1122) + @PropPut + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "LinkedCell" + *
+ */ + + @DISPID(1058) + @PropGet + java.lang.String getLinkedCell(); + + + /** + *+ * Setter method for the COM property "LinkedCell" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1058) + @PropPut + void setLinkedCell( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ */ + + @DISPID(1121) + @PropGet + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1121) + @PropPut + void setPhoneticAccelerator( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ */ + + @DISPID(6) + @PropGet + java.lang.Object getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(6) + @PropPut + void setValue( + java.lang.Object rhs); + + + /** + * @param left Mandatory double parameter. + * @param top Mandatory double parameter. + * @param width Mandatory double parameter. + * @param height Mandatory double parameter. + */ + + @DISPID(181) + com.exceljava.com4j.excel.CheckBox add( + double left, + double top, + double width, + double height); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + */ + + @DISPID(46) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com4j.Com4jObject item( + java.lang.Object index); + + + /** + */ + + @DISPID(-4) + java.util.Iterator+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @DISPID(1) //= 0x1. The runtime will prefer the VTID if present + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "RGB" + *
+ * @return Returns a value of type int + */ + + @DISPID(0) //= 0x0. The runtime will prefer the VTID if present + @VTID(10) + @DefaultMethod + int getRGB(); + + + /** + *+ * Setter method for the COM property "RGB" + *
+ * @param rgb Mandatory int parameter. + */ + + @DISPID(0) //= 0x0. The runtime will prefer the VTID if present + @VTID(11) + @DefaultMethod + void setRGB( + int rgb); + + + /** + *+ * Getter method for the COM property "SchemeColor" + *
+ * @return Returns a value of type int + */ + + @DISPID(100) //= 0x64. The runtime will prefer the VTID if present + @VTID(12) + int getSchemeColor(); + + + /** + *+ * Setter method for the COM property "SchemeColor" + *
+ * @param schemeColor Mandatory int parameter. + */ + + @DISPID(100) //= 0x64. The runtime will prefer the VTID if present + @VTID(13) + void setSchemeColor( + int schemeColor); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoColorType + */ + + @DISPID(101) //= 0x65. The runtime will prefer the VTID if present + @VTID(14) + com.exceljava.com4j.office.MsoColorType getType(); + + + /** + *+ * Getter method for the COM property "TintAndShade" + *
+ * @return Returns a value of type float + */ + + @DISPID(102) //= 0x66. The runtime will prefer the VTID if present + @VTID(15) + float getTintAndShade(); + + + /** + *+ * Setter method for the COM property "TintAndShade" + *
+ * @param pValue Mandatory float parameter. + */ + + @DISPID(102) //= 0x66. The runtime will prefer the VTID if present + @VTID(16) + void setTintAndShade( + float pValue); + + + /** + *+ * Getter method for the COM property "ObjectThemeColor" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoThemeColorIndex + */ + + @DISPID(104) //= 0x68. The runtime will prefer the VTID if present + @VTID(17) + com.exceljava.com4j.office.MsoThemeColorIndex getObjectThemeColor(); + + + /** + *+ * Setter method for the COM property "ObjectThemeColor" + *
+ * @param objectThemeColor Mandatory com.exceljava.com4j.office.MsoThemeColorIndex parameter. + */ + + @DISPID(104) //= 0x68. The runtime will prefer the VTID if present + @VTID(18) + void setObjectThemeColor( + com.exceljava.com4j.office.MsoThemeColorIndex objectThemeColor); + + + /** + *+ * Getter method for the COM property "Brightness" + *
+ * @return Returns a value of type float + */ + + @DISPID(105) //= 0x69. The runtime will prefer the VTID if present + @VTID(19) + float getBrightness(); + + + /** + *+ * Setter method for the COM property "Brightness" + *
+ * @param pValue Mandatory float parameter. + */ + + @DISPID(105) //= 0x69. The runtime will prefer the VTID if present + @VTID(20) + void setBrightness( + float pValue); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ColorScale.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ColorScale.java new file mode 100644 index 0000000..6bcd0c4 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ColorScale.java @@ -0,0 +1,199 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ColorScale extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Priority" + *
+ */ + + @DISPID(985) + @PropGet + int getPriority(); + + + /** + *+ * Setter method for the COM property "Priority" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(985) + @PropPut + void setPriority( + int rhs); + + + /** + *+ * Getter method for the COM property "StopIfTrue" + *
+ */ + + @DISPID(2625) + @PropGet + boolean getStopIfTrue(); + + + /** + *+ * Getter method for the COM property "AppliesTo" + *
+ */ + + @DISPID(2626) + @PropGet + com.exceljava.com4j.excel.Range getAppliesTo(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ */ + + @DISPID(261) + @PropGet + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(261) + @PropPut + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + int getType(); + + + /** + */ + + @DISPID(2629) + void setFirstPriority(); + + + /** + */ + + @DISPID(2630) + void setLastPriority(); + + + /** + */ + + @DISPID(117) + void delete(); + + + /** + * @param range Mandatory com.exceljava.com4j.excel.Range parameter. + */ + + @DISPID(2627) + void modifyAppliesToRange( + com.exceljava.com4j.excel.Range range); + + + /** + *+ * Getter method for the COM property "PTCondition" + *
+ */ + + @DISPID(2631) + @PropGet + boolean getPTCondition(); + + + /** + *+ * Getter method for the COM property "ScopeType" + *
+ */ + + @DISPID(2615) + @PropGet + com.exceljava.com4j.excel.XlPivotConditionScope getScopeType(); + + + /** + *+ * Setter method for the COM property "ScopeType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPivotConditionScope parameter. + */ + + @DISPID(2615) + @PropPut + void setScopeType( + com.exceljava.com4j.excel.XlPivotConditionScope rhs); + + + /** + *+ * Getter method for the COM property "ColorScaleCriteria" + *
+ */ + + @DISPID(2716) + @PropGet + com.exceljava.com4j.excel.ColorScaleCriteria getColorScaleCriteria(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ColorScaleCriteria.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ColorScaleCriteria.java new file mode 100644 index 0000000..f9f0b0a --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ColorScaleCriteria.java @@ -0,0 +1,57 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ColorScaleCriteria extends Com4jObject,Iterable+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.ColorScaleCriterion get_Default( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + @PropGet + com.exceljava.com4j.excel.ColorScaleCriterion getItem( + java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ColorScaleCriterion.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ColorScaleCriterion.java new file mode 100644 index 0000000..3cdf263 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ColorScaleCriterion.java @@ -0,0 +1,79 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ColorScaleCriterion extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Index" + *
+ */ + + @DISPID(486) + @PropGet + int getIndex(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + com.exceljava.com4j.excel.XlConditionValueTypes getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlConditionValueTypes parameter. + */ + + @DISPID(108) + @PropPut + void setType( + com.exceljava.com4j.excel.XlConditionValueTypes rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ */ + + @DISPID(6) + @PropGet + java.lang.Object getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(6) + @PropPut + void setValue( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "FormatColor" + *
+ */ + + @DISPID(2717) + @PropGet + com.exceljava.com4j.excel.FormatColor getFormatColor(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ColorStop.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ColorStop.java new file mode 100644 index 0000000..2213f41 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ColorStop.java @@ -0,0 +1,145 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ColorStop extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + */ + + @DISPID(117) + void delete(); + + + /** + *+ * Getter method for the COM property "Color" + *
+ */ + + @DISPID(99) + @PropGet + java.lang.Object getColor(); + + + /** + *+ * Setter method for the COM property "Color" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(99) + @PropPut + void setColor( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ThemeColor" + *
+ */ + + @DISPID(2365) + @PropGet + int getThemeColor(); + + + /** + *+ * Setter method for the COM property "ThemeColor" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(2365) + @PropPut + void setThemeColor( + int rhs); + + + /** + *+ * Getter method for the COM property "TintAndShade" + *
+ */ + + @DISPID(2366) + @PropGet + java.lang.Object getTintAndShade(); + + + /** + *+ * Setter method for the COM property "TintAndShade" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(2366) + @PropPut + void setTintAndShade( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Position" + *
+ */ + + @DISPID(133) + @PropGet + double getPosition(); + + + /** + *+ * Setter method for the COM property "Position" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(133) + @PropPut + void setPosition( + double rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ColorStops.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ColorStops.java new file mode 100644 index 0000000..8d758e8 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ColorStops.java @@ -0,0 +1,102 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ColorStops extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + * @param position Mandatory double parameter. + */ + + @DISPID(181) + com.exceljava.com4j.excel.ColorStop add( + double position); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com.exceljava.com4j.excel.ColorStop item( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.ColorStop get_Default( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Author" + *
+ */ + + @DISPID(574) + @PropGet + java.lang.String getAuthor(); + + + /** + *+ * Getter method for the COM property "Shape" + *
+ */ + + @DISPID(1582) + @PropGet + com.exceljava.com4j.excel.Shape getShape(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * text(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * text(text, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * text(text, start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + * @param index Mandatory int parameter. + */ + + @DISPID(170) + com.exceljava.com4j.excel.Comment item( + int index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory int parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.Comment get_Default( + int index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * modify(newtype, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + com.exceljava.com4j.excel.XlConditionValueTypes getType(); + + + /** + *+ * Getter method for the COM property "Value" + *
+ */ + + @DISPID(6) + @PropGet + java.lang.Object getValue(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Connections.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Connections.java new file mode 100644 index 0000000..493ab04 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Connections.java @@ -0,0 +1,304 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Connections extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + * @param filename Mandatory java.lang.String parameter. + */ + + @DISPID(2700) + com.exceljava.com4j.excel.WorkbookConnection _AddFromFile( + java.lang.String filename); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, description, connectionString, commandText, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.WorkbookConnection get_Default( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(name, description, connectionString, commandText, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(name, description, connectionString, commandText, lCmdtype, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(name, description, connectionString, commandText, lCmdtype, createModelConnection, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addFromFile(filename, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addFromFile(filename, createModelConnection, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + * @param connectedShape Mandatory com.exceljava.com4j.excel.Shape parameter. + * @param connectionSite Mandatory int parameter. + */ + + @DISPID(1750) + void beginConnect( + com.exceljava.com4j.excel.Shape connectedShape, + int connectionSite); + + + /** + */ + + @DISPID(1753) + void beginDisconnect(); + + + /** + * @param connectedShape Mandatory com.exceljava.com4j.excel.Shape parameter. + * @param connectionSite Mandatory int parameter. + */ + + @DISPID(1754) + void endConnect( + com.exceljava.com4j.excel.Shape connectedShape, + int connectionSite); + + + /** + */ + + @DISPID(1755) + void endDisconnect(); + + + /** + *+ * Getter method for the COM property "BeginConnected" + *
+ */ + + @DISPID(1756) + @PropGet + com.exceljava.com4j.office.MsoTriState getBeginConnected(); + + + /** + *+ * Getter method for the COM property "BeginConnectedShape" + *
+ */ + + @DISPID(1757) + @PropGet + com.exceljava.com4j.excel.Shape getBeginConnectedShape(); + + + /** + *+ * Getter method for the COM property "BeginConnectionSite" + *
+ */ + + @DISPID(1758) + @PropGet + int getBeginConnectionSite(); + + + /** + *+ * Getter method for the COM property "EndConnected" + *
+ */ + + @DISPID(1759) + @PropGet + com.exceljava.com4j.office.MsoTriState getEndConnected(); + + + /** + *+ * Getter method for the COM property "EndConnectedShape" + *
+ */ + + @DISPID(1760) + @PropGet + com.exceljava.com4j.excel.Shape getEndConnectedShape(); + + + /** + *+ * Getter method for the COM property "EndConnectionSite" + *
+ */ + + @DISPID(1761) + @PropGet + int getEndConnectionSite(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + com.exceljava.com4j.office.MsoConnectorType getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoConnectorType parameter. + */ + + @DISPID(108) + @PropPut + void setType( + com.exceljava.com4j.office.MsoConnectorType rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Constants.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Constants.java new file mode 100644 index 0000000..78888b8 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Constants.java @@ -0,0 +1,1015 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +/** + */ +public enum Constants implements ComEnum { + /** + *+ * The value of this constant is -4104 + *
+ */ + xlAll(-4104), + /** + *+ * The value of this constant is -4105 + *
+ */ + xlAutomatic(-4105), + /** + *+ * The value of this constant is 1 + *
+ */ + xlBoth(1), + /** + *+ * The value of this constant is -4108 + *
+ */ + xlCenter(-4108), + /** + *+ * The value of this constant is 9 + *
+ */ + xlChecker(9), + /** + *+ * The value of this constant is 8 + *
+ */ + xlCircle(8), + /** + *+ * The value of this constant is 2 + *
+ */ + xlCorner(2), + /** + *+ * The value of this constant is 16 + *
+ */ + xlCrissCross(16), + /** + *+ * The value of this constant is 4 + *
+ */ + xlCross(4), + /** + *+ * The value of this constant is 2 + *
+ */ + xlDiamond(2), + /** + *+ * The value of this constant is -4117 + *
+ */ + xlDistributed(-4117), + /** + *+ * The value of this constant is 5 + *
+ */ + xlDoubleAccounting(5), + /** + *+ * The value of this constant is 1 + *
+ */ + xlFixedValue(1), + /** + *+ * The value of this constant is -4122 + *
+ */ + xlFormats(-4122), + /** + *+ * The value of this constant is 17 + *
+ */ + xlGray16(17), + /** + *+ * The value of this constant is 18 + *
+ */ + xlGray8(18), + /** + *+ * The value of this constant is 15 + *
+ */ + xlGrid(15), + /** + *+ * The value of this constant is -4127 + *
+ */ + xlHigh(-4127), + /** + *+ * The value of this constant is 2 + *
+ */ + xlInside(2), + /** + *+ * The value of this constant is -4130 + *
+ */ + xlJustify(-4130), + /** + *+ * The value of this constant is 13 + *
+ */ + xlLightDown(13), + /** + *+ * The value of this constant is 11 + *
+ */ + xlLightHorizontal(11), + /** + *+ * The value of this constant is 14 + *
+ */ + xlLightUp(14), + /** + *+ * The value of this constant is 12 + *
+ */ + xlLightVertical(12), + /** + *+ * The value of this constant is -4134 + *
+ */ + xlLow(-4134), + /** + *+ * The value of this constant is -4135 + *
+ */ + xlManual(-4135), + /** + *+ * The value of this constant is 3 + *
+ */ + xlMinusValues(3), + /** + *+ * The value of this constant is -4141 + *
+ */ + xlModule(-4141), + /** + *+ * The value of this constant is 4 + *
+ */ + xlNextToAxis(4), + /** + *+ * The value of this constant is -4142 + *
+ */ + xlNone(-4142), + /** + *+ * The value of this constant is -4144 + *
+ */ + xlNotes(-4144), + /** + *+ * The value of this constant is -4146 + *
+ */ + xlOff(-4146), + /** + *+ * The value of this constant is 1 + *
+ */ + xlOn(1), + /** + *+ * The value of this constant is 2 + *
+ */ + xlPercent(2), + /** + *+ * The value of this constant is 9 + *
+ */ + xlPlus(9), + /** + *+ * The value of this constant is 2 + *
+ */ + xlPlusValues(2), + /** + *+ * The value of this constant is 10 + *
+ */ + xlSemiGray75(10), + /** + *+ * The value of this constant is 4 + *
+ */ + xlShowLabel(4), + /** + *+ * The value of this constant is 5 + *
+ */ + xlShowLabelAndPercent(5), + /** + *+ * The value of this constant is 3 + *
+ */ + xlShowPercent(3), + /** + *+ * The value of this constant is 2 + *
+ */ + xlShowValue(2), + /** + *+ * The value of this constant is -4154 + *
+ */ + xlSimple(-4154), + /** + *+ * The value of this constant is 2 + *
+ */ + xlSingle(2), + /** + *+ * The value of this constant is 4 + *
+ */ + xlSingleAccounting(4), + /** + *+ * The value of this constant is 1 + *
+ */ + xlSolid(1), + /** + *+ * The value of this constant is 1 + *
+ */ + xlSquare(1), + /** + *+ * The value of this constant is 5 + *
+ */ + xlStar(5), + /** + *+ * The value of this constant is 4 + *
+ */ + xlStError(4), + /** + *+ * The value of this constant is 2 + *
+ */ + xlToolbarButton(2), + /** + *+ * The value of this constant is 3 + *
+ */ + xlTriangle(3), + /** + *+ * The value of this constant is -4124 + *
+ */ + xlGray25(-4124), + /** + *+ * The value of this constant is -4125 + *
+ */ + xlGray50(-4125), + /** + *+ * The value of this constant is -4126 + *
+ */ + xlGray75(-4126), + /** + *+ * The value of this constant is -4107 + *
+ */ + xlBottom(-4107), + /** + *+ * The value of this constant is -4131 + *
+ */ + xlLeft(-4131), + /** + *+ * The value of this constant is -4152 + *
+ */ + xlRight(-4152), + /** + *+ * The value of this constant is -4160 + *
+ */ + xlTop(-4160), + /** + *+ * The value of this constant is -4099 + *
+ */ + xl3DBar(-4099), + /** + *+ * The value of this constant is -4103 + *
+ */ + xl3DSurface(-4103), + /** + *+ * The value of this constant is 2 + *
+ */ + xlBar(2), + /** + *+ * The value of this constant is 3 + *
+ */ + xlColumn(3), + /** + *+ * The value of this constant is -4111 + *
+ */ + xlCombination(-4111), + /** + *+ * The value of this constant is -4114 + *
+ */ + xlCustom(-4114), + /** + *+ * The value of this constant is -1 + *
+ */ + xlDefaultAutoFormat(-1), + /** + *+ * The value of this constant is 2 + *
+ */ + xlMaximum(2), + /** + *+ * The value of this constant is 4 + *
+ */ + xlMinimum(4), + /** + *+ * The value of this constant is 3 + *
+ */ + xlOpaque(3), + /** + *+ * The value of this constant is 2 + *
+ */ + xlTransparent(2), + /** + *+ * The value of this constant is -5000 + *
+ */ + xlBidi(-5000), + /** + *+ * The value of this constant is -5001 + *
+ */ + xlLatin(-5001), + /** + *+ * The value of this constant is -5002 + *
+ */ + xlContext(-5002), + /** + *+ * The value of this constant is -5003 + *
+ */ + xlLTR(-5003), + /** + *+ * The value of this constant is -5004 + *
+ */ + xlRTL(-5004), + /** + *+ * The value of this constant is 1 + *
+ */ + xlFullScript(1), + /** + *+ * The value of this constant is 2 + *
+ */ + xlPartialScript(2), + /** + *+ * The value of this constant is 3 + *
+ */ + xlMixedScript(3), + /** + *+ * The value of this constant is 4 + *
+ */ + xlMixedAuthorizedScript(4), + /** + *+ * The value of this constant is 2 + *
+ */ + xlVisualCursor(2), + /** + *+ * The value of this constant is 1 + *
+ */ + xlLogicalCursor(1), + /** + *+ * The value of this constant is 1 + *
+ */ + xlSystem(1), + /** + *+ * The value of this constant is 3 + *
+ */ + xlPartial(3), + /** + *+ * The value of this constant is 3 + *
+ */ + xlHindiNumerals(3), + /** + *+ * The value of this constant is 3 + *
+ */ + xlBidiCalendar(3), + /** + *+ * The value of this constant is 2 + *
+ */ + xlGregorian(2), + /** + *+ * The value of this constant is 4 + *
+ */ + xlComplete(4), + /** + *+ * The value of this constant is 3 + *
+ */ + xlScale(3), + /** + *+ * The value of this constant is 3 + *
+ */ + xlClosed(3), + /** + *+ * The value of this constant is 7 + *
+ */ + xlColor1(7), + /** + *+ * The value of this constant is 8 + *
+ */ + xlColor2(8), + /** + *+ * The value of this constant is 9 + *
+ */ + xlColor3(9), + /** + *+ * The value of this constant is 2 + *
+ */ + xlConstants(2), + /** + *+ * The value of this constant is 2 + *
+ */ + xlContents(2), + /** + *+ * The value of this constant is 1 + *
+ */ + xlBelow(1), + /** + *+ * The value of this constant is 7 + *
+ */ + xlCascade(7), + /** + *+ * The value of this constant is 7 + *
+ */ + xlCenterAcrossSelection(7), + /** + *+ * The value of this constant is 2 + *
+ */ + xlChart4(2), + /** + *+ * The value of this constant is 17 + *
+ */ + xlChartSeries(17), + /** + *+ * The value of this constant is 6 + *
+ */ + xlChartShort(6), + /** + *+ * The value of this constant is 18 + *
+ */ + xlChartTitles(18), + /** + *+ * The value of this constant is 1 + *
+ */ + xlClassic1(1), + /** + *+ * The value of this constant is 2 + *
+ */ + xlClassic2(2), + /** + *+ * The value of this constant is 3 + *
+ */ + xlClassic3(3), + /** + *+ * The value of this constant is 13 + *
+ */ + xl3DEffects1(13), + /** + *+ * The value of this constant is 14 + *
+ */ + xl3DEffects2(14), + /** + *+ * The value of this constant is 0 + *
+ */ + xlAbove(0), + /** + *+ * The value of this constant is 4 + *
+ */ + xlAccounting1(4), + /** + *+ * The value of this constant is 5 + *
+ */ + xlAccounting2(5), + /** + *+ * The value of this constant is 6 + *
+ */ + xlAccounting3(6), + /** + *+ * The value of this constant is 17 + *
+ */ + xlAccounting4(17), + /** + *+ * The value of this constant is 2 + *
+ */ + xlAdd(2), + /** + *+ * The value of this constant is 13 + *
+ */ + xlDebugCodePane(13), + /** + *+ * The value of this constant is 9 + *
+ */ + xlDesktop(9), + /** + *+ * The value of this constant is 1 + *
+ */ + xlDirect(1), + /** + *+ * The value of this constant is 5 + *
+ */ + xlDivide(5), + /** + *+ * The value of this constant is 5 + *
+ */ + xlDoubleClosed(5), + /** + *+ * The value of this constant is 4 + *
+ */ + xlDoubleOpen(4), + /** + *+ * The value of this constant is 1 + *
+ */ + xlDoubleQuote(1), + /** + *+ * The value of this constant is 20 + *
+ */ + xlEntireChart(20), + /** + *+ * The value of this constant is 1 + *
+ */ + xlExcelMenus(1), + /** + *+ * The value of this constant is 3 + *
+ */ + xlExtended(3), + /** + *+ * The value of this constant is 5 + *
+ */ + xlFill(5), + /** + *+ * The value of this constant is 0 + *
+ */ + xlFirst(0), + /** + *+ * The value of this constant is 5 + *
+ */ + xlFloating(5), + /** + *+ * The value of this constant is 5 + *
+ */ + xlFormula(5), + /** + *+ * The value of this constant is 1 + *
+ */ + xlGeneral(1), + /** + *+ * The value of this constant is 22 + *
+ */ + xlGridline(22), + /** + *+ * The value of this constant is 1 + *
+ */ + xlIcons(1), + /** + *+ * The value of this constant is 12 + *
+ */ + xlImmediatePane(12), + /** + *+ * The value of this constant is 2 + *
+ */ + xlInteger(2), + /** + *+ * The value of this constant is 1 + *
+ */ + xlLast(1), + /** + *+ * The value of this constant is 11 + *
+ */ + xlLastCell(11), + /** + *+ * The value of this constant is 10 + *
+ */ + xlList1(10), + /** + *+ * The value of this constant is 11 + *
+ */ + xlList2(11), + /** + *+ * The value of this constant is 12 + *
+ */ + xlList3(12), + /** + *+ * The value of this constant is 15 + *
+ */ + xlLocalFormat1(15), + /** + *+ * The value of this constant is 16 + *
+ */ + xlLocalFormat2(16), + /** + *+ * The value of this constant is 3 + *
+ */ + xlLong(3), + /** + *+ * The value of this constant is 2 + *
+ */ + xlLotusHelp(2), + /** + *+ * The value of this constant is 7 + *
+ */ + xlMacrosheetCell(7), + /** + *+ * The value of this constant is 2 + *
+ */ + xlMixed(2), + /** + *+ * The value of this constant is 4 + *
+ */ + xlMultiply(4), + /** + *+ * The value of this constant is 1 + *
+ */ + xlNarrow(1), + /** + *+ * The value of this constant is 3 + *
+ */ + xlNoDocuments(3), + /** + *+ * The value of this constant is 2 + *
+ */ + xlOpen(2), + /** + *+ * The value of this constant is 3 + *
+ */ + xlOutside(3), + /** + *+ * The value of this constant is 4 + *
+ */ + xlReference(4), + /** + *+ * The value of this constant is 2 + *
+ */ + xlSemiautomatic(2), + /** + *+ * The value of this constant is 1 + *
+ */ + xlShort(1), + /** + *+ * The value of this constant is 2 + *
+ */ + xlSingleQuote(2), + /** + *+ * The value of this constant is 2 + *
+ */ + xlStrict(2), + /** + *+ * The value of this constant is 3 + *
+ */ + xlSubtract(3), + /** + *+ * The value of this constant is 16 + *
+ */ + xlTextBox(16), + /** + *+ * The value of this constant is 1 + *
+ */ + xlTiled(1), + /** + *+ * The value of this constant is 8 + *
+ */ + xlTitleBar(8), + /** + *+ * The value of this constant is 1 + *
+ */ + xlToolbar(1), + /** + *+ * The value of this constant is 12 + *
+ */ + xlVisible(12), + /** + *+ * The value of this constant is 11 + *
+ */ + xlWatchPane(11), + /** + *+ * The value of this constant is 3 + *
+ */ + xlWide(3), + /** + *+ * The value of this constant is 6 + *
+ */ + xlWorkbookTab(6), + /** + *+ * The value of this constant is 1 + *
+ */ + xlWorksheet4(1), + /** + *+ * The value of this constant is 3 + *
+ */ + xlWorksheetCell(3), + /** + *+ * The value of this constant is 5 + *
+ */ + xlWorksheetShort(5), + /** + *+ * The value of this constant is 7 + *
+ */ + xlAllExceptBorders(7), + /** + *+ * The value of this constant is 2 + *
+ */ + xlLeftToRight(2), + /** + *+ * The value of this constant is 1 + *
+ */ + xlTopToBottom(1), + /** + *+ * The value of this constant is 2 + *
+ */ + xlVeryHidden(2), + /** + *+ * The value of this constant is 14 + *
+ */ + xlDrawingObject(14), + ; + + private final int value; + Constants(int value) { this.value=value; } + public int comEnumValue() { return value; } +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ControlFormat.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ControlFormat.java new file mode 100644 index 0000000..cc0b0ec --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ControlFormat.java @@ -0,0 +1,501 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ControlFormat extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addItem(text, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * removeItem(index, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "DropDownLines" + *
+ */ + + @DISPID(848) + @PropGet + int getDropDownLines(); + + + /** + *+ * Setter method for the COM property "DropDownLines" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(848) + @PropPut + void setDropDownLines( + int rhs); + + + /** + *+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "LargeChange" + *
+ */ + + @DISPID(845) + @PropGet + int getLargeChange(); + + + /** + *+ * Setter method for the COM property "LargeChange" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(845) + @PropPut + void setLargeChange( + int rhs); + + + /** + *+ * Getter method for the COM property "LinkedCell" + *
+ */ + + @DISPID(1058) + @PropGet + java.lang.String getLinkedCell(); + + + /** + *+ * Setter method for the COM property "LinkedCell" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1058) + @PropPut + void setLinkedCell( + java.lang.String rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * list(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ListCount" + *
+ */ + + @DISPID(849) + @PropGet + int getListCount(); + + + /** + *+ * Setter method for the COM property "ListCount" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(849) + @PropPut + void setListCount( + int rhs); + + + /** + *+ * Getter method for the COM property "ListFillRange" + *
+ */ + + @DISPID(847) + @PropGet + java.lang.String getListFillRange(); + + + /** + *+ * Setter method for the COM property "ListFillRange" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(847) + @PropPut + void setListFillRange( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ListIndex" + *
+ */ + + @DISPID(850) + @PropGet + int getListIndex(); + + + /** + *+ * Setter method for the COM property "ListIndex" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(850) + @PropPut + void setListIndex( + int rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ */ + + @DISPID(616) + @PropGet + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(616) + @PropPut + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Max" + *
+ */ + + @DISPID(842) + @PropGet + int getMax(); + + + /** + *+ * Setter method for the COM property "Max" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(842) + @PropPut + void setMax( + int rhs); + + + /** + *+ * Getter method for the COM property "Min" + *
+ */ + + @DISPID(843) + @PropGet + int getMin(); + + + /** + *+ * Setter method for the COM property "Min" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(843) + @PropPut + void setMin( + int rhs); + + + /** + *+ * Getter method for the COM property "MultiSelect" + *
+ */ + + @DISPID(32) + @PropGet + int getMultiSelect(); + + + /** + *+ * Setter method for the COM property "MultiSelect" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(32) + @PropPut + void setMultiSelect( + int rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SmallChange" + *
+ */ + + @DISPID(844) + @PropGet + int getSmallChange(); + + + /** + *+ * Setter method for the COM property "SmallChange" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(844) + @PropPut + void setSmallChange( + int rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ */ + + @DISPID(0) + @PropGet + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(0) + @PropPut + @DefaultMethod + void set_Default( + int rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ */ + + @DISPID(6) + @PropGet + int getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(6) + @PropPut + void setValue( + int rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Corners.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Corners.java new file mode 100644 index 0000000..49287df --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Corners.java @@ -0,0 +1,60 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Corners extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + */ + + @DISPID(235) + java.lang.Object select(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CubeField.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CubeField.java new file mode 100644 index 0000000..724edaf --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CubeField.java @@ -0,0 +1,758 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002444C-0000-0000-C000-000000000046}") +public interface CubeField extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @DISPID(148) //= 0x94. The runtime will prefer the VTID if present + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @DISPID(149) //= 0x95. The runtime will prefer the VTID if present + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * 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 getParent(); + + + /** + *+ * Getter method for the COM property "CubeFieldType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCubeFieldType + */ + + @DISPID(1918) //= 0x77e. The runtime will prefer the VTID if present + @VTID(10) + com.exceljava.com4j.excel.XlCubeFieldType getCubeFieldType(); + + + /** + *+ * Getter method for the COM property "_Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @DISPID(2667) //= 0xa6b. The runtime will prefer the VTID if present + @VTID(11) + java.lang.String get_Caption(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @DISPID(110) //= 0x6e. The runtime will prefer the VTID if present + @VTID(12) + java.lang.String getName(); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type java.lang.String + */ + + @DISPID(6) //= 0x6. The runtime will prefer the VTID if present + @VTID(13) + java.lang.String getValue(); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlPivotFieldOrientation + */ + + @DISPID(134) //= 0x86. The runtime will prefer the VTID if present + @VTID(14) + com.exceljava.com4j.excel.XlPivotFieldOrientation getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPivotFieldOrientation parameter. + */ + + @DISPID(134) //= 0x86. The runtime will prefer the VTID if present + @VTID(15) + void setOrientation( + com.exceljava.com4j.excel.XlPivotFieldOrientation rhs); + + + /** + *+ * Getter method for the COM property "Position" + *
+ * @return Returns a value of type int + */ + + @DISPID(133) //= 0x85. The runtime will prefer the VTID if present + @VTID(16) + int getPosition(); + + + /** + *+ * Setter method for the COM property "Position" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(133) //= 0x85. The runtime will prefer the VTID if present + @VTID(17) + void setPosition( + int rhs); + + + /** + *+ * Getter method for the COM property "TreeviewControl" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.TreeviewControl + */ + + @DISPID(1919) //= 0x77f. The runtime will prefer the VTID if present + @VTID(18) + com.exceljava.com4j.excel.TreeviewControl getTreeviewControl(); + + + /** + *+ * Getter method for the COM property "DragToColumn" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(1508) //= 0x5e4. The runtime will prefer the VTID if present + @VTID(19) + boolean getDragToColumn(); + + + /** + *+ * Setter method for the COM property "DragToColumn" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1508) //= 0x5e4. The runtime will prefer the VTID if present + @VTID(20) + void setDragToColumn( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DragToHide" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(1509) //= 0x5e5. The runtime will prefer the VTID if present + @VTID(21) + boolean getDragToHide(); + + + /** + *+ * Setter method for the COM property "DragToHide" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1509) //= 0x5e5. The runtime will prefer the VTID if present + @VTID(22) + void setDragToHide( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DragToPage" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(1510) //= 0x5e6. The runtime will prefer the VTID if present + @VTID(23) + boolean getDragToPage(); + + + /** + *+ * Setter method for the COM property "DragToPage" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1510) //= 0x5e6. The runtime will prefer the VTID if present + @VTID(24) + void setDragToPage( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DragToRow" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(1511) //= 0x5e7. The runtime will prefer the VTID if present + @VTID(25) + boolean getDragToRow(); + + + /** + *+ * Setter method for the COM property "DragToRow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1511) //= 0x5e7. The runtime will prefer the VTID if present + @VTID(26) + void setDragToRow( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DragToData" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(1844) //= 0x734. The runtime will prefer the VTID if present + @VTID(27) + boolean getDragToData(); + + + /** + *+ * Setter method for the COM property "DragToData" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1844) //= 0x734. The runtime will prefer the VTID if present + @VTID(28) + void setDragToData( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HiddenLevels" + *
+ * @return Returns a value of type int + */ + + @DISPID(1920) //= 0x780. The runtime will prefer the VTID if present + @VTID(29) + int getHiddenLevels(); + + + /** + *+ * Setter method for the COM property "HiddenLevels" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(1920) //= 0x780. The runtime will prefer the VTID if present + @VTID(30) + void setHiddenLevels( + int rhs); + + + /** + *+ * Getter method for the COM property "HasMemberProperties" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(2181) //= 0x885. The runtime will prefer the VTID if present + @VTID(31) + boolean getHasMemberProperties(); + + + /** + *+ * Getter method for the COM property "LayoutForm" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlLayoutFormType + */ + + @DISPID(1848) //= 0x738. The runtime will prefer the VTID if present + @VTID(32) + com.exceljava.com4j.excel.XlLayoutFormType getLayoutForm(); + + + /** + *+ * Setter method for the COM property "LayoutForm" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlLayoutFormType parameter. + */ + + @DISPID(1848) //= 0x738. The runtime will prefer the VTID if present + @VTID(33) + void setLayoutForm( + com.exceljava.com4j.excel.XlLayoutFormType rhs); + + + /** + *+ * Getter method for the COM property "PivotFields" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.PivotFields + */ + + @DISPID(718) //= 0x2ce. The runtime will prefer the VTID if present + @VTID(34) + com.exceljava.com4j.excel.PivotFields getPivotFields(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _AddMemberPropertyField(property, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "EnableMultiplePageItems" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(2184) //= 0x888. The runtime will prefer the VTID if present + @VTID(36) + boolean getEnableMultiplePageItems(); + + + /** + *+ * Setter method for the COM property "EnableMultiplePageItems" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2184) //= 0x888. The runtime will prefer the VTID if present + @VTID(37) + void setEnableMultiplePageItems( + boolean rhs); + + + /** + *+ * Getter method for the COM property "LayoutSubtotalLocation" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlSubtototalLocationType + */ + + @DISPID(1846) //= 0x736. The runtime will prefer the VTID if present + @VTID(38) + com.exceljava.com4j.excel.XlSubtototalLocationType getLayoutSubtotalLocation(); + + + /** + *+ * Setter method for the COM property "LayoutSubtotalLocation" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlSubtototalLocationType parameter. + */ + + @DISPID(1846) //= 0x736. The runtime will prefer the VTID if present + @VTID(39) + void setLayoutSubtotalLocation( + com.exceljava.com4j.excel.XlSubtototalLocationType rhs); + + + /** + *+ * Getter method for the COM property "ShowInFieldList" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(2185) //= 0x889. The runtime will prefer the VTID if present + @VTID(40) + boolean getShowInFieldList(); + + + /** + *+ * Setter method for the COM property "ShowInFieldList" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2185) //= 0x889. The runtime will prefer the VTID if present + @VTID(41) + void setShowInFieldList( + boolean rhs); + + + /** + */ + + @DISPID(117) //= 0x75. The runtime will prefer the VTID if present + @VTID(42) + void delete(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addMemberPropertyField(property, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addMemberPropertyField(property, propertyOrder, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "IncludeNewItemsInFilter" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(2587) //= 0xa1b. The runtime will prefer the VTID if present + @VTID(44) + boolean getIncludeNewItemsInFilter(); + + + /** + *+ * Setter method for the COM property "IncludeNewItemsInFilter" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2587) //= 0xa1b. The runtime will prefer the VTID if present + @VTID(45) + void setIncludeNewItemsInFilter( + boolean rhs); + + + /** + *+ * Getter method for the COM property "CubeFieldSubType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCubeFieldSubType + */ + + @DISPID(2670) //= 0xa6e. The runtime will prefer the VTID if present + @VTID(46) + com.exceljava.com4j.excel.XlCubeFieldSubType getCubeFieldSubType(); + + + /** + *+ * Getter method for the COM property "AllItemsVisible" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(2593) //= 0xa21. The runtime will prefer the VTID if present + @VTID(47) + boolean getAllItemsVisible(); + + + /** + */ + + @DISPID(2594) //= 0xa22. The runtime will prefer the VTID if present + @VTID(48) + void clearManualFilter(); + + + /** + */ + + @DISPID(2671) //= 0xa6f. The runtime will prefer the VTID if present + @VTID(49) + void createPivotFields(); + + + /** + *+ * Getter method for the COM property "CurrentPageName" + *
+ * @return Returns a value of type java.lang.String + */ + + @DISPID(1852) //= 0x73c. The runtime will prefer the VTID if present + @VTID(50) + java.lang.String getCurrentPageName(); + + + /** + *+ * Setter method for the COM property "CurrentPageName" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1852) //= 0x73c. The runtime will prefer the VTID if present + @VTID(51) + void setCurrentPageName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "IsDate" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(2672) //= 0xa70. The runtime will prefer the VTID if present + @VTID(52) + boolean getIsDate(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @DISPID(139) //= 0x8b. The runtime will prefer the VTID if present + @VTID(53) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) //= 0x8b. The runtime will prefer the VTID if present + @VTID(54) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FlattenHierarchies" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(2924) //= 0xb6c. The runtime will prefer the VTID if present + @VTID(55) + boolean getFlattenHierarchies(); + + + /** + *+ * Setter method for the COM property "FlattenHierarchies" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2924) //= 0xb6c. The runtime will prefer the VTID if present + @VTID(56) + void setFlattenHierarchies( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HierarchizeDistinct" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(2925) //= 0xb6d. The runtime will prefer the VTID if present + @VTID(57) + boolean getHierarchizeDistinct(); + + + /** + *+ * Setter method for the COM property "HierarchizeDistinct" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2925) //= 0xb6d. The runtime will prefer the VTID if present + @VTID(58) + void setHierarchizeDistinct( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * autoGroup(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * autoGroup(orientation, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @DISPID(148) //= 0x94. The runtime will prefer the VTID if present + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @DISPID(149) //= 0x95. The runtime will prefer the VTID if present + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * 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 getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @DISPID(118) //= 0x76. The runtime will prefer the VTID if present + @VTID(10) + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.CubeField + */ + + @DISPID(170) //= 0xaa. The runtime will prefer the VTID if present + @VTID(11) + com.exceljava.com4j.excel.CubeField getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.CubeField + */ + + @DISPID(0) //= 0x0. The runtime will prefer the VTID if present + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.CubeField get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) //= 0xfffffffc. The runtime will prefer the VTID if present + @VTID(13) + java.util.Iterator+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getMeasure(attributeHierarchy, function, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + * @param name Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @DISPID(181) + com.exceljava.com4j.excel.CustomProperty add( + java.lang.String name, + java.lang.Object value); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.CustomProperty get_Default( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + @PropGet + com.exceljava.com4j.excel.CustomProperty getItem( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(110) + @PropPut + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ */ + + @DISPID(6) + @PropGet + java.lang.Object getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(6) + @PropPut + void setValue( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ */ + + @DISPID(0) + @PropGet + @DefaultMethod + java.lang.Object get_Default(); + + + /** + */ + + @DISPID(117) + void delete(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CustomView.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CustomView.java new file mode 100644 index 0000000..9f58daf --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CustomView.java @@ -0,0 +1,89 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface CustomView extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Getter method for the COM property "PrintSettings" + *
+ */ + + @DISPID(1577) + @PropGet + boolean getPrintSettings(); + + + /** + *+ * Getter method for the COM property "RowColSettings" + *
+ */ + + @DISPID(1578) + @PropGet + boolean getRowColSettings(); + + + /** + */ + + @DISPID(496) + void show(); + + + /** + */ + + @DISPID(117) + void delete(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CustomViews.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CustomViews.java new file mode 100644 index 0000000..0f8fa6d --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/CustomViews.java @@ -0,0 +1,143 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface CustomViews extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + * @param viewName Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com.exceljava.com4j.excel.CustomView item( + java.lang.Object viewName); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(viewName, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(viewName, printSettings, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ * @param viewName Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.CustomView get_Default( + java.lang.Object viewName); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + com.exceljava.com4j.excel.XlDataBarBorderType getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlDataBarBorderType parameter. + */ + + @DISPID(108) + @PropPut + void setType( + com.exceljava.com4j.excel.XlDataBarBorderType rhs); + + + /** + *+ * Getter method for the COM property "Color" + *
+ */ + + @DISPID(99) + @PropGet + com4j.Com4jObject getColor(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DataFeedConnection.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DataFeedConnection.java new file mode 100644 index 0000000..6704175 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DataFeedConnection.java @@ -0,0 +1,397 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface DataFeedConnection extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "AlwaysUseConnectionFile" + *
+ */ + + @DISPID(2706) + @PropGet + boolean getAlwaysUseConnectionFile(); + + + /** + *+ * Setter method for the COM property "AlwaysUseConnectionFile" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2706) + @PropPut + void setAlwaysUseConnectionFile( + boolean rhs); + + + /** + *+ * Getter method for the COM property "CommandText" + *
+ */ + + @DISPID(1829) + @PropGet + java.lang.Object getCommandText(); + + + /** + *+ * Setter method for the COM property "CommandText" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1829) + @PropPut + void setCommandText( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "CommandType" + *
+ */ + + @DISPID(1830) + @PropGet + com.exceljava.com4j.excel.XlCmdType getCommandType(); + + + /** + *+ * Setter method for the COM property "CommandType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlCmdType parameter. + */ + + @DISPID(1830) + @PropPut + void setCommandType( + com.exceljava.com4j.excel.XlCmdType rhs); + + + /** + *+ * Getter method for the COM property "Connection" + *
+ */ + + @DISPID(1432) + @PropGet + java.lang.Object getConnection(); + + + /** + *+ * Setter method for the COM property "Connection" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1432) + @PropPut + void setConnection( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "EnableRefresh" + *
+ */ + + @DISPID(1477) + @PropGet + boolean getEnableRefresh(); + + + /** + *+ * Setter method for the COM property "EnableRefresh" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1477) + @PropPut + void setEnableRefresh( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RefreshDate" + *
+ */ + + @DISPID(696) + @PropGet + java.util.Date getRefreshDate(); + + + /** + *+ * Getter method for the COM property "Refreshing" + *
+ */ + + @DISPID(1587) + @PropGet + boolean getRefreshing(); + + + /** + *+ * Getter method for the COM property "RefreshOnFileOpen" + *
+ */ + + @DISPID(1479) + @PropGet + boolean getRefreshOnFileOpen(); + + + /** + *+ * Setter method for the COM property "RefreshOnFileOpen" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1479) + @PropPut + void setRefreshOnFileOpen( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RefreshPeriod" + *
+ */ + + @DISPID(1833) + @PropGet + int getRefreshPeriod(); + + + /** + *+ * Setter method for the COM property "RefreshPeriod" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(1833) + @PropPut + void setRefreshPeriod( + int rhs); + + + /** + *+ * Getter method for the COM property "SavePassword" + *
+ */ + + @DISPID(1481) + @PropGet + boolean getSavePassword(); + + + /** + *+ * Setter method for the COM property "SavePassword" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1481) + @PropPut + void setSavePassword( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ServerCredentialsMethod" + *
+ */ + + @DISPID(2704) + @PropGet + com.exceljava.com4j.excel.XlCredentialsMethod getServerCredentialsMethod(); + + + /** + *+ * Setter method for the COM property "ServerCredentialsMethod" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlCredentialsMethod parameter. + */ + + @DISPID(2704) + @PropPut + void setServerCredentialsMethod( + com.exceljava.com4j.excel.XlCredentialsMethod rhs); + + + /** + *+ * Getter method for the COM property "SourceConnectionFile" + *
+ */ + + @DISPID(2079) + @PropGet + java.lang.String getSourceConnectionFile(); + + + /** + *+ * Setter method for the COM property "SourceConnectionFile" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(2079) + @PropPut + void setSourceConnectionFile( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "SourceDataFile" + *
+ */ + + @DISPID(2080) + @PropGet + java.lang.String getSourceDataFile(); + + + /** + *+ * Setter method for the COM property "SourceDataFile" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(2080) + @PropPut + void setSourceDataFile( + java.lang.String rhs); + + + /** + */ + + @DISPID(1589) + void cancelRefresh(); + + + /** + */ + + @DISPID(1417) + void refresh(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAsODC(odcFileName, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAsODC(odcFileName, description, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + */ + + @DISPID(235) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @DISPID(117) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ */ + + @DISPID(1663) + @PropGet + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ */ + + @DISPID(136) + @PropGet + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(136) + @PropPut + void setHorizontalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ */ + + @DISPID(134) + @PropGet + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(134) + @PropPut + void setOrientation( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ */ + + @DISPID(103) + @PropGet + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(103) + @PropPut + void setShadow( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ */ + + @DISPID(137) + @PropGet + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(137) + @PropPut + void setVerticalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ */ + + @DISPID(975) + @PropGet + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(975) + @PropPut + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ */ + + @DISPID(1525) + @PropGet + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1525) + @PropPut + void setAutoScaleFont( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoText" + *
+ */ + + @DISPID(135) + @PropGet + boolean getAutoText(); + + + /** + *+ * Setter method for the COM property "AutoText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(135) + @PropPut + void setAutoText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "NumberFormat" + *
+ */ + + @DISPID(193) + @PropGet + java.lang.String getNumberFormat(); + + + /** + *+ * Setter method for the COM property "NumberFormat" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(193) + @PropPut + void setNumberFormat( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "NumberFormatLinked" + *
+ */ + + @DISPID(194) + @PropGet + boolean getNumberFormatLinked(); + + + /** + *+ * Setter method for the COM property "NumberFormatLinked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(194) + @PropPut + void setNumberFormatLinked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "NumberFormatLocal" + *
+ */ + + @DISPID(1097) + @PropGet + java.lang.Object getNumberFormatLocal(); + + + /** + *+ * Setter method for the COM property "NumberFormatLocal" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1097) + @PropPut + void setNumberFormatLocal( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ShowLegendKey" + *
+ */ + + @DISPID(171) + @PropGet + boolean getShowLegendKey(); + + + /** + *+ * Setter method for the COM property "ShowLegendKey" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(171) + @PropPut + void setShowLegendKey( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + java.lang.Object getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(108) + @PropPut + void setType( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Position" + *
+ */ + + @DISPID(133) + @PropGet + com.exceljava.com4j.excel.XlDataLabelPosition getPosition(); + + + /** + *+ * Setter method for the COM property "Position" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlDataLabelPosition parameter. + */ + + @DISPID(133) + @PropPut + void setPosition( + com.exceljava.com4j.excel.XlDataLabelPosition rhs); + + + /** + *+ * Getter method for the COM property "ShowSeriesName" + *
+ */ + + @DISPID(2022) + @PropGet + boolean getShowSeriesName(); + + + /** + *+ * Setter method for the COM property "ShowSeriesName" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2022) + @PropPut + void setShowSeriesName( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowCategoryName" + *
+ */ + + @DISPID(2023) + @PropGet + boolean getShowCategoryName(); + + + /** + *+ * Setter method for the COM property "ShowCategoryName" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2023) + @PropPut + void setShowCategoryName( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowValue" + *
+ */ + + @DISPID(2024) + @PropGet + boolean getShowValue(); + + + /** + *+ * Setter method for the COM property "ShowValue" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2024) + @PropPut + void setShowValue( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowPercentage" + *
+ */ + + @DISPID(2025) + @PropGet + boolean getShowPercentage(); + + + /** + *+ * Setter method for the COM property "ShowPercentage" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2025) + @PropPut + void setShowPercentage( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowBubbleSize" + *
+ */ + + @DISPID(2026) + @PropGet + boolean getShowBubbleSize(); + + + /** + *+ * Setter method for the COM property "ShowBubbleSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2026) + @PropPut + void setShowBubbleSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Separator" + *
+ */ + + @DISPID(2027) + @PropGet + java.lang.Object getSeparator(); + + + /** + *+ * Setter method for the COM property "Separator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(2027) + @PropPut + void setSeparator( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ */ + + @DISPID(116) + @PropGet + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + *+ * Getter method for the COM property "_Height" + *
+ */ + + @DISPID(3084) + @PropGet + double get_Height(); + + + /** + *+ * Getter method for the COM property "_Width" + *
+ */ + + @DISPID(3085) + @PropGet + double get_Width(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ */ + + @DISPID(261) + @PropGet + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(261) + @PropPut + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaR1C1" + *
+ */ + + @DISPID(264) + @PropGet + java.lang.String getFormulaR1C1(); + + + /** + *+ * Setter method for the COM property "FormulaR1C1" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(264) + @PropPut + void setFormulaR1C1( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaLocal" + *
+ */ + + @DISPID(263) + @PropGet + java.lang.String getFormulaLocal(); + + + /** + *+ * Setter method for the COM property "FormulaLocal" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(263) + @PropPut + void setFormulaLocal( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaR1C1Local" + *
+ */ + + @DISPID(265) + @PropGet + java.lang.String getFormulaR1C1Local(); + + + /** + *+ * Setter method for the COM property "FormulaR1C1Local" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(265) + @PropPut + void setFormulaR1C1Local( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ShowRange" + *
+ */ + + @DISPID(3086) + @PropGet + boolean getShowRange(); + + + /** + *+ * Setter method for the COM property "ShowRange" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(3086) + @PropPut + void setShowRange( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @DISPID(3253) + void setProperty( + java.lang.String id, + java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + */ + + @DISPID(3256) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DataLabels.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DataLabels.java new file mode 100644 index 0000000..e07b65a --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DataLabels.java @@ -0,0 +1,702 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface DataLabels extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + */ + + @DISPID(235) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @DISPID(117) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ */ + + @DISPID(1663) + @PropGet + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + */ + + @DISPID(65545) + void _Dummy9(); + + + /** + */ + + @DISPID(65546) + void _Dummy10(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ */ + + @DISPID(136) + @PropGet + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(136) + @PropPut + void setHorizontalAlignment( + java.lang.Object rhs); + + + /** + */ + + @DISPID(65549) + void _Dummy13(); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ */ + + @DISPID(134) + @PropGet + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(134) + @PropPut + void setOrientation( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ */ + + @DISPID(103) + @PropGet + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(103) + @PropPut + void setShadow( + boolean rhs); + + + /** + */ + + @DISPID(65552) + void _Dummy16(); + + + /** + */ + + @DISPID(65553) + void _Dummy17(); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ */ + + @DISPID(137) + @PropGet + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(137) + @PropPut + void setVerticalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ */ + + @DISPID(975) + @PropGet + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(975) + @PropPut + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ */ + + @DISPID(1525) + @PropGet + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1525) + @PropPut + void setAutoScaleFont( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoText" + *
+ */ + + @DISPID(135) + @PropGet + boolean getAutoText(); + + + /** + *+ * Setter method for the COM property "AutoText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(135) + @PropPut + void setAutoText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "NumberFormat" + *
+ */ + + @DISPID(193) + @PropGet + java.lang.String getNumberFormat(); + + + /** + *+ * Setter method for the COM property "NumberFormat" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(193) + @PropPut + void setNumberFormat( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "NumberFormatLinked" + *
+ */ + + @DISPID(194) + @PropGet + boolean getNumberFormatLinked(); + + + /** + *+ * Setter method for the COM property "NumberFormatLinked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(194) + @PropPut + void setNumberFormatLinked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "NumberFormatLocal" + *
+ */ + + @DISPID(1097) + @PropGet + java.lang.Object getNumberFormatLocal(); + + + /** + *+ * Setter method for the COM property "NumberFormatLocal" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1097) + @PropPut + void setNumberFormatLocal( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ShowLegendKey" + *
+ */ + + @DISPID(171) + @PropGet + boolean getShowLegendKey(); + + + /** + *+ * Setter method for the COM property "ShowLegendKey" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(171) + @PropPut + void setShowLegendKey( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + java.lang.Object getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(108) + @PropPut + void setType( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Position" + *
+ */ + + @DISPID(133) + @PropGet + com.exceljava.com4j.excel.XlDataLabelPosition getPosition(); + + + /** + *+ * Setter method for the COM property "Position" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlDataLabelPosition parameter. + */ + + @DISPID(133) + @PropPut + void setPosition( + com.exceljava.com4j.excel.XlDataLabelPosition rhs); + + + /** + *+ * Getter method for the COM property "ShowSeriesName" + *
+ */ + + @DISPID(2022) + @PropGet + boolean getShowSeriesName(); + + + /** + *+ * Setter method for the COM property "ShowSeriesName" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2022) + @PropPut + void setShowSeriesName( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowCategoryName" + *
+ */ + + @DISPID(2023) + @PropGet + boolean getShowCategoryName(); + + + /** + *+ * Setter method for the COM property "ShowCategoryName" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2023) + @PropPut + void setShowCategoryName( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowValue" + *
+ */ + + @DISPID(2024) + @PropGet + boolean getShowValue(); + + + /** + *+ * Setter method for the COM property "ShowValue" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2024) + @PropPut + void setShowValue( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowPercentage" + *
+ */ + + @DISPID(2025) + @PropGet + boolean getShowPercentage(); + + + /** + *+ * Setter method for the COM property "ShowPercentage" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2025) + @PropPut + void setShowPercentage( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowBubbleSize" + *
+ */ + + @DISPID(2026) + @PropGet + boolean getShowBubbleSize(); + + + /** + *+ * Setter method for the COM property "ShowBubbleSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2026) + @PropPut + void setShowBubbleSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Separator" + *
+ */ + + @DISPID(2027) + @PropGet + java.lang.Object getSeparator(); + + + /** + *+ * Setter method for the COM property "Separator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(2027) + @PropPut + void setSeparator( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com.exceljava.com4j.excel.DataLabel item( + java.lang.Object index); + + + /** + */ + + @DISPID(-4) + java.util.Iterator+ * Getter method for the COM property "Format" + *
+ */ + + @DISPID(116) + @PropGet + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(3087) + void propagate( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "ShowRange" + *
+ */ + + @DISPID(3086) + @PropGet + boolean getShowRange(); + + + /** + *+ * Setter method for the COM property "ShowRange" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(3086) + @PropPut + void setShowRange( + boolean rhs); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @DISPID(3253) + void setProperty( + java.lang.String id, + java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + */ + + @DISPID(3256) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DataTable.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DataTable.java new file mode 100644 index 0000000..933c076 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DataTable.java @@ -0,0 +1,209 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface DataTable extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "ShowLegendKey" + *
+ */ + + @DISPID(171) + @PropGet + boolean getShowLegendKey(); + + + /** + *+ * Setter method for the COM property "ShowLegendKey" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(171) + @PropPut + void setShowLegendKey( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasBorderHorizontal" + *
+ */ + + @DISPID(1671) + @PropGet + boolean getHasBorderHorizontal(); + + + /** + *+ * Setter method for the COM property "HasBorderHorizontal" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1671) + @PropPut + void setHasBorderHorizontal( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasBorderVertical" + *
+ */ + + @DISPID(1672) + @PropGet + boolean getHasBorderVertical(); + + + /** + *+ * Setter method for the COM property "HasBorderVertical" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1672) + @PropPut + void setHasBorderVertical( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasBorderOutline" + *
+ */ + + @DISPID(1673) + @PropGet + boolean getHasBorderOutline(); + + + /** + *+ * Setter method for the COM property "HasBorderOutline" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1673) + @PropPut + void setHasBorderOutline( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + */ + + @DISPID(235) + void select(); + + + /** + */ + + @DISPID(117) + void delete(); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ */ + + @DISPID(1525) + @PropGet + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1525) + @PropPut + void setAutoScaleFont( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ */ + + @DISPID(116) + @PropGet + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Databar.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Databar.java new file mode 100644 index 0000000..dea54bc --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Databar.java @@ -0,0 +1,398 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Databar extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Priority" + *
+ */ + + @DISPID(985) + @PropGet + int getPriority(); + + + /** + *+ * Setter method for the COM property "Priority" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(985) + @PropPut + void setPriority( + int rhs); + + + /** + *+ * Getter method for the COM property "StopIfTrue" + *
+ */ + + @DISPID(2625) + @PropGet + boolean getStopIfTrue(); + + + /** + *+ * Getter method for the COM property "AppliesTo" + *
+ */ + + @DISPID(2626) + @PropGet + com.exceljava.com4j.excel.Range getAppliesTo(); + + + /** + *+ * Getter method for the COM property "MinPoint" + *
+ */ + + @DISPID(2718) + @PropGet + com.exceljava.com4j.excel.ConditionValue getMinPoint(); + + + /** + *+ * Getter method for the COM property "MaxPoint" + *
+ */ + + @DISPID(2719) + @PropGet + com.exceljava.com4j.excel.ConditionValue getMaxPoint(); + + + /** + *+ * Getter method for the COM property "PercentMin" + *
+ */ + + @DISPID(2720) + @PropGet + int getPercentMin(); + + + /** + *+ * Setter method for the COM property "PercentMin" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(2720) + @PropPut + void setPercentMin( + int rhs); + + + /** + *+ * Getter method for the COM property "PercentMax" + *
+ */ + + @DISPID(2721) + @PropGet + int getPercentMax(); + + + /** + *+ * Setter method for the COM property "PercentMax" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(2721) + @PropPut + void setPercentMax( + int rhs); + + + /** + *+ * Getter method for the COM property "BarColor" + *
+ */ + + @DISPID(2722) + @PropGet + com4j.Com4jObject getBarColor(); + + + /** + *+ * Getter method for the COM property "ShowValue" + *
+ */ + + @DISPID(2024) + @PropGet + boolean getShowValue(); + + + /** + *+ * Setter method for the COM property "ShowValue" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2024) + @PropPut + void setShowValue( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ */ + + @DISPID(261) + @PropGet + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(261) + @PropPut + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + int getType(); + + + /** + */ + + @DISPID(2629) + void setFirstPriority(); + + + /** + */ + + @DISPID(2630) + void setLastPriority(); + + + /** + */ + + @DISPID(117) + void delete(); + + + /** + * @param range Mandatory com.exceljava.com4j.excel.Range parameter. + */ + + @DISPID(2627) + void modifyAppliesToRange( + com.exceljava.com4j.excel.Range range); + + + /** + *+ * Getter method for the COM property "PTCondition" + *
+ */ + + @DISPID(2631) + @PropGet + boolean getPTCondition(); + + + /** + *+ * Getter method for the COM property "ScopeType" + *
+ */ + + @DISPID(2615) + @PropGet + com.exceljava.com4j.excel.XlPivotConditionScope getScopeType(); + + + /** + *+ * Setter method for the COM property "ScopeType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPivotConditionScope parameter. + */ + + @DISPID(2615) + @PropPut + void setScopeType( + com.exceljava.com4j.excel.XlPivotConditionScope rhs); + + + /** + *+ * Getter method for the COM property "Direction" + *
+ */ + + @DISPID(168) + @PropGet + int getDirection(); + + + /** + *+ * Setter method for the COM property "Direction" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(168) + @PropPut + void setDirection( + int rhs); + + + /** + *+ * Getter method for the COM property "BarFillType" + *
+ */ + + @DISPID(2941) + @PropGet + com.exceljava.com4j.excel.XlDataBarFillType getBarFillType(); + + + /** + *+ * Setter method for the COM property "BarFillType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlDataBarFillType parameter. + */ + + @DISPID(2941) + @PropPut + void setBarFillType( + com.exceljava.com4j.excel.XlDataBarFillType rhs); + + + /** + *+ * Getter method for the COM property "AxisPosition" + *
+ */ + + @DISPID(2942) + @PropGet + com.exceljava.com4j.excel.XlDataBarAxisPosition getAxisPosition(); + + + /** + *+ * Setter method for the COM property "AxisPosition" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlDataBarAxisPosition parameter. + */ + + @DISPID(2942) + @PropPut + void setAxisPosition( + com.exceljava.com4j.excel.XlDataBarAxisPosition rhs); + + + /** + *+ * Getter method for the COM property "AxisColor" + *
+ */ + + @DISPID(2943) + @PropGet + com4j.Com4jObject getAxisColor(); + + + /** + *+ * Getter method for the COM property "BarBorder" + *
+ */ + + @DISPID(2944) + @PropGet + com.exceljava.com4j.excel.DataBarBorder getBarBorder(); + + + /** + *+ * Getter method for the COM property "NegativeBarFormat" + *
+ */ + + @DISPID(2945) + @PropGet + com.exceljava.com4j.excel.NegativeBarFormat getNegativeBarFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DefaultPivotTableLayoutOptions.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DefaultPivotTableLayoutOptions.java new file mode 100644 index 0000000..3897ba2 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DefaultPivotTableLayoutOptions.java @@ -0,0 +1,1074 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface DefaultPivotTableLayoutOptions extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "InGridDropZones" + *
+ */ + + @DISPID(2560) + @PropGet + boolean getInGridDropZones(); + + + /** + *+ * Setter method for the COM property "InGridDropZones" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2560) + @PropPut + void setInGridDropZones( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayFieldCaptions" + *
+ */ + + @DISPID(2555) + @PropGet + boolean getDisplayFieldCaptions(); + + + /** + *+ * Setter method for the COM property "DisplayFieldCaptions" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2555) + @PropPut + void setDisplayFieldCaptions( + boolean rhs); + + + /** + *+ * Getter method for the COM property "FieldListSortAscending" + *
+ */ + + @DISPID(2573) + @PropGet + boolean getFieldListSortAscending(); + + + /** + *+ * Setter method for the COM property "FieldListSortAscending" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2573) + @PropPut + void setFieldListSortAscending( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ViewCalculatedMembers" + *
+ */ + + @DISPID(2124) + @PropGet + boolean getViewCalculatedMembers(); + + + /** + *+ * Setter method for the COM property "ViewCalculatedMembers" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2124) + @PropPut + void setViewCalculatedMembers( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayContextTooltips" + *
+ */ + + @DISPID(2551) + @PropGet + boolean getDisplayContextTooltips(); + + + /** + *+ * Setter method for the COM property "DisplayContextTooltips" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2551) + @PropPut + void setDisplayContextTooltips( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowDrillIndicators" + *
+ */ + + @DISPID(2548) + @PropGet + boolean getShowDrillIndicators(); + + + /** + *+ * Setter method for the COM property "ShowDrillIndicators" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2548) + @PropPut + void setShowDrillIndicators( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayEmptyColumn" + *
+ */ + + @DISPID(2137) + @PropGet + boolean getDisplayEmptyColumn(); + + + /** + *+ * Setter method for the COM property "DisplayEmptyColumn" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2137) + @PropPut + void setDisplayEmptyColumn( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayEmptyRow" + *
+ */ + + @DISPID(2136) + @PropGet + boolean getDisplayEmptyRow(); + + + /** + *+ * Setter method for the COM property "DisplayEmptyRow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2136) + @PropPut + void setDisplayEmptyRow( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayMemberPropertyTooltips" + *
+ */ + + @DISPID(2550) + @PropGet + boolean getDisplayMemberPropertyTooltips(); + + + /** + *+ * Setter method for the COM property "DisplayMemberPropertyTooltips" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2550) + @PropPut + void setDisplayMemberPropertyTooltips( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowValuesRow" + *
+ */ + + @DISPID(2883) + @PropGet + boolean getShowValuesRow(); + + + /** + *+ * Setter method for the COM property "ShowValuesRow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2883) + @PropPut + void setShowValuesRow( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayNullString" + *
+ */ + + @DISPID(1486) + @PropGet + boolean getDisplayNullString(); + + + /** + *+ * Setter method for the COM property "DisplayNullString" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1486) + @PropPut + void setDisplayNullString( + boolean rhs); + + + /** + *+ * Getter method for the COM property "NullString" + *
+ */ + + @DISPID(1495) + @PropGet + java.lang.String getNullString(); + + + /** + *+ * Setter method for the COM property "NullString" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1495) + @PropPut + void setNullString( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "DisplayErrorString" + *
+ */ + + @DISPID(1485) + @PropGet + boolean getDisplayErrorString(); + + + /** + *+ * Setter method for the COM property "DisplayErrorString" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1485) + @PropPut + void setDisplayErrorString( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ErrorString" + *
+ */ + + @DISPID(1490) + @PropGet + java.lang.String getErrorString(); + + + /** + *+ * Setter method for the COM property "ErrorString" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1490) + @PropPut + void setErrorString( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "HasAutoFormat" + *
+ */ + + @DISPID(695) + @PropGet + boolean getHasAutoFormat(); + + + /** + *+ * Setter method for the COM property "HasAutoFormat" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(695) + @PropPut + void setHasAutoFormat( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PageFieldOrder" + *
+ */ + + @DISPID(1429) + @PropGet + boolean getPageFieldOrder(); + + + /** + *+ * Setter method for the COM property "PageFieldOrder" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1429) + @PropPut + void setPageFieldOrder( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MergeLabels" + *
+ */ + + @DISPID(1494) + @PropGet + boolean getMergeLabels(); + + + /** + *+ * Setter method for the COM property "MergeLabels" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1494) + @PropPut + void setMergeLabels( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PreserveFormatting" + *
+ */ + + @DISPID(1500) + @PropGet + boolean getPreserveFormatting(); + + + /** + *+ * Setter method for the COM property "PreserveFormatting" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1500) + @PropPut + void setPreserveFormatting( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PageFieldWrapCount" + *
+ */ + + @DISPID(1430) + @PropGet + int getPageFieldWrapCount(); + + + /** + *+ * Setter method for the COM property "PageFieldWrapCount" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(1430) + @PropPut + void setPageFieldWrapCount( + int rhs); + + + /** + *+ * Getter method for the COM property "CompactRowIndent" + *
+ */ + + @DISPID(2553) + @PropGet + int getCompactRowIndent(); + + + /** + *+ * Setter method for the COM property "CompactRowIndent" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(2553) + @PropPut + void setCompactRowIndent( + int rhs); + + + /** + *+ * Getter method for the COM property "PrintDrillIndicators" + *
+ */ + + @DISPID(2549) + @PropGet + boolean getPrintDrillIndicators(); + + + /** + *+ * Setter method for the COM property "PrintDrillIndicators" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2549) + @PropPut + void setPrintDrillIndicators( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RepeatItemsOnEachPrintedPage" + *
+ */ + + @DISPID(1842) + @PropGet + boolean getRepeatItemsOnEachPrintedPage(); + + + /** + *+ * Setter method for the COM property "RepeatItemsOnEachPrintedPage" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1842) + @PropPut + void setRepeatItemsOnEachPrintedPage( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PrintTitles" + *
+ */ + + @DISPID(1838) + @PropGet + boolean getPrintTitles(); + + + /** + *+ * Setter method for the COM property "PrintTitles" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1838) + @PropPut + void setPrintTitles( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AllowMultipleFilters" + *
+ */ + + @DISPID(2570) + @PropGet + boolean getAllowMultipleFilters(); + + + /** + *+ * Setter method for the COM property "AllowMultipleFilters" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2570) + @PropPut + void setAllowMultipleFilters( + boolean rhs); + + + /** + *+ * Getter method for the COM property "CalculatedMembersInFilters" + *
+ */ + + @DISPID(2884) + @PropGet + boolean getCalculatedMembersInFilters(); + + + /** + *+ * Setter method for the COM property "CalculatedMembersInFilters" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2884) + @PropPut + void setCalculatedMembersInFilters( + boolean rhs); + + + /** + *+ * Getter method for the COM property "VisualTotalsForSets" + *
+ */ + + @DISPID(2882) + @PropGet + boolean getVisualTotalsForSets(); + + + /** + *+ * Setter method for the COM property "VisualTotalsForSets" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2882) + @PropPut + void setVisualTotalsForSets( + boolean rhs); + + + /** + *+ * Getter method for the COM property "VisualTotals" + *
+ */ + + @DISPID(2129) + @PropGet + boolean getVisualTotals(); + + + /** + *+ * Setter method for the COM property "VisualTotals" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2129) + @PropPut + void setVisualTotals( + boolean rhs); + + + /** + *+ * Getter method for the COM property "TotalsAnnotation" + *
+ */ + + @DISPID(1843) + @PropGet + boolean getTotalsAnnotation(); + + + /** + *+ * Setter method for the COM property "TotalsAnnotation" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1843) + @PropPut + void setTotalsAnnotation( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RowGrand" + *
+ */ + + @DISPID(693) + @PropGet + boolean getRowGrand(); + + + /** + *+ * Setter method for the COM property "RowGrand" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(693) + @PropPut + void setRowGrand( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ColumnGrand" + *
+ */ + + @DISPID(694) + @PropGet + boolean getColumnGrand(); + + + /** + *+ * Setter method for the COM property "ColumnGrand" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(694) + @PropPut + void setColumnGrand( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SubtotalHiddenPageItems" + *
+ */ + + @DISPID(1498) + @PropGet + boolean getSubtotalHiddenPageItems(); + + + /** + *+ * Setter method for the COM property "SubtotalHiddenPageItems" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1498) + @PropPut + void setSubtotalHiddenPageItems( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SortUsingCustomLists" + *
+ */ + + @DISPID(2574) + @PropGet + boolean getSortUsingCustomLists(); + + + /** + *+ * Setter method for the COM property "SortUsingCustomLists" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2574) + @PropPut + void setSortUsingCustomLists( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SaveData" + *
+ */ + + @DISPID(692) + @PropGet + boolean getSaveData(); + + + /** + *+ * Setter method for the COM property "SaveData" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(692) + @PropPut + void setSaveData( + boolean rhs); + + + /** + *+ * Getter method for the COM property "EnableDrilldown" + *
+ */ + + @DISPID(1487) + @PropGet + boolean getEnableDrilldown(); + + + /** + *+ * Setter method for the COM property "EnableDrilldown" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1487) + @PropPut + void setEnableDrilldown( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RefreshOnFileOpen" + *
+ */ + + @DISPID(1479) + @PropGet + boolean getRefreshOnFileOpen(); + + + /** + *+ * Setter method for the COM property "RefreshOnFileOpen" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1479) + @PropPut + void setRefreshOnFileOpen( + boolean rhs); + + + /** + *+ * Getter method for the COM property "xlMissingItemsNone" + *
+ */ + + @DISPID(3270) + @PropGet + int getXlMissingItemsNone(); + + + /** + *+ * Setter method for the COM property "xlMissingItemsNone" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(3270) + @PropPut + void setXlMissingItemsNone( + int rhs); + + + /** + *+ * Getter method for the COM property "Subtotals" + *
+ */ + + @DISPID(733) + @PropGet + boolean getSubtotals(); + + + /** + *+ * Setter method for the COM property "Subtotals" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(733) + @PropPut + void setSubtotals( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SubtotalLocation" + *
+ */ + + @DISPID(2558) + @PropGet + boolean getSubtotalLocation(); + + + /** + *+ * Setter method for the COM property "SubtotalLocation" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2558) + @PropPut + void setSubtotalLocation( + boolean rhs); + + + /** + *+ * Getter method for the COM property "LayoutBlankLine" + *
+ */ + + @DISPID(1845) + @PropGet + boolean getLayoutBlankLine(); + + + /** + *+ * Setter method for the COM property "LayoutBlankLine" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1845) + @PropPut + void setLayoutBlankLine( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RowAxisLayout" + *
+ */ + + @DISPID(2556) + @PropGet + com.exceljava.com4j.excel.XlLayoutRowType getRowAxisLayout(); + + + /** + *+ * Setter method for the COM property "RowAxisLayout" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlLayoutRowType parameter. + */ + + @DISPID(2556) + @PropPut + void setRowAxisLayout( + com.exceljava.com4j.excel.XlLayoutRowType rhs); + + + /** + *+ * Getter method for the COM property "RepeatAllLabels" + *
+ */ + + @DISPID(2879) + @PropGet + com.exceljava.com4j.excel.XlPivotFieldRepeatLabels getRepeatAllLabels(); + + + /** + *+ * Setter method for the COM property "RepeatAllLabels" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPivotFieldRepeatLabels parameter. + */ + + @DISPID(2879) + @PropPut + void setRepeatAllLabels( + com.exceljava.com4j.excel.XlPivotFieldRepeatLabels rhs); + + + /** + *+ * Getter method for the COM property "DisplayImmediateItems" + *
+ */ + + @DISPID(2126) + @PropGet + boolean getDisplayImmediateItems(); + + + /** + *+ * Setter method for the COM property "DisplayImmediateItems" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2126) + @PropPut + void setDisplayImmediateItems( + boolean rhs); + + + /** + *+ * Getter method for the COM property "EnableWriteback" + *
+ */ + + @DISPID(2872) + @PropGet + boolean getEnableWriteback(); + + + /** + *+ * Setter method for the COM property "EnableWriteback" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2872) + @PropPut + void setEnableWriteback( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DefaultWebOptions.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DefaultWebOptions.java new file mode 100644 index 0000000..575f841 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DefaultWebOptions.java @@ -0,0 +1,500 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024448-0000-0000-C000-000000000046}") +public interface DefaultWebOptions extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @DISPID(148) //= 0x94. The runtime will prefer the VTID if present + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @DISPID(149) //= 0x95. The runtime will prefer the VTID if present + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * 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 getParent(); + + + /** + *+ * 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 getRelyOnCSS(); + + + /** + *+ * 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 setRelyOnCSS( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SaveHiddenData" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(1900) //= 0x76c. The runtime will prefer the VTID if present + @VTID(12) + boolean getSaveHiddenData(); + + + /** + *+ * Setter method for the COM property "SaveHiddenData" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1900) //= 0x76c. The runtime will prefer the VTID if present + @VTID(13) + void setSaveHiddenData( + boolean rhs); + + + /** + *+ * Getter method for the COM property "LoadPictures" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(1901) //= 0x76d. The runtime will prefer the VTID if present + @VTID(14) + boolean getLoadPictures(); + + + /** + *+ * Setter method for the COM property "LoadPictures" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1901) //= 0x76d. The runtime will prefer the VTID if present + @VTID(15) + void setLoadPictures( + 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(16) + boolean getOrganizeInFolder(); + + + /** + *+ * Setter method for the COM property "OrganizeInFolder" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1902) //= 0x76e. The runtime will prefer the VTID if present + @VTID(17) + void setOrganizeInFolder( + boolean rhs); + + + /** + *+ * Getter method for the COM property "UpdateLinksOnSave" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(1903) //= 0x76f. The runtime will prefer the VTID if present + @VTID(18) + boolean getUpdateLinksOnSave(); + + + /** + *+ * Setter method for the COM property "UpdateLinksOnSave" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1903) //= 0x76f. The runtime will prefer the VTID if present + @VTID(19) + void setUpdateLinksOnSave( + 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(20) + boolean getUseLongFileNames(); + + + /** + *+ * Setter method for the COM property "UseLongFileNames" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1904) //= 0x770. The runtime will prefer the VTID if present + @VTID(21) + void setUseLongFileNames( + boolean rhs); + + + /** + *+ * Getter method for the COM property "CheckIfOfficeIsHTMLEditor" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(1905) //= 0x771. The runtime will prefer the VTID if present + @VTID(22) + boolean getCheckIfOfficeIsHTMLEditor(); + + + /** + *+ * Setter method for the COM property "CheckIfOfficeIsHTMLEditor" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1905) //= 0x771. The runtime will prefer the VTID if present + @VTID(23) + void setCheckIfOfficeIsHTMLEditor( + 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(24) + boolean getDownloadComponents(); + + + /** + *+ * Setter method for the COM property "DownloadComponents" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1906) //= 0x772. The runtime will prefer the VTID if present + @VTID(25) + void setDownloadComponents( + 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(26) + boolean getRelyOnVML(); + + + /** + *+ * Setter method for the COM property "RelyOnVML" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1907) //= 0x773. The runtime will prefer the VTID if present + @VTID(27) + void setRelyOnVML( + 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(28) + boolean getAllowPNG(); + + + /** + *+ * Setter method for the COM property "AllowPNG" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1908) //= 0x774. The runtime will prefer the VTID if present + @VTID(29) + void setAllowPNG( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ScreenSize" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoScreenSize + */ + + @DISPID(1909) //= 0x775. The runtime will prefer the VTID if present + @VTID(30) + com.exceljava.com4j.office.MsoScreenSize getScreenSize(); + + + /** + *+ * Setter method for the COM property "ScreenSize" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoScreenSize parameter. + */ + + @DISPID(1909) //= 0x775. The runtime will prefer the VTID if present + @VTID(31) + void setScreenSize( + com.exceljava.com4j.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(32) + int getPixelsPerInch(); + + + /** + *+ * Setter method for the COM property "PixelsPerInch" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(1910) //= 0x776. The runtime will prefer the VTID if present + @VTID(33) + void setPixelsPerInch( + 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(34) + java.lang.String getLocationOfComponents(); + + + /** + *+ * 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(35) + void setLocationOfComponents( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Encoding" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoEncoding + */ + + @DISPID(1822) //= 0x71e. The runtime will prefer the VTID if present + @VTID(36) + com.exceljava.com4j.office.MsoEncoding getEncoding(); + + + /** + *+ * Setter method for the COM property "Encoding" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoEncoding parameter. + */ + + @DISPID(1822) //= 0x71e. The runtime will prefer the VTID if present + @VTID(37) + void setEncoding( + com.exceljava.com4j.office.MsoEncoding rhs); + + + /** + *+ * Getter method for the COM property "AlwaysSaveInDefaultEncoding" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(1912) //= 0x778. The runtime will prefer the VTID if present + @VTID(38) + boolean getAlwaysSaveInDefaultEncoding(); + + + /** + *+ * Setter method for the COM property "AlwaysSaveInDefaultEncoding" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1912) //= 0x778. The runtime will prefer the VTID if present + @VTID(39) + void setAlwaysSaveInDefaultEncoding( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Fonts" + *
+ * @return Returns a value of type com.exceljava.com4j.office.WebPageFonts + */ + + @DISPID(1913) //= 0x779. The runtime will prefer the VTID if present + @VTID(40) + com.exceljava.com4j.office.WebPageFonts getFonts(); + + + @VTID(40) + @ReturnValue(defaultPropertyThrough={com.exceljava.com4j.office.WebPageFonts.class}) + com.exceljava.com4j.office.WebPageFont getFonts( + com.exceljava.com4j.office.MsoCharacterSet index); + + /** + *+ * 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(41) + java.lang.String getFolderSuffix(); + + + /** + *+ * Getter method for the COM property "TargetBrowser" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTargetBrowser + */ + + @DISPID(2179) //= 0x883. The runtime will prefer the VTID if present + @VTID(42) + com.exceljava.com4j.office.MsoTargetBrowser getTargetBrowser(); + + + /** + *+ * Setter method for the COM property "TargetBrowser" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoTargetBrowser parameter. + */ + + @DISPID(2179) //= 0x883. The runtime will prefer the VTID if present + @VTID(43) + void setTargetBrowser( + com.exceljava.com4j.office.MsoTargetBrowser rhs); + + + /** + *+ * Getter method for the COM property "SaveNewWebPagesAsWebArchives" + *
+ * @return Returns a value of type boolean + */ + + @DISPID(2180) //= 0x884. The runtime will prefer the VTID if present + @VTID(44) + boolean getSaveNewWebPagesAsWebArchives(); + + + /** + *+ * Setter method for the COM property "SaveNewWebPagesAsWebArchives" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2180) //= 0x884. The runtime will prefer the VTID if present + @VTID(45) + void setSaveNewWebPagesAsWebArchives( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Diagram.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Diagram.java new file mode 100644 index 0000000..3002bdc --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Diagram.java @@ -0,0 +1,152 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Diagram extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Nodes" + *
+ */ + + @DISPID(1701) + @PropGet + com.exceljava.com4j.excel.DiagramNodes getNodes(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + com.exceljava.com4j.office.MsoDiagramType getType(); + + + /** + *+ * Getter method for the COM property "AutoLayout" + *
+ */ + + @DISPID(2243) + @PropGet + com.exceljava.com4j.office.MsoTriState getAutoLayout(); + + + /** + *+ * Setter method for the COM property "AutoLayout" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoTriState parameter. + */ + + @DISPID(2243) + @PropPut + void setAutoLayout( + com.exceljava.com4j.office.MsoTriState rhs); + + + /** + *+ * Getter method for the COM property "Reverse" + *
+ */ + + @DISPID(2244) + @PropGet + com.exceljava.com4j.office.MsoTriState getReverse(); + + + /** + *+ * Setter method for the COM property "Reverse" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoTriState parameter. + */ + + @DISPID(2244) + @PropPut + void setReverse( + com.exceljava.com4j.office.MsoTriState rhs); + + + /** + *+ * Getter method for the COM property "AutoFormat" + *
+ */ + + @DISPID(114) + @PropGet + com.exceljava.com4j.office.MsoTriState getAutoFormat(); + + + /** + *+ * Setter method for the COM property "AutoFormat" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoTriState parameter. + */ + + @DISPID(114) + @PropPut + void setAutoFormat( + com.exceljava.com4j.office.MsoTriState rhs); + + + /** + * @param type Mandatory com.exceljava.com4j.office.MsoDiagramType parameter. + */ + + @DISPID(1046) + void convert( + com.exceljava.com4j.office.MsoDiagramType type); + + + /** + */ + + @DISPID(2304) + void fitText(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DiagramNode.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DiagramNode.java new file mode 100644 index 0000000..fe403b2 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DiagramNode.java @@ -0,0 +1,300 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000C0370-0000-0000-C000-000000000046}") +public interface DiagramNode extends com.exceljava.com4j.office._IMsoDispObj { + // Methods: + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addNode(2, 1);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addNode(pos, 1);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * swapNode(pTargetNode, false);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * cloneNode(copyChildren, pTargetNode, 2);
+ *
+ *
+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @DISPID(100) //= 0x64. The runtime will prefer the VTID if present + @VTID(18) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Children" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.DiagramNodeChildren + */ + + @DISPID(101) //= 0x65. The runtime will prefer the VTID if present + @VTID(19) + com.exceljava.com4j.excel.DiagramNodeChildren getChildren(); + + + @VTID(19) + @ReturnValue(defaultPropertyThrough={com.exceljava.com4j.excel.DiagramNodeChildren.class}) + com.exceljava.com4j.excel.DiagramNode getChildren( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + /** + *+ * Getter method for the COM property "Shape" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Shape + */ + + @DISPID(102) //= 0x66. The runtime will prefer the VTID if present + @VTID(20) + com.exceljava.com4j.excel.Shape getShape(); + + + /** + *+ * Getter method for the COM property "Root" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.DiagramNode + */ + + @DISPID(103) //= 0x67. The runtime will prefer the VTID if present + @VTID(21) + com.exceljava.com4j.excel.DiagramNode getRoot(); + + + /** + *+ * Getter method for the COM property "Diagram" + *
+ * @return Returns a value of type com.exceljava.com4j.office.IMsoDiagram + */ + + @DISPID(104) //= 0x68. The runtime will prefer the VTID if present + @VTID(22) + com.exceljava.com4j.office.IMsoDiagram getDiagram(); + + + /** + *+ * Getter method for the COM property "Layout" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoOrgChartLayoutType + */ + + @DISPID(105) //= 0x69. The runtime will prefer the VTID if present + @VTID(23) + com.exceljava.com4j.office.MsoOrgChartLayoutType getLayout(); + + + /** + *+ * Setter method for the COM property "Layout" + *
+ * @param pdgmType Mandatory com.exceljava.com4j.office.MsoOrgChartLayoutType parameter. + */ + + @DISPID(105) //= 0x69. The runtime will prefer the VTID if present + @VTID(24) + void setLayout( + com.exceljava.com4j.office.MsoOrgChartLayoutType pdgmType); + + + /** + *+ * Getter method for the COM property "TextShape" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Shape + */ + + @DISPID(106) //= 0x6a. The runtime will prefer the VTID if present + @VTID(25) + com.exceljava.com4j.excel.Shape getTextShape(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DiagramNodeChildren.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DiagramNodeChildren.java new file mode 100644 index 0000000..6e82845 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DiagramNodeChildren.java @@ -0,0 +1,145 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000C036F-0000-0000-C000-000000000046}") +public interface DiagramNodeChildren extends com.exceljava.com4j.office._IMsoDispObj,Iterable+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) //= 0xfffffffc. The runtime will prefer the VTID if present + @VTID(9) + java.util.Iterator+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addNode(-1, 1);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addNode(index, 1);
+ *
+ *
+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @DISPID(100) //= 0x64. The runtime will prefer the VTID if present + @VTID(13) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @DISPID(101) //= 0x65. The runtime will prefer the VTID if present + @VTID(14) + int getCount(); + + + /** + *+ * Getter method for the COM property "FirstChild" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.DiagramNode + */ + + @DISPID(103) //= 0x67. The runtime will prefer the VTID if present + @VTID(15) + com.exceljava.com4j.excel.DiagramNode getFirstChild(); + + + /** + *+ * Getter method for the COM property "LastChild" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.DiagramNode + */ + + @DISPID(104) //= 0x68. The runtime will prefer the VTID if present + @VTID(16) + com.exceljava.com4j.excel.DiagramNode getLastChild(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DiagramNodes.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DiagramNodes.java new file mode 100644 index 0000000..a36d226 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DiagramNodes.java @@ -0,0 +1,64 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000C036E-0000-0000-C000-000000000046}") +public interface DiagramNodes extends com.exceljava.com4j.office._IMsoDispObj,Iterable+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) //= 0xfffffffc. The runtime will prefer the VTID if present + @VTID(9) + java.util.Iterator+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @DISPID(100) //= 0x64. The runtime will prefer the VTID if present + @VTID(12) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @DISPID(101) //= 0x65. The runtime will prefer the VTID if present + @VTID(13) + int getCount(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Dialog.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Dialog.java new file mode 100644 index 0000000..5e08f14 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Dialog.java @@ -0,0 +1,1549 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Dialog extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, arg28, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, arg28, arg29, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + */ + + @DISPID(65539) + void _Dummy3(); + + + /** + */ + + @DISPID(65540) + void _Dummy4(); + + + /** + */ + + @DISPID(65541) + void _Dummy5(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + */ + + @DISPID(65548) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(110) + @PropPut + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + */ + + @DISPID(65553) + void _Dummy17(); + + + /** + */ + + @DISPID(65554) + void _Dummy18(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + */ + + @DISPID(65558) + void _Dummy22(); + + + /** + */ + + @DISPID(65559) + void _Dummy23(); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + */ + + @DISPID(65561) + void _Dummy25(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ */ + + @DISPID(616) + @PropGet + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(616) + @PropPut + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DialogSheet.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DialogSheet.java new file mode 100644 index 0000000..991745e --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DialogSheet.java @@ -0,0 +1,5155 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface DialogSheet extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + */ + + @DISPID(304) + void activate(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(before, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "CodeName" + *
+ */ + + @DISPID(1373) + @PropGet + java.lang.String getCodeName(); + + + /** + *+ * Getter method for the COM property "_CodeName" + *
+ */ + + @DISPID(-2147418112) + @PropGet + java.lang.String get_CodeName(); + + + /** + *+ * Setter method for the COM property "_CodeName" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(-2147418112) + @PropPut + void set_CodeName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ */ + + @DISPID(486) + @PropGet + int getIndex(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(before, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(110) + @PropPut + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Next" + *
+ */ + + @DISPID(502) + @PropGet + com4j.Com4jObject getNext(); + + + /** + *+ * Getter method for the COM property "OnDoubleClick" + *
+ */ + + @DISPID(628) + @PropGet + java.lang.String getOnDoubleClick(); + + + /** + *+ * Setter method for the COM property "OnDoubleClick" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(628) + @PropPut + void setOnDoubleClick( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnSheetActivate" + *
+ */ + + @DISPID(1031) + @PropGet + java.lang.String getOnSheetActivate(); + + + /** + *+ * Setter method for the COM property "OnSheetActivate" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1031) + @PropPut + void setOnSheetActivate( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnSheetDeactivate" + *
+ */ + + @DISPID(1081) + @PropGet + java.lang.String getOnSheetDeactivate(); + + + /** + *+ * Setter method for the COM property "OnSheetDeactivate" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1081) + @PropPut + void setOnSheetDeactivate( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "PageSetup" + *
+ */ + + @DISPID(998) + @PropGet + com.exceljava.com4j.excel.PageSetup getPageSetup(); + + + /** + *+ * Getter method for the COM property "Previous" + *
+ */ + + @DISPID(503) + @PropGet + com4j.Com4jObject getPrevious(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printPreview(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(password, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(password, drawingObjects, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(password, drawingObjects, contents, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(password, drawingObjects, contents, scenarios, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ProtectContents" + *
+ */ + + @DISPID(292) + @PropGet + boolean getProtectContents(); + + + /** + *+ * Getter method for the COM property "ProtectDrawingObjects" + *
+ */ + + @DISPID(293) + @PropGet + boolean getProtectDrawingObjects(); + + + /** + *+ * Getter method for the COM property "ProtectionMode" + *
+ */ + + @DISPID(1159) + @PropGet + boolean getProtectionMode(); + + + /** + *+ * Getter method for the COM property "ProtectScenarios" + *
+ */ + + @DISPID(294) + @PropGet + boolean getProtectScenarios(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, textCodepage, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * unprotect(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + com.exceljava.com4j.excel.XlSheetVisibility getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlSheetVisibility parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + com.exceljava.com4j.excel.XlSheetVisibility rhs); + + + /** + *+ * Getter method for the COM property "Shapes" + *
+ */ + + @DISPID(1377) + @PropGet + com.exceljava.com4j.excel.Shapes getShapes(); + + + /** + */ + + @DISPID(65565) + void _Dummy29(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * arcs(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * buttons(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "EnableCalculation" + *
+ */ + + @DISPID(1424) + @PropGet + boolean getEnableCalculation(); + + + /** + *+ * Setter method for the COM property "EnableCalculation" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1424) + @PropPut + void setEnableCalculation( + boolean rhs); + + + /** + */ + + @DISPID(65572) + void _Dummy36(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * chartObjects(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkBoxes(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "DisplayAutomaticPageBreaks" + *
+ */ + + @DISPID(643) + @PropGet + boolean getDisplayAutomaticPageBreaks(); + + + /** + *+ * Setter method for the COM property "DisplayAutomaticPageBreaks" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(643) + @PropPut + void setDisplayAutomaticPageBreaks( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * drawings(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * drawingObjects(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * dropDowns(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "EnableAutoFilter" + *
+ */ + + @DISPID(1156) + @PropGet + boolean getEnableAutoFilter(); + + + /** + *+ * Setter method for the COM property "EnableAutoFilter" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1156) + @PropPut + void setEnableAutoFilter( + boolean rhs); + + + /** + *+ * Getter method for the COM property "EnableSelection" + *
+ */ + + @DISPID(1425) + @PropGet + com.exceljava.com4j.excel.XlEnableSelection getEnableSelection(); + + + /** + *+ * Setter method for the COM property "EnableSelection" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlEnableSelection parameter. + */ + + @DISPID(1425) + @PropPut + void setEnableSelection( + com.exceljava.com4j.excel.XlEnableSelection rhs); + + + /** + *+ * Getter method for the COM property "EnableOutlining" + *
+ */ + + @DISPID(1157) + @PropGet + boolean getEnableOutlining(); + + + /** + *+ * Setter method for the COM property "EnableOutlining" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1157) + @PropPut + void setEnableOutlining( + boolean rhs); + + + /** + *+ * Getter method for the COM property "EnablePivotTable" + *
+ */ + + @DISPID(1158) + @PropGet + boolean getEnablePivotTable(); + + + /** + *+ * Setter method for the COM property "EnablePivotTable" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1158) + @PropPut + void setEnablePivotTable( + boolean rhs); + + + /** + * @param name Mandatory java.lang.Object parameter. + */ + + @DISPID(1) + java.lang.Object evaluate( + java.lang.Object name); + + + /** + * @param name Mandatory java.lang.Object parameter. + */ + + @DISPID(-5) + java.lang.Object _Evaluate( + java.lang.Object name); + + + /** + */ + + @DISPID(65592) + void _Dummy56(); + + + /** + */ + + @DISPID(1426) + void resetAllPageBreaks(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * groupBoxes(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * groupObjects(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * labels(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * lines(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * listBoxes(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Names" + *
+ */ + + @DISPID(442) + @PropGet + com.exceljava.com4j.excel.Names getNames(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * oleObjects(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * optionButtons(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * ovals(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * paste(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * paste(destination, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PasteSpecial(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PasteSpecial(format, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PasteSpecial(format, link, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PasteSpecial(format, link, displayAsIcon, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PasteSpecial(format, link, displayAsIcon, iconFileName, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PasteSpecial(format, link, displayAsIcon, iconFileName, iconIndex, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pictures(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * rectangles(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ScrollArea" + *
+ */ + + @DISPID(1433) + @PropGet + java.lang.String getScrollArea(); + + + /** + *+ * Setter method for the COM property "ScrollArea" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1433) + @PropPut + void setScrollArea( + java.lang.String rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * scrollBars(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * spinners(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * textBoxes(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "HPageBreaks" + *
+ */ + + @DISPID(1418) + @PropGet + com.exceljava.com4j.excel.HPageBreaks getHPageBreaks(); + + + /** + *+ * Getter method for the COM property "VPageBreaks" + *
+ */ + + @DISPID(1419) + @PropGet + com.exceljava.com4j.excel.VPageBreaks getVPageBreaks(); + + + /** + *+ * Getter method for the COM property "QueryTables" + *
+ */ + + @DISPID(1434) + @PropGet + com.exceljava.com4j.excel.QueryTables getQueryTables(); + + + /** + *+ * Getter method for the COM property "DisplayPageBreaks" + *
+ */ + + @DISPID(1435) + @PropGet + boolean getDisplayPageBreaks(); + + + /** + *+ * Setter method for the COM property "DisplayPageBreaks" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1435) + @PropPut + void setDisplayPageBreaks( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Comments" + *
+ */ + + @DISPID(575) + @PropGet + com.exceljava.com4j.excel.Comments getComments(); + + + /** + *+ * Getter method for the COM property "Hyperlinks" + *
+ */ + + @DISPID(1393) + @PropGet + com.exceljava.com4j.excel.Hyperlinks getHyperlinks(); + + + /** + */ + + @DISPID(1436) + void clearCircles(); + + + /** + */ + + @DISPID(1437) + void circleInvalid(); + + + /** + *+ * Getter method for the COM property "_DisplayRightToLeft" + *
+ */ + + @DISPID(648) + @PropGet + int get_DisplayRightToLeft(); + + + /** + *+ * Setter method for the COM property "_DisplayRightToLeft" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(648) + @PropPut + void set_DisplayRightToLeft( + int rhs); + + + /** + *+ * Getter method for the COM property "AutoFilter" + *
+ */ + + @DISPID(793) + @PropGet + com.exceljava.com4j.excel.AutoFilter getAutoFilter(); + + + /** + *+ * Getter method for the COM property "DisplayRightToLeft" + *
+ */ + + @DISPID(1774) + @PropGet + boolean getDisplayRightToLeft(); + + + /** + *+ * Setter method for the COM property "DisplayRightToLeft" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1774) + @PropPut + void setDisplayRightToLeft( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Scripts" + *
+ */ + + @DISPID(1816) + @PropGet + com.exceljava.com4j.office.Scripts getScripts(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, collate, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _CheckSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _CheckSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _CheckSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _CheckSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _CheckSpelling(customDictionary, ignoreUppercase, alwaysSuggest, spellLang, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _CheckSpelling(customDictionary, ignoreUppercase, alwaysSuggest, spellLang, ignoreFinalYaa, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Tab" + *
+ */ + + @DISPID(1041) + @PropGet + com.exceljava.com4j.excel.Tab getTab(); + + + /** + *+ * Getter method for the COM property "MailEnvelope" + *
+ */ + + @DISPID(2021) + @PropGet + com.exceljava.com4j.office.IMsoEnvelopeVB getMailEnvelope(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, textCodepage, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, textCodepage, textVisualLayout, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "CustomProperties" + *
+ */ + + @DISPID(2030) + @PropGet + com.exceljava.com4j.excel.CustomProperties getCustomProperties(); + + + /** + *+ * Getter method for the COM property "SmartTags" + *
+ */ + + @DISPID(2016) + @PropGet + com.exceljava.com4j.excel.SmartTags getSmartTags(); + + + /** + *+ * Getter method for the COM property "Protection" + *
+ */ + + @DISPID(176) + @PropGet + com.exceljava.com4j.excel.Protection getProtection(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pasteSpecial(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pasteSpecial(format, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pasteSpecial(format, link, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pasteSpecial(format, link, displayAsIcon, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pasteSpecial(format, link, displayAsIcon, iconFileName, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pasteSpecial(format, link, displayAsIcon, iconFileName, iconIndex, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pasteSpecial(format, link, displayAsIcon, iconFileName, iconIndex, iconLabel, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, allowFormattingRows, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, allowFormattingRows, allowInsertingColumns, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, allowFormattingRows, allowInsertingColumns, allowInsertingRows, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, allowFormattingRows, allowInsertingColumns, allowInsertingRows, allowInsertingHyperlinks, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, allowFormattingRows, allowInsertingColumns, allowInsertingRows, allowInsertingHyperlinks, allowDeletingColumns, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, allowFormattingRows, allowInsertingColumns, allowInsertingRows, allowInsertingHyperlinks, allowDeletingColumns, allowDeletingRows, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, allowFormattingRows, allowInsertingColumns, allowInsertingRows, allowInsertingHyperlinks, allowDeletingColumns, allowDeletingRows, allowSorting, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, allowFormattingRows, allowInsertingColumns, allowInsertingRows, allowInsertingHyperlinks, allowDeletingColumns, allowDeletingRows, allowSorting, allowFiltering, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, collate, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "EnableFormatConditionsCalculation" + *
+ */ + + @DISPID(2511) + @PropGet + boolean getEnableFormatConditionsCalculation(); + + + /** + *+ * Setter method for the COM property "EnableFormatConditionsCalculation" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2511) + @PropPut + void setEnableFormatConditionsCalculation( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Sort" + *
+ */ + + @DISPID(880) + @PropGet + com.exceljava.com4j.excel.Sort getSort(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _ExportAsFixedFormat(type, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _ExportAsFixedFormat(type, filename, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _ExportAsFixedFormat(type, filename, quality, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _ExportAsFixedFormat(type, filename, quality, includeDocProperties, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _ExportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _ExportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _ExportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _ExportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, from, to, openAfterPublish, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "PrintedCommentPages" + *
+ */ + + @DISPID(2857) + @PropGet + int getPrintedCommentPages(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, filename, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, filename, quality, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, filename, quality, includeDocProperties, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, from, to, openAfterPublish, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, from, to, openAfterPublish, fixedFormatExtClassPtr, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, textCodepage, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, textCodepage, textVisualLayout, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "DefaultButton" + *
+ */ + + @DISPID(857) + @PropGet + java.lang.Object getDefaultButton(); + + + /** + *+ * Setter method for the COM property "DefaultButton" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(857) + @PropPut + void setDefaultButton( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "DialogFrame" + *
+ */ + + @DISPID(839) + @PropGet + com.exceljava.com4j.excel.DialogFrame getDialogFrame(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * editBoxes(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Focus" + *
+ */ + + @DISPID(814) + @PropGet + java.lang.Object getFocus(); + + + /** + *+ * Setter method for the COM property "Focus" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(814) + @PropPut + void setFocus( + java.lang.Object rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * hide(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Sheet" + *
+ */ + + @DISPID(751) + @PropGet + com4j.Com4jObject getSheet(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DialogSheets.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DialogSheets.java new file mode 100644 index 0000000..6ec4a84 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DialogSheets.java @@ -0,0 +1,1116 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface DialogSheets extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(before, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(before, after, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(before, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + */ + + @DISPID(117) + void delete(); + + + /** + */ + + @DISPID(65543) + void _Dummy7(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + @PropGet + com4j.Com4jObject getItem( + java.lang.Object index); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(before, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printPreview(com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "HPageBreaks" + *
+ */ + + @DISPID(1418) + @PropGet + com.exceljava.com4j.excel.HPageBreaks getHPageBreaks(); + + + /** + *+ * Getter method for the COM property "VPageBreaks" + *
+ */ + + @DISPID(1419) + @PropGet + com.exceljava.com4j.excel.VPageBreaks getVPageBreaks(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + java.lang.Object getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com4j.Com4jObject get_Default( + java.lang.Object index); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, collate, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, collate, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(before, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(before, after, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(before, after, count, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory com.exceljava.com4j.excel.XlBuiltInDialog parameter. + */ + + @DISPID(170) + @PropGet + com.exceljava.com4j.excel.Dialog getItem( + com.exceljava.com4j.excel.XlBuiltInDialog index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory com.exceljava.com4j.excel.XlBuiltInDialog parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.Dialog get_Default( + com.exceljava.com4j.excel.XlBuiltInDialog index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Borders" + *
+ */ + + @DISPID(435) + @PropGet + com.exceljava.com4j.excel.Borders getBorders(); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Style" + *
+ */ + + @DISPID(260) + @PropGet + java.lang.Object getStyle(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ */ + + @DISPID(1063) + @PropGet + java.lang.Object getAddIndent(); + + + /** + *+ * Getter method for the COM property "FormulaHidden" + *
+ */ + + @DISPID(262) + @PropGet + java.lang.Object getFormulaHidden(); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ */ + + @DISPID(136) + @PropGet + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Getter method for the COM property "IndentLevel" + *
+ */ + + @DISPID(201) + @PropGet + java.lang.Object getIndentLevel(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + java.lang.Object getLocked(); + + + /** + *+ * Getter method for the COM property "MergeCells" + *
+ */ + + @DISPID(208) + @PropGet + java.lang.Object getMergeCells(); + + + /** + *+ * Getter method for the COM property "NumberFormat" + *
+ */ + + @DISPID(193) + @PropGet + java.lang.Object getNumberFormat(); + + + /** + *+ * Getter method for the COM property "NumberFormatLocal" + *
+ */ + + @DISPID(1097) + @PropGet + java.lang.Object getNumberFormatLocal(); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ */ + + @DISPID(134) + @PropGet + java.lang.Object getOrientation(); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ */ + + @DISPID(975) + @PropGet + int getReadingOrder(); + + + /** + *+ * Getter method for the COM property "ShrinkToFit" + *
+ */ + + @DISPID(209) + @PropGet + java.lang.Object getShrinkToFit(); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ */ + + @DISPID(137) + @PropGet + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Getter method for the COM property "WrapText" + *
+ */ + + @DISPID(276) + @PropGet + java.lang.Object getWrapText(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DisplayUnitLabel.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DisplayUnitLabel.java new file mode 100644 index 0000000..e36853e --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DisplayUnitLabel.java @@ -0,0 +1,594 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface DisplayUnitLabel extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + */ + + @DISPID(235) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @DISPID(117) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ */ + + @DISPID(1663) + @PropGet + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ */ + + @DISPID(136) + @PropGet + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(136) + @PropPut + void setHorizontalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ */ + + @DISPID(134) + @PropGet + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(134) + @PropPut + void setOrientation( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ */ + + @DISPID(103) + @PropGet + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(103) + @PropPut + void setShadow( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ */ + + @DISPID(137) + @PropGet + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(137) + @PropPut + void setVerticalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ */ + + @DISPID(975) + @PropGet + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(975) + @PropPut + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ */ + + @DISPID(1525) + @PropGet + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1525) + @PropPut + void setAutoScaleFont( + java.lang.Object rhs); + + + /** + */ + + @DISPID(65557) + void _Dummy21(); + + + /** + *+ * Getter method for the COM property "Position" + *
+ */ + + @DISPID(133) + @PropGet + com.exceljava.com4j.excel.XlChartElementPosition getPosition(); + + + /** + *+ * Setter method for the COM property "Position" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlChartElementPosition parameter. + */ + + @DISPID(133) + @PropPut + void setPosition( + com.exceljava.com4j.excel.XlChartElementPosition rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ */ + + @DISPID(116) + @PropGet + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ */ + + @DISPID(261) + @PropGet + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(261) + @PropPut + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaR1C1" + *
+ */ + + @DISPID(264) + @PropGet + java.lang.String getFormulaR1C1(); + + + /** + *+ * Setter method for the COM property "FormulaR1C1" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(264) + @PropPut + void setFormulaR1C1( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaLocal" + *
+ */ + + @DISPID(263) + @PropGet + java.lang.String getFormulaLocal(); + + + /** + *+ * Setter method for the COM property "FormulaLocal" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(263) + @PropPut + void setFormulaLocal( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaR1C1Local" + *
+ */ + + @DISPID(265) + @PropGet + java.lang.String getFormulaR1C1Local(); + + + /** + *+ * Setter method for the COM property "FormulaR1C1Local" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(265) + @PropPut + void setFormulaR1C1Local( + java.lang.String rhs); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @DISPID(3253) + void setProperty( + java.lang.String id, + java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + */ + + @DISPID(3256) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DownBars.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DownBars.java new file mode 100644 index 0000000..9855077 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DownBars.java @@ -0,0 +1,131 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface DownBars extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + */ + + @DISPID(235) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @DISPID(117) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ */ + + @DISPID(1663) + @PropGet + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + *+ * Getter method for the COM property "Format" + *
+ */ + + @DISPID(116) + @PropGet + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @DISPID(3253) + void setProperty( + java.lang.String id, + java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + */ + + @DISPID(3256) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Drawing.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Drawing.java new file mode 100644 index 0000000..e018dbe --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Drawing.java @@ -0,0 +1,1106 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Drawing extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ */ + + @DISPID(615) + @PropGet + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ */ + + @DISPID(486) + @PropGet + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(110) + @PropPut + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ */ + + @DISPID(620) + @PropGet + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ */ + + @DISPID(1063) + @PropGet + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1063) + @PropPut + void setAddIndent( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ */ + + @DISPID(1525) + @PropGet + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1525) + @PropPut + void setAutoScaleFont( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ */ + + @DISPID(614) + @PropGet + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(614) + @PropPut + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ */ + + @DISPID(261) + @PropGet + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(261) + @PropPut + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ */ + + @DISPID(136) + @PropGet + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(136) + @PropPut + void setHorizontalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ */ + + @DISPID(616) + @PropGet + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(616) + @PropPut + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ */ + + @DISPID(134) + @PropGet + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(134) + @PropPut + void setOrientation( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ */ + + @DISPID(137) + @PropGet + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(137) + @PropPut + void setVerticalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ */ + + @DISPID(975) + @PropGet + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(975) + @PropPut + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ */ + + @DISPID(103) + @PropGet + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(103) + @PropPut + void setShadow( + boolean rhs); + + + /** + * @param left Mandatory double parameter. + * @param top Mandatory double parameter. + */ + + @DISPID(601) + java.lang.Object addVertex( + double left, + double top); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * reshape(vertex, insert, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * reshape(vertex, insert, left, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Vertices" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getVertices(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Vertices" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getVertices(index1, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Vertices" + *
+ * @param index1 Optional parameter. Default value is com4j.Variant.getMissing() + * @param index2 Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(621) + @PropGet + java.lang.Object getVertices( + @Optional java.lang.Object index1, + @Optional java.lang.Object index2); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DrawingObjects.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DrawingObjects.java new file mode 100644 index 0000000..23aaab4 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DrawingObjects.java @@ -0,0 +1,1831 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface DrawingObjects extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + */ + + @DISPID(65539) + void _Dummy3(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + */ + + @DISPID(65548) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + */ + + @DISPID(65551) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + */ + + @DISPID(65558) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ */ + + @DISPID(846) + @PropGet + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(846) + @PropPut + void setAccelerator( + java.lang.Object rhs); + + + /** + */ + + @DISPID(65564) + void _Dummy28(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ */ + + @DISPID(1063) + @PropGet + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1063) + @PropPut + void setAddIndent( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addItem(text, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ArrowHeadLength" + *
+ */ + + @DISPID(611) + @PropGet + java.lang.Object getArrowHeadLength(); + + + /** + *+ * Setter method for the COM property "ArrowHeadLength" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(611) + @PropPut + void setArrowHeadLength( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ArrowHeadStyle" + *
+ */ + + @DISPID(612) + @PropGet + java.lang.Object getArrowHeadStyle(); + + + /** + *+ * Setter method for the COM property "ArrowHeadStyle" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(612) + @PropPut + void setArrowHeadStyle( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ArrowHeadWidth" + *
+ */ + + @DISPID(613) + @PropGet + java.lang.Object getArrowHeadWidth(); + + + /** + *+ * Setter method for the COM property "ArrowHeadWidth" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(613) + @PropPut + void setArrowHeadWidth( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ */ + + @DISPID(614) + @PropGet + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(614) + @PropPut + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "CancelButton" + *
+ */ + + @DISPID(858) + @PropGet + boolean getCancelButton(); + + + /** + *+ * Setter method for the COM property "CancelButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(858) + @PropPut + void setCancelButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ */ + + @DISPID(0) + @PropGet + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(0) + @PropPut + @DefaultMethod + void set_Default( + int rhs); + + + /** + *+ * Getter method for the COM property "DefaultButton" + *
+ */ + + @DISPID(857) + @PropGet + boolean getDefaultButton(); + + + /** + *+ * Setter method for the COM property "DefaultButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(857) + @PropPut + void setDefaultButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DismissButton" + *
+ */ + + @DISPID(859) + @PropGet + boolean getDismissButton(); + + + /** + *+ * Setter method for the COM property "DismissButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(859) + @PropPut + void setDismissButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Display3DShading" + *
+ */ + + @DISPID(1122) + @PropGet + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1122) + @PropPut + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayVerticalScrollBar" + *
+ */ + + @DISPID(922) + @PropGet + boolean getDisplayVerticalScrollBar(); + + + /** + *+ * Setter method for the COM property "DisplayVerticalScrollBar" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(922) + @PropPut + void setDisplayVerticalScrollBar( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DropDownLines" + *
+ */ + + @DISPID(848) + @PropGet + int getDropDownLines(); + + + /** + *+ * Setter method for the COM property "DropDownLines" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(848) + @PropPut + void setDropDownLines( + int rhs); + + + /** + *+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + */ + + @DISPID(65583) + void _Dummy47(); + + + /** + *+ * Getter method for the COM property "HelpButton" + *
+ */ + + @DISPID(860) + @PropGet + boolean getHelpButton(); + + + /** + *+ * Setter method for the COM property "HelpButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(860) + @PropPut + void setHelpButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ */ + + @DISPID(136) + @PropGet + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(136) + @PropPut + void setHorizontalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "InputType" + *
+ */ + + @DISPID(854) + @PropGet + int getInputType(); + + + /** + *+ * Setter method for the COM property "InputType" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(854) + @PropPut + void setInputType( + int rhs); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "LargeChange" + *
+ */ + + @DISPID(845) + @PropGet + int getLargeChange(); + + + /** + *+ * Setter method for the COM property "LargeChange" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(845) + @PropPut + void setLargeChange( + int rhs); + + + /** + *+ * Getter method for the COM property "LinkedCell" + *
+ */ + + @DISPID(1058) + @PropGet + java.lang.String getLinkedCell(); + + + /** + *+ * Setter method for the COM property "LinkedCell" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1058) + @PropPut + void setLinkedCell( + java.lang.String rhs); + + + /** + */ + + @DISPID(65590) + void _Dummy54(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * list(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ListFillRange" + *
+ */ + + @DISPID(847) + @PropGet + java.lang.String getListFillRange(); + + + /** + *+ * Setter method for the COM property "ListFillRange" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(847) + @PropPut + void setListFillRange( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ListIndex" + *
+ */ + + @DISPID(850) + @PropGet + int getListIndex(); + + + /** + *+ * Setter method for the COM property "ListIndex" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(850) + @PropPut + void setListIndex( + int rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ */ + + @DISPID(616) + @PropGet + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(616) + @PropPut + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Max" + *
+ */ + + @DISPID(842) + @PropGet + int getMax(); + + + /** + *+ * Setter method for the COM property "Max" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(842) + @PropPut + void setMax( + int rhs); + + + /** + *+ * Getter method for the COM property "Min" + *
+ */ + + @DISPID(843) + @PropGet + int getMin(); + + + /** + *+ * Setter method for the COM property "Min" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(843) + @PropPut + void setMin( + int rhs); + + + /** + *+ * Getter method for the COM property "MultiLine" + *
+ */ + + @DISPID(855) + @PropGet + boolean getMultiLine(); + + + /** + *+ * Setter method for the COM property "MultiLine" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(855) + @PropPut + void setMultiLine( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MultiSelect" + *
+ */ + + @DISPID(32) + @PropGet + boolean getMultiSelect(); + + + /** + *+ * Setter method for the COM property "MultiSelect" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(32) + @PropPut + void setMultiSelect( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ */ + + @DISPID(134) + @PropGet + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(134) + @PropPut + void setOrientation( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ */ + + @DISPID(1121) + @PropGet + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1121) + @PropPut + void setPhoneticAccelerator( + java.lang.Object rhs); + + + /** + */ + + @DISPID(853) + java.lang.Object removeAllItems(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * removeItem(index, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * reshape(vertex, insert, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * reshape(vertex, insert, left, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "RoundedCorners" + *
+ */ + + @DISPID(619) + @PropGet + boolean getRoundedCorners(); + + + /** + *+ * Setter method for the COM property "RoundedCorners" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(619) + @PropPut + void setRoundedCorners( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * selected(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Shadow" + *
+ */ + + @DISPID(103) + @PropGet + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(103) + @PropPut + void setShadow( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SmallChange" + *
+ */ + + @DISPID(844) + @PropGet + int getSmallChange(); + + + /** + *+ * Setter method for the COM property "SmallChange" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(844) + @PropPut + void setSmallChange( + int rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + */ + + @DISPID(244) + com4j.Com4jObject ungroup(); + + + /** + *+ * Getter method for the COM property "Value" + *
+ */ + + @DISPID(6) + @PropGet + int getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(6) + @PropPut + void setValue( + int rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ */ + + @DISPID(137) + @PropGet + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(137) + @PropPut + void setVerticalAlignment( + java.lang.Object rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * vertices(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * vertices(index1, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ReadingOrder" + *
+ */ + + @DISPID(975) + @PropGet + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(975) + @PropPut + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com4j.Com4jObject item( + java.lang.Object index); + + + /** + */ + + @DISPID(46) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * linkCombo(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + */ + + @DISPID(65539) + void _Dummy3(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + */ + + @DISPID(65548) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + */ + + @DISPID(65551) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + */ + + @DISPID(65558) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ */ + + @DISPID(1063) + @PropGet + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1063) + @PropPut + void setAddIndent( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ */ + + @DISPID(1525) + @PropGet + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1525) + @PropPut + void setAutoScaleFont( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ */ + + @DISPID(614) + @PropGet + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(614) + @PropPut + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ */ + + @DISPID(261) + @PropGet + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(261) + @PropPut + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ */ + + @DISPID(136) + @PropGet + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(136) + @PropPut + void setHorizontalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ */ + + @DISPID(616) + @PropGet + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(616) + @PropPut + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ */ + + @DISPID(134) + @PropGet + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(134) + @PropPut + void setOrientation( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ */ + + @DISPID(137) + @PropGet + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(137) + @PropPut + void setVerticalAlignment( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ */ + + @DISPID(975) + @PropGet + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(975) + @PropPut + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ */ + + @DISPID(103) + @PropGet + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(103) + @PropPut + void setShadow( + boolean rhs); + + + /** + */ + + @DISPID(65580) + void _Dummy44(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * reshape(vertex, insert, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * reshape(vertex, insert, left, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + */ + + @DISPID(46) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com4j.Com4jObject item( + java.lang.Object index); + + + /** + */ + + @DISPID(-4) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ */ + + @DISPID(615) + @PropGet + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ */ + + @DISPID(486) + @PropGet + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(110) + @PropPut + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ */ + + @DISPID(620) + @PropGet + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addItem(text, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Display3DShading" + *
+ */ + + @DISPID(1122) + @PropGet + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1122) + @PropPut + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ */ + + @DISPID(0) + @PropGet + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(0) + @PropPut + @DefaultMethod + void set_Default( + int rhs); + + + /** + *+ * Getter method for the COM property "LinkedCell" + *
+ */ + + @DISPID(1058) + @PropGet + java.lang.String getLinkedCell(); + + + /** + *+ * Setter method for the COM property "LinkedCell" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1058) + @PropPut + void setLinkedCell( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "LinkedObject" + *
+ */ + + @DISPID(862) + @PropGet + java.lang.Object getLinkedObject(); + + + /** + *+ * Getter method for the COM property "List" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getList(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "List" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(861) + @PropGet + java.lang.Object getList( + @Optional java.lang.Object index); + + + /** + *+ * Setter method for the COM property "List" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setList(com4j.Variant.getMissing(), rhs);
+ *
+ *
+ * Setter method for the COM property "List" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(861) + @PropPut + void setList( + @Optional java.lang.Object index, + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ListCount" + *
+ */ + + @DISPID(849) + @PropGet + int getListCount(); + + + /** + *+ * Getter method for the COM property "ListFillRange" + *
+ */ + + @DISPID(847) + @PropGet + java.lang.String getListFillRange(); + + + /** + *+ * Setter method for the COM property "ListFillRange" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(847) + @PropPut + void setListFillRange( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ListIndex" + *
+ */ + + @DISPID(850) + @PropGet + int getListIndex(); + + + /** + *+ * Setter method for the COM property "ListIndex" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(850) + @PropPut + void setListIndex( + int rhs); + + + /** + */ + + @DISPID(65572) + void _Dummy36(); + + + /** + */ + + @DISPID(853) + java.lang.Object removeAllItems(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * removeItem(index, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Selected" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getSelected(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Selected" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(1123) + @PropGet + java.lang.Object getSelected( + @Optional java.lang.Object index); + + + /** + *+ * Setter method for the COM property "Selected" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setSelected(com4j.Variant.getMissing(), rhs);
+ *
+ *
+ * Setter method for the COM property "Selected" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1123) + @PropPut + void setSelected( + @Optional java.lang.Object index, + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ */ + + @DISPID(6) + @PropGet + int getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(6) + @PropPut + void setValue( + int rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * Getter method for the COM property "DropDownLines" + *
+ */ + + @DISPID(848) + @PropGet + int getDropDownLines(); + + + /** + *+ * Setter method for the COM property "DropDownLines" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(848) + @PropPut + void setDropDownLines( + int rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DropDowns.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DropDowns.java new file mode 100644 index 0000000..a869a5d --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/DropDowns.java @@ -0,0 +1,1053 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface DropDowns extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + */ + + @DISPID(65539) + void _Dummy3(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + */ + + @DISPID(65548) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + */ + + @DISPID(65551) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + */ + + @DISPID(65558) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addItem(text, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Display3DShading" + *
+ */ + + @DISPID(1122) + @PropGet + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1122) + @PropPut + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ */ + + @DISPID(0) + @PropGet + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(0) + @PropPut + @DefaultMethod + void set_Default( + int rhs); + + + /** + *+ * Getter method for the COM property "LinkedCell" + *
+ */ + + @DISPID(1058) + @PropGet + java.lang.String getLinkedCell(); + + + /** + *+ * Setter method for the COM property "LinkedCell" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1058) + @PropPut + void setLinkedCell( + java.lang.String rhs); + + + /** + */ + + @DISPID(65567) + void _Dummy31(); + + + /** + *+ * Getter method for the COM property "List" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getList(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "List" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(861) + @PropGet + java.lang.Object getList( + @Optional java.lang.Object index); + + + /** + *+ * Setter method for the COM property "List" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setList(com4j.Variant.getMissing(), rhs);
+ *
+ *
+ * Setter method for the COM property "List" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(861) + @PropPut + void setList( + @Optional java.lang.Object index, + java.lang.Object rhs); + + + /** + */ + + @DISPID(65569) + void _Dummy33(); + + + /** + *+ * Getter method for the COM property "ListFillRange" + *
+ */ + + @DISPID(847) + @PropGet + java.lang.String getListFillRange(); + + + /** + *+ * Setter method for the COM property "ListFillRange" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(847) + @PropPut + void setListFillRange( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ListIndex" + *
+ */ + + @DISPID(850) + @PropGet + int getListIndex(); + + + /** + *+ * Setter method for the COM property "ListIndex" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(850) + @PropPut + void setListIndex( + int rhs); + + + /** + */ + + @DISPID(65572) + void _Dummy36(); + + + /** + */ + + @DISPID(853) + java.lang.Object removeAllItems(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * removeItem(index, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Selected" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getSelected(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Selected" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(1123) + @PropGet + java.lang.Object getSelected( + @Optional java.lang.Object index); + + + /** + *+ * Setter method for the COM property "Selected" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setSelected(com4j.Variant.getMissing(), rhs);
+ *
+ *
+ * Setter method for the COM property "Selected" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1123) + @PropPut + void setSelected( + @Optional java.lang.Object index, + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ */ + + @DISPID(6) + @PropGet + int getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(6) + @PropPut + void setValue( + int rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * Getter method for the COM property "DropDownLines" + *
+ */ + + @DISPID(848) + @PropGet + int getDropDownLines(); + + + /** + *+ * Setter method for the COM property "DropDownLines" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(848) + @PropPut + void setDropDownLines( + int rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(left, top, width, height, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + */ + + @DISPID(46) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com4j.Com4jObject item( + java.lang.Object index); + + + /** + */ + + @DISPID(-4) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + */ + + @DISPID(235) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @DISPID(117) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Format" + *
+ */ + + @DISPID(116) + @PropGet + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/EditBox.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/EditBox.java new file mode 100644 index 0000000..2d12b34 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/EditBox.java @@ -0,0 +1,827 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface EditBox extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ */ + + @DISPID(615) + @PropGet + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ */ + + @DISPID(486) + @PropGet + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(110) + @PropPut + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ */ + + @DISPID(620) + @PropGet + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ */ + + @DISPID(616) + @PropGet + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(616) + @PropPut + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "DisplayVerticalScrollBar" + *
+ */ + + @DISPID(922) + @PropGet + boolean getDisplayVerticalScrollBar(); + + + /** + *+ * Setter method for the COM property "DisplayVerticalScrollBar" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(922) + @PropPut + void setDisplayVerticalScrollBar( + boolean rhs); + + + /** + *+ * Getter method for the COM property "InputType" + *
+ */ + + @DISPID(854) + @PropGet + int getInputType(); + + + /** + *+ * Setter method for the COM property "InputType" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(854) + @PropPut + void setInputType( + int rhs); + + + /** + *+ * Getter method for the COM property "LinkedObject" + *
+ */ + + @DISPID(862) + @PropGet + java.lang.String getLinkedObject(); + + + /** + *+ * Getter method for the COM property "MultiLine" + *
+ */ + + @DISPID(855) + @PropGet + boolean getMultiLine(); + + + /** + *+ * Setter method for the COM property "MultiLine" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(855) + @PropPut + void setMultiLine( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PasswordEdit" + *
+ */ + + @DISPID(1162) + @PropGet + boolean getPasswordEdit(); + + + /** + *+ * Setter method for the COM property "PasswordEdit" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1162) + @PropPut + void setPasswordEdit( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/EditBoxes.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/EditBoxes.java new file mode 100644 index 0000000..2629e27 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/EditBoxes.java @@ -0,0 +1,842 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface EditBoxes extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + */ + + @DISPID(65539) + void _Dummy3(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + */ + + @DISPID(65548) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + */ + + @DISPID(65551) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + */ + + @DISPID(65558) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ */ + + @DISPID(616) + @PropGet + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(616) + @PropPut + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "DisplayVerticalScrollBar" + *
+ */ + + @DISPID(922) + @PropGet + boolean getDisplayVerticalScrollBar(); + + + /** + *+ * Setter method for the COM property "DisplayVerticalScrollBar" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(922) + @PropPut + void setDisplayVerticalScrollBar( + boolean rhs); + + + /** + *+ * Getter method for the COM property "InputType" + *
+ */ + + @DISPID(854) + @PropGet + int getInputType(); + + + /** + *+ * Setter method for the COM property "InputType" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(854) + @PropPut + void setInputType( + int rhs); + + + /** + */ + + @DISPID(65570) + void _Dummy34(); + + + /** + *+ * Getter method for the COM property "MultiLine" + *
+ */ + + @DISPID(855) + @PropGet + boolean getMultiLine(); + + + /** + *+ * Setter method for the COM property "MultiLine" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(855) + @PropPut + void setMultiLine( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PasswordEdit" + *
+ */ + + @DISPID(1162) + @PropGet + boolean getPasswordEdit(); + + + /** + *+ * Setter method for the COM property "PasswordEdit" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1162) + @PropPut + void setPasswordEdit( + boolean rhs); + + + /** + * @param left Mandatory double parameter. + * @param top Mandatory double parameter. + * @param width Mandatory double parameter. + * @param height Mandatory double parameter. + */ + + @DISPID(181) + com.exceljava.com4j.excel.EditBox add( + double left, + double top, + double width, + double height); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + */ + + @DISPID(46) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + java.lang.Object item( + java.lang.Object index); + + + /** + */ + + @DISPID(-4) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Value" + *
+ */ + + @DISPID(6) + @PropGet + boolean getValue(); + + + /** + *+ * Getter method for the COM property "Ignore" + *
+ */ + + @DISPID(2210) + @PropGet + boolean getIgnore(); + + + /** + *+ * Setter method for the COM property "Ignore" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2210) + @PropPut + void setIgnore( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ErrorBars.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ErrorBars.java new file mode 100644 index 0000000..6e627ef --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ErrorBars.java @@ -0,0 +1,140 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ErrorBars extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + */ + + @DISPID(235) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @DISPID(117) + java.lang.Object delete(); + + + /** + */ + + @DISPID(112) + java.lang.Object clearFormats(); + + + /** + *+ * Getter method for the COM property "EndStyle" + *
+ */ + + @DISPID(1124) + @PropGet + com.exceljava.com4j.excel.XlEndStyleCap getEndStyle(); + + + /** + *+ * Setter method for the COM property "EndStyle" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlEndStyleCap parameter. + */ + + @DISPID(1124) + @PropPut + void setEndStyle( + com.exceljava.com4j.excel.XlEndStyleCap rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ */ + + @DISPID(116) + @PropGet + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @DISPID(3253) + void setProperty( + java.lang.String id, + java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + */ + + @DISPID(3256) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ErrorCheckingOptions.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ErrorCheckingOptions.java new file mode 100644 index 0000000..092466e --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ErrorCheckingOptions.java @@ -0,0 +1,306 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface ErrorCheckingOptions extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BackgroundChecking" + *
+ */ + + @DISPID(2201) + @PropGet + boolean getBackgroundChecking(); + + + /** + *+ * Setter method for the COM property "BackgroundChecking" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2201) + @PropPut + void setBackgroundChecking( + boolean rhs); + + + /** + *+ * Getter method for the COM property "IndicatorColorIndex" + *
+ */ + + @DISPID(2202) + @PropGet + com.exceljava.com4j.excel.XlColorIndex getIndicatorColorIndex(); + + + /** + *+ * Setter method for the COM property "IndicatorColorIndex" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlColorIndex parameter. + */ + + @DISPID(2202) + @PropPut + void setIndicatorColorIndex( + com.exceljava.com4j.excel.XlColorIndex rhs); + + + /** + *+ * Getter method for the COM property "EvaluateToError" + *
+ */ + + @DISPID(2203) + @PropGet + boolean getEvaluateToError(); + + + /** + *+ * Setter method for the COM property "EvaluateToError" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2203) + @PropPut + void setEvaluateToError( + boolean rhs); + + + /** + *+ * Getter method for the COM property "TextDate" + *
+ */ + + @DISPID(2204) + @PropGet + boolean getTextDate(); + + + /** + *+ * Setter method for the COM property "TextDate" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2204) + @PropPut + void setTextDate( + boolean rhs); + + + /** + *+ * Getter method for the COM property "NumberAsText" + *
+ */ + + @DISPID(2205) + @PropGet + boolean getNumberAsText(); + + + /** + *+ * Setter method for the COM property "NumberAsText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2205) + @PropPut + void setNumberAsText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "InconsistentFormula" + *
+ */ + + @DISPID(2206) + @PropGet + boolean getInconsistentFormula(); + + + /** + *+ * Setter method for the COM property "InconsistentFormula" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2206) + @PropPut + void setInconsistentFormula( + boolean rhs); + + + /** + *+ * Getter method for the COM property "OmittedCells" + *
+ */ + + @DISPID(2207) + @PropGet + boolean getOmittedCells(); + + + /** + *+ * Setter method for the COM property "OmittedCells" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2207) + @PropPut + void setOmittedCells( + boolean rhs); + + + /** + *+ * Getter method for the COM property "UnlockedFormulaCells" + *
+ */ + + @DISPID(2208) + @PropGet + boolean getUnlockedFormulaCells(); + + + /** + *+ * Setter method for the COM property "UnlockedFormulaCells" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2208) + @PropPut + void setUnlockedFormulaCells( + boolean rhs); + + + /** + *+ * Getter method for the COM property "EmptyCellReferences" + *
+ */ + + @DISPID(2209) + @PropGet + boolean getEmptyCellReferences(); + + + /** + *+ * Setter method for the COM property "EmptyCellReferences" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2209) + @PropPut + void setEmptyCellReferences( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ListDataValidation" + *
+ */ + + @DISPID(2296) + @PropGet + boolean getListDataValidation(); + + + /** + *+ * Setter method for the COM property "ListDataValidation" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2296) + @PropPut + void setListDataValidation( + boolean rhs); + + + /** + *+ * Getter method for the COM property "InconsistentTableFormula" + *
+ */ + + @DISPID(2675) + @PropGet + boolean getInconsistentTableFormula(); + + + /** + *+ * Setter method for the COM property "InconsistentTableFormula" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2675) + @PropPut + void setInconsistentTableFormula( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Errors.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Errors.java new file mode 100644 index 0000000..a33187c --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Errors.java @@ -0,0 +1,69 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Errors extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + @PropGet + com.exceljava.com4j.excel.Error getItem( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.Error get_Default( + java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FileExportConverter.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FileExportConverter.java new file mode 100644 index 0000000..552bd56 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FileExportConverter.java @@ -0,0 +1,75 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface FileExportConverter extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Extensions" + *
+ */ + + @DISPID(2769) + @PropGet + java.lang.String getExtensions(); + + + /** + *+ * Getter method for the COM property "Description" + *
+ */ + + @DISPID(218) + @PropGet + java.lang.String getDescription(); + + + /** + *+ * Getter method for the COM property "FileFormat" + *
+ */ + + @DISPID(288) + @PropGet + int getFileFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FileExportConverters.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FileExportConverters.java new file mode 100644 index 0000000..6d3fa11 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FileExportConverters.java @@ -0,0 +1,90 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface FileExportConverters extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.FileExportConverter get_Default( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + @PropGet + com.exceljava.com4j.excel.FileExportConverter getItem( + java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FillFormat.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FillFormat.java new file mode 100644 index 0000000..589acde --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FillFormat.java @@ -0,0 +1,572 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000C0314-0000-0000-C000-000000000046}") +public interface FillFormat extends com.exceljava.com4j.office._IMsoDispObj { + // Methods: + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @DISPID(1) //= 0x1. The runtime will prefer the VTID if present + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @DISPID(10) //= 0xa. The runtime will prefer the VTID if present + @VTID(10) + void background(); + + + /** + * @param style Mandatory com.exceljava.com4j.office.MsoGradientStyle parameter. + * @param variant Mandatory int parameter. + * @param degree Mandatory float parameter. + */ + + @DISPID(11) //= 0xb. The runtime will prefer the VTID if present + @VTID(11) + void oneColorGradient( + com.exceljava.com4j.office.MsoGradientStyle style, + int variant, + float degree); + + + /** + * @param pattern Mandatory com.exceljava.com4j.office.MsoPatternType parameter. + */ + + @DISPID(12) //= 0xc. The runtime will prefer the VTID if present + @VTID(12) + void patterned( + com.exceljava.com4j.office.MsoPatternType pattern); + + + /** + * @param style Mandatory com.exceljava.com4j.office.MsoGradientStyle parameter. + * @param variant Mandatory int parameter. + * @param presetGradientType Mandatory com.exceljava.com4j.office.MsoPresetGradientType parameter. + */ + + @DISPID(13) //= 0xd. The runtime will prefer the VTID if present + @VTID(13) + void presetGradient( + com.exceljava.com4j.office.MsoGradientStyle style, + int variant, + com.exceljava.com4j.office.MsoPresetGradientType presetGradientType); + + + /** + * @param presetTexture Mandatory com.exceljava.com4j.office.MsoPresetTexture parameter. + */ + + @DISPID(14) //= 0xe. The runtime will prefer the VTID if present + @VTID(14) + void presetTextured( + com.exceljava.com4j.office.MsoPresetTexture presetTexture); + + + /** + */ + + @DISPID(15) //= 0xf. The runtime will prefer the VTID if present + @VTID(15) + void solid(); + + + /** + * @param style Mandatory com.exceljava.com4j.office.MsoGradientStyle parameter. + * @param variant Mandatory int parameter. + */ + + @DISPID(16) //= 0x10. The runtime will prefer the VTID if present + @VTID(16) + void twoColorGradient( + com.exceljava.com4j.office.MsoGradientStyle style, + int variant); + + + /** + * @param pictureFile Mandatory java.lang.String parameter. + */ + + @DISPID(17) //= 0x11. The runtime will prefer the VTID if present + @VTID(17) + void userPicture( + java.lang.String pictureFile); + + + /** + * @param textureFile Mandatory java.lang.String parameter. + */ + + @DISPID(18) //= 0x12. The runtime will prefer the VTID if present + @VTID(18) + void userTextured( + java.lang.String textureFile); + + + /** + *+ * Getter method for the COM property "BackColor" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ColorFormat + */ + + @DISPID(100) //= 0x64. The runtime will prefer the VTID if present + @VTID(19) + com.exceljava.com4j.excel.ColorFormat getBackColor(); + + + /** + *+ * Setter method for the COM property "BackColor" + *
+ * @param backColor Mandatory com.exceljava.com4j.excel.ColorFormat parameter. + */ + + @DISPID(100) //= 0x64. The runtime will prefer the VTID if present + @VTID(20) + void setBackColor( + com.exceljava.com4j.excel.ColorFormat backColor); + + + /** + *+ * Getter method for the COM property "ForeColor" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ColorFormat + */ + + @DISPID(101) //= 0x65. The runtime will prefer the VTID if present + @VTID(21) + com.exceljava.com4j.excel.ColorFormat getForeColor(); + + + /** + *+ * Setter method for the COM property "ForeColor" + *
+ * @param foreColor Mandatory com.exceljava.com4j.excel.ColorFormat parameter. + */ + + @DISPID(101) //= 0x65. The runtime will prefer the VTID if present + @VTID(22) + void setForeColor( + com.exceljava.com4j.excel.ColorFormat foreColor); + + + /** + *+ * Getter method for the COM property "GradientColorType" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoGradientColorType + */ + + @DISPID(102) //= 0x66. The runtime will prefer the VTID if present + @VTID(23) + com.exceljava.com4j.office.MsoGradientColorType getGradientColorType(); + + + /** + *+ * Getter method for the COM property "GradientDegree" + *
+ * @return Returns a value of type float + */ + + @DISPID(103) //= 0x67. The runtime will prefer the VTID if present + @VTID(24) + float getGradientDegree(); + + + /** + *+ * Getter method for the COM property "GradientStyle" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoGradientStyle + */ + + @DISPID(104) //= 0x68. The runtime will prefer the VTID if present + @VTID(25) + com.exceljava.com4j.office.MsoGradientStyle getGradientStyle(); + + + /** + *+ * Getter method for the COM property "GradientVariant" + *
+ * @return Returns a value of type int + */ + + @DISPID(105) //= 0x69. The runtime will prefer the VTID if present + @VTID(26) + int getGradientVariant(); + + + /** + *+ * Getter method for the COM property "Pattern" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoPatternType + */ + + @DISPID(106) //= 0x6a. The runtime will prefer the VTID if present + @VTID(27) + com.exceljava.com4j.office.MsoPatternType getPattern(); + + + /** + *+ * Getter method for the COM property "PresetGradientType" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoPresetGradientType + */ + + @DISPID(107) //= 0x6b. The runtime will prefer the VTID if present + @VTID(28) + com.exceljava.com4j.office.MsoPresetGradientType getPresetGradientType(); + + + /** + *+ * Getter method for the COM property "PresetTexture" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoPresetTexture + */ + + @DISPID(108) //= 0x6c. The runtime will prefer the VTID if present + @VTID(29) + com.exceljava.com4j.office.MsoPresetTexture getPresetTexture(); + + + /** + *+ * Getter method for the COM property "TextureName" + *
+ * @return Returns a value of type java.lang.String + */ + + @DISPID(109) //= 0x6d. The runtime will prefer the VTID if present + @VTID(30) + java.lang.String getTextureName(); + + + /** + *+ * Getter method for the COM property "TextureType" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTextureType + */ + + @DISPID(110) //= 0x6e. The runtime will prefer the VTID if present + @VTID(31) + com.exceljava.com4j.office.MsoTextureType getTextureType(); + + + /** + *+ * Getter method for the COM property "Transparency" + *
+ * @return Returns a value of type float + */ + + @DISPID(111) //= 0x6f. The runtime will prefer the VTID if present + @VTID(32) + float getTransparency(); + + + /** + *+ * Setter method for the COM property "Transparency" + *
+ * @param transparency Mandatory float parameter. + */ + + @DISPID(111) //= 0x6f. The runtime will prefer the VTID if present + @VTID(33) + void setTransparency( + float transparency); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoFillType + */ + + @DISPID(112) //= 0x70. The runtime will prefer the VTID if present + @VTID(34) + com.exceljava.com4j.office.MsoFillType getType(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTriState + */ + + @DISPID(113) //= 0x71. The runtime will prefer the VTID if present + @VTID(35) + com.exceljava.com4j.office.MsoTriState getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param visible Mandatory com.exceljava.com4j.office.MsoTriState parameter. + */ + + @DISPID(113) //= 0x71. The runtime will prefer the VTID if present + @VTID(36) + void setVisible( + com.exceljava.com4j.office.MsoTriState visible); + + + /** + *+ * Getter method for the COM property "GradientStops" + *
+ * @return Returns a value of type com.exceljava.com4j.office.GradientStops + */ + + @DISPID(114) //= 0x72. The runtime will prefer the VTID if present + @VTID(37) + com.exceljava.com4j.office.GradientStops getGradientStops(); + + + @VTID(37) + @ReturnValue(defaultPropertyThrough={com.exceljava.com4j.office.GradientStops.class}) + com.exceljava.com4j.office.GradientStop getGradientStops( + int index); + + /** + *+ * Getter method for the COM property "TextureOffsetX" + *
+ * @return Returns a value of type float + */ + + @DISPID(115) //= 0x73. The runtime will prefer the VTID if present + @VTID(38) + float getTextureOffsetX(); + + + /** + *+ * Setter method for the COM property "TextureOffsetX" + *
+ * @param textureOffsetX Mandatory float parameter. + */ + + @DISPID(115) //= 0x73. The runtime will prefer the VTID if present + @VTID(39) + void setTextureOffsetX( + float textureOffsetX); + + + /** + *+ * Getter method for the COM property "TextureOffsetY" + *
+ * @return Returns a value of type float + */ + + @DISPID(116) //= 0x74. The runtime will prefer the VTID if present + @VTID(40) + float getTextureOffsetY(); + + + /** + *+ * Setter method for the COM property "TextureOffsetY" + *
+ * @param textureOffsetY Mandatory float parameter. + */ + + @DISPID(116) //= 0x74. The runtime will prefer the VTID if present + @VTID(41) + void setTextureOffsetY( + float textureOffsetY); + + + /** + *+ * Getter method for the COM property "TextureAlignment" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTextureAlignment + */ + + @DISPID(117) //= 0x75. The runtime will prefer the VTID if present + @VTID(42) + com.exceljava.com4j.office.MsoTextureAlignment getTextureAlignment(); + + + /** + *+ * Setter method for the COM property "TextureAlignment" + *
+ * @param textureAlignment Mandatory com.exceljava.com4j.office.MsoTextureAlignment parameter. + */ + + @DISPID(117) //= 0x75. The runtime will prefer the VTID if present + @VTID(43) + void setTextureAlignment( + com.exceljava.com4j.office.MsoTextureAlignment textureAlignment); + + + /** + *+ * Getter method for the COM property "TextureHorizontalScale" + *
+ * @return Returns a value of type float + */ + + @DISPID(118) //= 0x76. The runtime will prefer the VTID if present + @VTID(44) + float getTextureHorizontalScale(); + + + /** + *+ * Setter method for the COM property "TextureHorizontalScale" + *
+ * @param horizontalScale Mandatory float parameter. + */ + + @DISPID(118) //= 0x76. The runtime will prefer the VTID if present + @VTID(45) + void setTextureHorizontalScale( + float horizontalScale); + + + /** + *+ * Getter method for the COM property "TextureVerticalScale" + *
+ * @return Returns a value of type float + */ + + @DISPID(119) //= 0x77. The runtime will prefer the VTID if present + @VTID(46) + float getTextureVerticalScale(); + + + /** + *+ * Setter method for the COM property "TextureVerticalScale" + *
+ * @param verticalScale Mandatory float parameter. + */ + + @DISPID(119) //= 0x77. The runtime will prefer the VTID if present + @VTID(47) + void setTextureVerticalScale( + float verticalScale); + + + /** + *+ * Getter method for the COM property "TextureTile" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTriState + */ + + @DISPID(120) //= 0x78. The runtime will prefer the VTID if present + @VTID(48) + com.exceljava.com4j.office.MsoTriState getTextureTile(); + + + /** + *+ * Setter method for the COM property "TextureTile" + *
+ * @param textureTile Mandatory com.exceljava.com4j.office.MsoTriState parameter. + */ + + @DISPID(120) //= 0x78. The runtime will prefer the VTID if present + @VTID(49) + void setTextureTile( + com.exceljava.com4j.office.MsoTriState textureTile); + + + /** + *+ * Getter method for the COM property "RotateWithObject" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTriState + */ + + @DISPID(121) //= 0x79. The runtime will prefer the VTID if present + @VTID(50) + com.exceljava.com4j.office.MsoTriState getRotateWithObject(); + + + /** + *+ * Setter method for the COM property "RotateWithObject" + *
+ * @param rotateWithObject Mandatory com.exceljava.com4j.office.MsoTriState parameter. + */ + + @DISPID(121) //= 0x79. The runtime will prefer the VTID if present + @VTID(51) + void setRotateWithObject( + com.exceljava.com4j.office.MsoTriState rotateWithObject); + + + /** + *+ * Getter method for the COM property "PictureEffects" + *
+ * @return Returns a value of type com.exceljava.com4j.office.PictureEffects + */ + + @DISPID(122) //= 0x7a. The runtime will prefer the VTID if present + @VTID(52) + com.exceljava.com4j.office.PictureEffects getPictureEffects(); + + + @VTID(52) + @ReturnValue(defaultPropertyThrough={com.exceljava.com4j.office.PictureEffects.class}) + com.exceljava.com4j.office.PictureEffect getPictureEffects( + int index); + + /** + *+ * Getter method for the COM property "GradientAngle" + *
+ * @return Returns a value of type float + */ + + @DISPID(123) //= 0x7b. The runtime will prefer the VTID if present + @VTID(53) + float getGradientAngle(); + + + /** + *+ * Setter method for the COM property "GradientAngle" + *
+ * @param gradientAngle Mandatory float parameter. + */ + + @DISPID(123) //= 0x7b. The runtime will prefer the VTID if present + @VTID(54) + void setGradientAngle( + float gradientAngle); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Filter.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Filter.java new file mode 100644 index 0000000..f27a8cc --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Filter.java @@ -0,0 +1,121 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Filter extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "On" + *
+ */ + + @DISPID(1618) + @PropGet + boolean getOn(); + + + /** + *+ * Getter method for the COM property "Criteria1" + *
+ */ + + @DISPID(796) + @PropGet + java.lang.Object getCriteria1(); + + + /** + *+ * Getter method for the COM property "_Operator" + *
+ */ + + @DISPID(2641) + @PropGet + com.exceljava.com4j.excel.XlAutoFilterOperator get_Operator(); + + + /** + *+ * Getter method for the COM property "Criteria2" + *
+ */ + + @DISPID(798) + @PropGet + java.lang.Object getCriteria2(); + + + /** + *+ * Getter method for the COM property "Operator" + *
+ */ + + @DISPID(797) + @PropGet + com.exceljava.com4j.excel.XlAutoFilterOperator getOperator(); + + + /** + *+ * Setter method for the COM property "Operator" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlAutoFilterOperator parameter. + */ + + @DISPID(797) + @PropPut + void setOperator( + com.exceljava.com4j.excel.XlAutoFilterOperator rhs); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Filters.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Filters.java new file mode 100644 index 0000000..a9c6897 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Filters.java @@ -0,0 +1,90 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Filters extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory int parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.Filter get_Default( + int index); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory int parameter. + */ + + @DISPID(170) + @PropGet + com.exceljava.com4j.excel.Filter getItem( + int index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + */ + + @DISPID(235) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @DISPID(112) + java.lang.Object clearFormats(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ */ + + @DISPID(1663) + @PropGet + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + *+ * Getter method for the COM property "PictureType" + *
+ */ + + @DISPID(161) + @PropGet + java.lang.Object getPictureType(); + + + /** + *+ * Setter method for the COM property "PictureType" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(161) + @PropPut + void setPictureType( + java.lang.Object rhs); + + + /** + */ + + @DISPID(211) + void paste(); + + + /** + *+ * Getter method for the COM property "Thickness" + *
+ */ + + @DISPID(2652) + @PropGet + int getThickness(); + + + /** + *+ * Setter method for the COM property "Thickness" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(2652) + @PropPut + void setThickness( + int rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ */ + + @DISPID(116) + @PropGet + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Font.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Font.java new file mode 100644 index 0000000..06fcc6c --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Font.java @@ -0,0 +1,450 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Font extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Background" + *
+ */ + + @DISPID(180) + @PropGet + java.lang.Object getBackground(); + + + /** + *+ * Setter method for the COM property "Background" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(180) + @PropPut + void setBackground( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Bold" + *
+ */ + + @DISPID(96) + @PropGet + java.lang.Object getBold(); + + + /** + *+ * Setter method for the COM property "Bold" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(96) + @PropPut + void setBold( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Color" + *
+ */ + + @DISPID(99) + @PropGet + java.lang.Object getColor(); + + + /** + *+ * Setter method for the COM property "Color" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(99) + @PropPut + void setColor( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ColorIndex" + *
+ */ + + @DISPID(97) + @PropGet + java.lang.Object getColorIndex(); + + + /** + *+ * Setter method for the COM property "ColorIndex" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(97) + @PropPut + void setColorIndex( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "FontStyle" + *
+ */ + + @DISPID(177) + @PropGet + java.lang.Object getFontStyle(); + + + /** + *+ * Setter method for the COM property "FontStyle" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(177) + @PropPut + void setFontStyle( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Italic" + *
+ */ + + @DISPID(101) + @PropGet + java.lang.Object getItalic(); + + + /** + *+ * Setter method for the COM property "Italic" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(101) + @PropPut + void setItalic( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.Object getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(110) + @PropPut + void setName( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "OutlineFont" + *
+ */ + + @DISPID(221) + @PropGet + java.lang.Object getOutlineFont(); + + + /** + *+ * Setter method for the COM property "OutlineFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(221) + @PropPut + void setOutlineFont( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ */ + + @DISPID(103) + @PropGet + java.lang.Object getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(103) + @PropPut + void setShadow( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Size" + *
+ */ + + @DISPID(104) + @PropGet + java.lang.Object getSize(); + + + /** + *+ * Setter method for the COM property "Size" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(104) + @PropPut + void setSize( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Strikethrough" + *
+ */ + + @DISPID(105) + @PropGet + java.lang.Object getStrikethrough(); + + + /** + *+ * Setter method for the COM property "Strikethrough" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(105) + @PropPut + void setStrikethrough( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Subscript" + *
+ */ + + @DISPID(179) + @PropGet + java.lang.Object getSubscript(); + + + /** + *+ * Setter method for the COM property "Subscript" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(179) + @PropPut + void setSubscript( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Superscript" + *
+ */ + + @DISPID(178) + @PropGet + java.lang.Object getSuperscript(); + + + /** + *+ * Setter method for the COM property "Superscript" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(178) + @PropPut + void setSuperscript( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Underline" + *
+ */ + + @DISPID(106) + @PropGet + java.lang.Object getUnderline(); + + + /** + *+ * Setter method for the COM property "Underline" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(106) + @PropPut + void setUnderline( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ThemeColor" + *
+ */ + + @DISPID(2365) + @PropGet + java.lang.Object getThemeColor(); + + + /** + *+ * Setter method for the COM property "ThemeColor" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(2365) + @PropPut + void setThemeColor( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "TintAndShade" + *
+ */ + + @DISPID(2366) + @PropGet + java.lang.Object getTintAndShade(); + + + /** + *+ * Setter method for the COM property "TintAndShade" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(2366) + @PropPut + void setTintAndShade( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ThemeFont" + *
+ */ + + @DISPID(2367) + @PropGet + com.exceljava.com4j.excel.XlThemeFont getThemeFont(); + + + /** + *+ * Setter method for the COM property "ThemeFont" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlThemeFont parameter. + */ + + @DISPID(2367) + @PropPut + void setThemeFont( + com.exceljava.com4j.excel.XlThemeFont rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FormatColor.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FormatColor.java new file mode 100644 index 0000000..09bad1a --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FormatColor.java @@ -0,0 +1,138 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface FormatColor extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Color" + *
+ */ + + @DISPID(99) + @PropGet + java.lang.Object getColor(); + + + /** + *+ * Setter method for the COM property "Color" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(99) + @PropPut + void setColor( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ColorIndex" + *
+ */ + + @DISPID(97) + @PropGet + com.exceljava.com4j.excel.XlColorIndex getColorIndex(); + + + /** + *+ * Setter method for the COM property "ColorIndex" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlColorIndex parameter. + */ + + @DISPID(97) + @PropPut + void setColorIndex( + com.exceljava.com4j.excel.XlColorIndex rhs); + + + /** + *+ * Getter method for the COM property "ThemeColor" + *
+ */ + + @DISPID(2365) + @PropGet + java.lang.Object getThemeColor(); + + + /** + *+ * Setter method for the COM property "ThemeColor" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(2365) + @PropPut + void setThemeColor( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "TintAndShade" + *
+ */ + + @DISPID(2366) + @PropGet + java.lang.Object getTintAndShade(); + + + /** + *+ * Setter method for the COM property "TintAndShade" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(2366) + @PropPut + void setTintAndShade( + java.lang.Object rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FormatCondition.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FormatCondition.java new file mode 100644 index 0000000..37e36c9 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FormatCondition.java @@ -0,0 +1,559 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface FormatCondition extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Modify(type, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Modify(type, operator, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Modify(type, operator, formula1, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + int getType(); + + + /** + *+ * Getter method for the COM property "Operator" + *
+ */ + + @DISPID(797) + @PropGet + int getOperator(); + + + /** + *+ * Getter method for the COM property "Formula1" + *
+ */ + + @DISPID(1579) + @PropGet + java.lang.String getFormula1(); + + + /** + *+ * Getter method for the COM property "Formula2" + *
+ */ + + @DISPID(1580) + @PropGet + java.lang.String getFormula2(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Borders" + *
+ */ + + @DISPID(435) + @PropGet + com.exceljava.com4j.excel.Borders getBorders(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + */ + + @DISPID(117) + void delete(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * modify(type, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * modify(type, operator, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * modify(type, operator, formula1, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * modify(type, operator, formula1, formula2, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * modify(type, operator, formula1, formula2, string, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "TextOperator" + *
+ */ + + @DISPID(2613) + @PropGet + com.exceljava.com4j.excel.XlContainsOperator getTextOperator(); + + + /** + *+ * Setter method for the COM property "TextOperator" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlContainsOperator parameter. + */ + + @DISPID(2613) + @PropPut + void setTextOperator( + com.exceljava.com4j.excel.XlContainsOperator rhs); + + + /** + *+ * Getter method for the COM property "DateOperator" + *
+ */ + + @DISPID(2614) + @PropGet + com.exceljava.com4j.excel.XlTimePeriods getDateOperator(); + + + /** + *+ * Setter method for the COM property "DateOperator" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlTimePeriods parameter. + */ + + @DISPID(2614) + @PropPut + void setDateOperator( + com.exceljava.com4j.excel.XlTimePeriods rhs); + + + /** + *+ * Getter method for the COM property "NumberFormat" + *
+ */ + + @DISPID(193) + @PropGet + java.lang.Object getNumberFormat(); + + + /** + *+ * Setter method for the COM property "NumberFormat" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(193) + @PropPut + void setNumberFormat( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Priority" + *
+ */ + + @DISPID(985) + @PropGet + int getPriority(); + + + /** + *+ * Setter method for the COM property "Priority" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(985) + @PropPut + void setPriority( + int rhs); + + + /** + *+ * Getter method for the COM property "StopIfTrue" + *
+ */ + + @DISPID(2625) + @PropGet + boolean getStopIfTrue(); + + + /** + *+ * Setter method for the COM property "StopIfTrue" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(2625) + @PropPut + void setStopIfTrue( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AppliesTo" + *
+ */ + + @DISPID(2626) + @PropGet + com.exceljava.com4j.excel.Range getAppliesTo(); + + + /** + * @param range Mandatory com.exceljava.com4j.excel.Range parameter. + */ + + @DISPID(2627) + void modifyAppliesToRange( + com.exceljava.com4j.excel.Range range); + + + /** + */ + + @DISPID(2629) + void setFirstPriority(); + + + /** + */ + + @DISPID(2630) + void setLastPriority(); + + + /** + *+ * Getter method for the COM property "PTCondition" + *
+ */ + + @DISPID(2631) + @PropGet + boolean getPTCondition(); + + + /** + *+ * Getter method for the COM property "ScopeType" + *
+ */ + + @DISPID(2615) + @PropGet + com.exceljava.com4j.excel.XlPivotConditionScope getScopeType(); + + + /** + *+ * Setter method for the COM property "ScopeType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPivotConditionScope parameter. + */ + + @DISPID(2615) + @PropPut + void setScopeType( + com.exceljava.com4j.excel.XlPivotConditionScope rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FormatConditions.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FormatConditions.java new file mode 100644 index 0000000..7d7b614 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/FormatConditions.java @@ -0,0 +1,349 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface FormatConditions extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com4j.Com4jObject item( + java.lang.Object index); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(type, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(type, operator, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(type, operator, formula1, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(type, operator, formula1, formula2, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(type, operator, formula1, formula2, string, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(type, operator, formula1, formula2, string, textOperator, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(type, operator, formula1, formula2, string, textOperator, dateOperator, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com4j.Com4jObject get_Default( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addNodes(segmentType, editingType, x1, y1, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addNodes(segmentType, editingType, x1, y1, x2, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addNodes(segmentType, editingType, x1, y1, x2, y2, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addNodes(segmentType, editingType, x1, y1, x2, y2, x3, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com.exceljava.com4j.excel.Series item( + java.lang.Object index); + + + /** + */ + + @DISPID(-4) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Brightness" + *
+ */ + + @DISPID(2194) + @PropGet + float getBrightness(); + + + /** + *+ * Setter method for the COM property "Brightness" + *
+ * @param rhs Mandatory float parameter. + */ + + @DISPID(2194) + @PropPut + void setBrightness( + float rhs); + + + /** + *+ * Getter method for the COM property "ColorType" + *
+ */ + + @DISPID(2195) + @PropGet + com.exceljava.com4j.office.MsoPictureColorType getColorType(); + + + /** + *+ * Setter method for the COM property "ColorType" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoPictureColorType parameter. + */ + + @DISPID(2195) + @PropPut + void setColorType( + com.exceljava.com4j.office.MsoPictureColorType rhs); + + + /** + *+ * Getter method for the COM property "Contrast" + *
+ */ + + @DISPID(2196) + @PropGet + float getContrast(); + + + /** + *+ * Setter method for the COM property "Contrast" + *
+ * @param rhs Mandatory float parameter. + */ + + @DISPID(2196) + @PropPut + void setContrast( + float rhs); + + + /** + *+ * Getter method for the COM property "CropBottom" + *
+ */ + + @DISPID(2197) + @PropGet + float getCropBottom(); + + + /** + *+ * Setter method for the COM property "CropBottom" + *
+ * @param rhs Mandatory float parameter. + */ + + @DISPID(2197) + @PropPut + void setCropBottom( + float rhs); + + + /** + *+ * Getter method for the COM property "CropLeft" + *
+ */ + + @DISPID(2198) + @PropGet + float getCropLeft(); + + + /** + *+ * Setter method for the COM property "CropLeft" + *
+ * @param rhs Mandatory float parameter. + */ + + @DISPID(2198) + @PropPut + void setCropLeft( + float rhs); + + + /** + *+ * Getter method for the COM property "CropRight" + *
+ */ + + @DISPID(2199) + @PropGet + float getCropRight(); + + + /** + *+ * Setter method for the COM property "CropRight" + *
+ * @param rhs Mandatory float parameter. + */ + + @DISPID(2199) + @PropPut + void setCropRight( + float rhs); + + + /** + *+ * Getter method for the COM property "CropTop" + *
+ */ + + @DISPID(2200) + @PropGet + float getCropTop(); + + + /** + *+ * Setter method for the COM property "CropTop" + *
+ * @param rhs Mandatory float parameter. + */ + + @DISPID(2200) + @PropPut + void setCropTop( + float rhs); + + + /** + *+ * Getter method for the COM property "Filename" + *
+ */ + + @DISPID(1415) + @PropGet + java.lang.String getFilename(); + + + /** + *+ * Setter method for the COM property "Filename" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1415) + @PropPut + void setFilename( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + float getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory float parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + float rhs); + + + /** + *+ * Getter method for the COM property "LockAspectRatio" + *
+ */ + + @DISPID(1700) + @PropGet + com.exceljava.com4j.office.MsoTriState getLockAspectRatio(); + + + /** + *+ * Setter method for the COM property "LockAspectRatio" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoTriState parameter. + */ + + @DISPID(1700) + @PropPut + void setLockAspectRatio( + com.exceljava.com4j.office.MsoTriState rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + float getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory float parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + float rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Gridlines.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Gridlines.java new file mode 100644 index 0000000..88e9282 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Gridlines.java @@ -0,0 +1,109 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Gridlines extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + */ + + @DISPID(235) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @DISPID(117) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Format" + *
+ */ + + @DISPID(116) + @PropGet + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @DISPID(3253) + void setProperty( + java.lang.String id, + java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + */ + + @DISPID(3256) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/GroupBox.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/GroupBox.java new file mode 100644 index 0000000..37151a3 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/GroupBox.java @@ -0,0 +1,792 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface GroupBox extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ */ + + @DISPID(615) + @PropGet + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ */ + + @DISPID(486) + @PropGet + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(110) + @PropPut + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ */ + + @DISPID(620) + @PropGet + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ */ + + @DISPID(616) + @PropGet + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(616) + @PropPut + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ */ + + @DISPID(846) + @PropGet + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(846) + @PropPut + void setAccelerator( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Display3DShading" + *
+ */ + + @DISPID(1122) + @PropGet + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1122) + @PropPut + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ */ + + @DISPID(1121) + @PropGet + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1121) + @PropPut + void setPhoneticAccelerator( + java.lang.Object rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/GroupBoxes.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/GroupBoxes.java new file mode 100644 index 0000000..0dcd843 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/GroupBoxes.java @@ -0,0 +1,811 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface GroupBoxes extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + */ + + @DISPID(65539) + void _Dummy3(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + */ + + @DISPID(65548) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + */ + + @DISPID(65551) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + */ + + @DISPID(65558) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ */ + + @DISPID(139) + @PropGet + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(139) + @PropPut + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + */ + + @DISPID(603) + @PropGet + com.exceljava.com4j.excel.Characters getCharacters( + @Optional java.lang.Object start, + @Optional java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ */ + + @DISPID(616) + @PropGet + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(616) + @PropPut + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ */ + + @DISPID(846) + @PropGet + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(846) + @PropPut + void setAccelerator( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Display3DShading" + *
+ */ + + @DISPID(1122) + @PropGet + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1122) + @PropPut + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ */ + + @DISPID(1121) + @PropGet + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(1121) + @PropPut + void setPhoneticAccelerator( + java.lang.Object rhs); + + + /** + * @param left Mandatory double parameter. + * @param top Mandatory double parameter. + * @param width Mandatory double parameter. + * @param height Mandatory double parameter. + */ + + @DISPID(181) + com.exceljava.com4j.excel.GroupBox add( + double left, + double top, + double width, + double height); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + */ + + @DISPID(46) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com4j.Com4jObject item( + java.lang.Object index); + + + /** + */ + + @DISPID(-4) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ */ + + @DISPID(615) + @PropGet + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ */ + + @DISPID(486) + @PropGet + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(110) + @PropPut + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ */ + + @DISPID(620) + @PropGet + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + */ + + @DISPID(65563) + void _Dummy27(); + + + /** + */ + + @DISPID(65564) + void _Dummy28(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ */ + + @DISPID(1063) + @PropGet + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1063) + @PropPut + void setAddIndent( + boolean rhs); + + + /** + */ + + @DISPID(65566) + void _Dummy30(); + + + /** + *+ * Getter method for the COM property "ArrowHeadLength" + *
+ */ + + @DISPID(611) + @PropGet + java.lang.Object getArrowHeadLength(); + + + /** + *+ * Setter method for the COM property "ArrowHeadLength" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(611) + @PropPut + void setArrowHeadLength( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ArrowHeadStyle" + *
+ */ + + @DISPID(612) + @PropGet + java.lang.Object getArrowHeadStyle(); + + + /** + *+ * Setter method for the COM property "ArrowHeadStyle" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(612) + @PropPut + void setArrowHeadStyle( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ArrowHeadWidth" + *
+ */ + + @DISPID(613) + @PropGet + java.lang.Object getArrowHeadWidth(); + + + /** + *+ * Setter method for the COM property "ArrowHeadWidth" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(613) + @PropPut + void setArrowHeadWidth( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ */ + + @DISPID(614) + @PropGet + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(614) + @PropPut + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @DISPID(65572) + void _Dummy36(); + + + /** + */ + + @DISPID(65573) + void _Dummy37(); + + + /** + */ + + @DISPID(65574) + void _Dummy38(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ */ + + @DISPID(0) + @PropGet + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(0) + @PropPut + @DefaultMethod + void set_Default( + int rhs); + + + /** + */ + + @DISPID(65577) + void _Dummy41(); + + + /** + */ + + @DISPID(65578) + void _Dummy42(); + + + /** + */ + + @DISPID(65579) + void _Dummy43(); + + + /** + */ + + @DISPID(65580) + void _Dummy44(); + + + /** + */ + + @DISPID(65581) + void _Dummy45(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + */ + + @DISPID(65583) + void _Dummy47(); + + + /** + */ + + @DISPID(65584) + void _Dummy48(); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ */ + + @DISPID(136) + @PropGet + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(136) + @PropPut + void setHorizontalAlignment( + java.lang.Object rhs); + + + /** + */ + + @DISPID(65586) + void _Dummy50(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + */ + + @DISPID(65588) + void _Dummy52(); + + + /** + */ + + @DISPID(65589) + void _Dummy53(); + + + /** + */ + + @DISPID(65590) + void _Dummy54(); + + + /** + */ + + @DISPID(65591) + void _Dummy55(); + + + /** + */ + + @DISPID(65592) + void _Dummy56(); + + + /** + */ + + @DISPID(65593) + void _Dummy57(); + + + /** + */ + + @DISPID(65594) + void _Dummy58(); + + + /** + */ + + @DISPID(65595) + void _Dummy59(); + + + /** + */ + + @DISPID(65596) + void _Dummy60(); + + + /** + */ + + @DISPID(65597) + void _Dummy61(); + + + /** + */ + + @DISPID(65598) + void _Dummy62(); + + + /** + */ + + @DISPID(65599) + void _Dummy63(); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ */ + + @DISPID(134) + @PropGet + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(134) + @PropPut + void setOrientation( + java.lang.Object rhs); + + + /** + */ + + @DISPID(65601) + void _Dummy65(); + + + /** + */ + + @DISPID(65602) + void _Dummy66(); + + + /** + */ + + @DISPID(65603) + void _Dummy67(); + + + /** + */ + + @DISPID(65604) + void _Dummy68(); + + + /** + *+ * Getter method for the COM property "RoundedCorners" + *
+ */ + + @DISPID(619) + @PropGet + boolean getRoundedCorners(); + + + /** + *+ * Setter method for the COM property "RoundedCorners" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(619) + @PropPut + void setRoundedCorners( + boolean rhs); + + + /** + */ + + @DISPID(65606) + void _Dummy70(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ */ + + @DISPID(103) + @PropGet + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(103) + @PropPut + void setShadow( + boolean rhs); + + + /** + */ + + @DISPID(65608) + void _Dummy72(); + + + /** + */ + + @DISPID(65609) + void _Dummy73(); + + + /** + */ + + @DISPID(244) + com4j.Com4jObject ungroup(); + + + /** + */ + + @DISPID(65611) + void _Dummy75(); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ */ + + @DISPID(137) + @PropGet + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(137) + @PropPut + void setVerticalAlignment( + java.lang.Object rhs); + + + /** + */ + + @DISPID(65613) + void _Dummy77(); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ */ + + @DISPID(975) + @PropGet + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(975) + @PropPut + void setReadingOrder( + int rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/GroupObjects.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/GroupObjects.java new file mode 100644 index 0000000..bb77748 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/GroupObjects.java @@ -0,0 +1,1164 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface GroupObjects extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + */ + + @DISPID(65539) + void _Dummy3(); + + + /** + */ + + @DISPID(602) + java.lang.Object bringToFront(); + + + /** + */ + + @DISPID(551) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ */ + + @DISPID(600) + @PropGet + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(600) + @PropPut + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ */ + + @DISPID(123) + @PropGet + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(123) + @PropPut + void setHeight( + double rhs); + + + /** + */ + + @DISPID(65548) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ */ + + @DISPID(127) + @PropGet + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(127) + @PropPut + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ */ + + @DISPID(269) + @PropGet + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(269) + @PropPut + void setLocked( + boolean rhs); + + + /** + */ + + @DISPID(65551) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ */ + + @DISPID(596) + @PropGet + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(596) + @PropPut + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ */ + + @DISPID(617) + @PropGet + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(617) + @PropPut + void setPlacement( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ */ + + @DISPID(618) + @PropGet + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(618) + @PropPut + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ */ + + @DISPID(126) + @PropGet + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(126) + @PropPut + void setTop( + double rhs); + + + /** + */ + + @DISPID(65558) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ */ + + @DISPID(558) + @PropGet + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(558) + @PropPut + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ */ + + @DISPID(122) + @PropGet + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @DISPID(122) + @PropPut + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ */ + + @DISPID(622) + @PropGet + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ */ + + @DISPID(1528) + @PropGet + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + */ + + @DISPID(65563) + void _Dummy27(); + + + /** + */ + + @DISPID(65564) + void _Dummy28(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ */ + + @DISPID(1063) + @PropGet + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(1063) + @PropPut + void setAddIndent( + boolean rhs); + + + /** + */ + + @DISPID(65566) + void _Dummy30(); + + + /** + *+ * Getter method for the COM property "ArrowHeadLength" + *
+ */ + + @DISPID(611) + @PropGet + java.lang.Object getArrowHeadLength(); + + + /** + *+ * Setter method for the COM property "ArrowHeadLength" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(611) + @PropPut + void setArrowHeadLength( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ArrowHeadStyle" + *
+ */ + + @DISPID(612) + @PropGet + java.lang.Object getArrowHeadStyle(); + + + /** + *+ * Setter method for the COM property "ArrowHeadStyle" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(612) + @PropPut + void setArrowHeadStyle( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ArrowHeadWidth" + *
+ */ + + @DISPID(613) + @PropGet + java.lang.Object getArrowHeadWidth(); + + + /** + *+ * Setter method for the COM property "ArrowHeadWidth" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(613) + @PropPut + void setArrowHeadWidth( + java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ */ + + @DISPID(614) + @PropGet + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(614) + @PropPut + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @DISPID(65572) + void _Dummy36(); + + + /** + */ + + @DISPID(65573) + void _Dummy37(); + + + /** + */ + + @DISPID(65574) + void _Dummy38(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ */ + + @DISPID(0) + @PropGet + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(0) + @PropPut + @DefaultMethod + void set_Default( + int rhs); + + + /** + */ + + @DISPID(65577) + void _Dummy41(); + + + /** + */ + + @DISPID(65578) + void _Dummy42(); + + + /** + */ + + @DISPID(65579) + void _Dummy43(); + + + /** + */ + + @DISPID(65580) + void _Dummy44(); + + + /** + */ + + @DISPID(65581) + void _Dummy45(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ */ + + @DISPID(146) + @PropGet + com.exceljava.com4j.excel.Font getFont(); + + + /** + */ + + @DISPID(65583) + void _Dummy47(); + + + /** + */ + + @DISPID(65584) + void _Dummy48(); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ */ + + @DISPID(136) + @PropGet + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(136) + @PropPut + void setHorizontalAlignment( + java.lang.Object rhs); + + + /** + */ + + @DISPID(65586) + void _Dummy50(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ */ + + @DISPID(129) + @PropGet + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + */ + + @DISPID(65588) + void _Dummy52(); + + + /** + */ + + @DISPID(65589) + void _Dummy53(); + + + /** + */ + + @DISPID(65590) + void _Dummy54(); + + + /** + */ + + @DISPID(65591) + void _Dummy55(); + + + /** + */ + + @DISPID(65592) + void _Dummy56(); + + + /** + */ + + @DISPID(65593) + void _Dummy57(); + + + /** + */ + + @DISPID(65594) + void _Dummy58(); + + + /** + */ + + @DISPID(65595) + void _Dummy59(); + + + /** + */ + + @DISPID(65596) + void _Dummy60(); + + + /** + */ + + @DISPID(65597) + void _Dummy61(); + + + /** + */ + + @DISPID(65598) + void _Dummy62(); + + + /** + */ + + @DISPID(65599) + void _Dummy63(); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ */ + + @DISPID(134) + @PropGet + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(134) + @PropPut + void setOrientation( + java.lang.Object rhs); + + + /** + */ + + @DISPID(65601) + void _Dummy65(); + + + /** + */ + + @DISPID(65602) + void _Dummy66(); + + + /** + */ + + @DISPID(65603) + void _Dummy67(); + + + /** + */ + + @DISPID(65604) + void _Dummy68(); + + + /** + *+ * Getter method for the COM property "RoundedCorners" + *
+ */ + + @DISPID(619) + @PropGet + boolean getRoundedCorners(); + + + /** + *+ * Setter method for the COM property "RoundedCorners" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(619) + @PropPut + void setRoundedCorners( + boolean rhs); + + + /** + */ + + @DISPID(65606) + void _Dummy70(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ */ + + @DISPID(103) + @PropGet + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @DISPID(103) + @PropPut + void setShadow( + boolean rhs); + + + /** + */ + + @DISPID(65608) + void _Dummy72(); + + + /** + */ + + @DISPID(65609) + void _Dummy73(); + + + /** + */ + + @DISPID(244) + com4j.Com4jObject ungroup(); + + + /** + */ + + @DISPID(65611) + void _Dummy75(); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ */ + + @DISPID(137) + @PropGet + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @DISPID(137) + @PropPut + void setVerticalAlignment( + java.lang.Object rhs); + + + /** + */ + + @DISPID(65613) + void _Dummy77(); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ */ + + @DISPID(975) + @PropGet + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @DISPID(975) + @PropPut + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + */ + + @DISPID(46) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com4j.Com4jObject item( + java.lang.Object index); + + + /** + */ + + @DISPID(-4) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + com.exceljava.com4j.excel.Shape item( + java.lang.Object index); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @DefaultMethod + com.exceljava.com4j.excel.Shape _Default( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "Range" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(197) + @PropGet + com.exceljava.com4j.excel.ShapeRange getRange( + java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/HPageBreak.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/HPageBreak.java new file mode 100644 index 0000000..1a0148d --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/HPageBreak.java @@ -0,0 +1,119 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface HPageBreak extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com.exceljava.com4j.excel._Worksheet getParent(); + + + /** + */ + + @DISPID(117) + void delete(); + + + /** + * @param direction Mandatory com.exceljava.com4j.excel.XlDirection parameter. + * @param regionIndex Mandatory int parameter. + */ + + @DISPID(1420) + void dragOff( + com.exceljava.com4j.excel.XlDirection direction, + int regionIndex); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + com.exceljava.com4j.excel.XlPageBreak getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPageBreak parameter. + */ + + @DISPID(108) + @PropPut + void setType( + com.exceljava.com4j.excel.XlPageBreak rhs); + + + /** + *+ * Getter method for the COM property "Extent" + *
+ */ + + @DISPID(1422) + @PropGet + com.exceljava.com4j.excel.XlPageBreakExtent getExtent(); + + + /** + *+ * Getter method for the COM property "Location" + *
+ */ + + @DISPID(1397) + @PropGet + com.exceljava.com4j.excel.Range getLocation(); + + + /** + *+ * Setter method for the COM property "Location" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.Range parameter. + */ + + @DISPID(1397) + @PropPut + void setLocation( + com.exceljava.com4j.excel.Range rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/HPageBreaks.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/HPageBreaks.java new file mode 100644 index 0000000..48f461c --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/HPageBreaks.java @@ -0,0 +1,99 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface HPageBreaks extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory int parameter. + */ + + @DISPID(170) + @PropGet + com.exceljava.com4j.excel.HPageBreak getItem( + int index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory int parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.HPageBreak get_Default( + int index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "Text" + *
+ */ + + @DISPID(138) + @PropGet + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(138) + @PropPut + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Picture" + *
+ */ + + @DISPID(479) + @PropGet + com.exceljava.com4j.excel.Graphic getPicture(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/HiLoLines.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/HiLoLines.java new file mode 100644 index 0000000..916330e --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/HiLoLines.java @@ -0,0 +1,89 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface HiLoLines extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + */ + + @DISPID(235) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ */ + + @DISPID(128) + @PropGet + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @DISPID(117) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Format" + *
+ */ + + @DISPID(116) + @PropGet + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Hyperlink.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Hyperlink.java new file mode 100644 index 0000000..911c763 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Hyperlink.java @@ -0,0 +1,360 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Hyperlink extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ */ + + @DISPID(110) + @PropGet + java.lang.String getName(); + + + /** + *+ * Getter method for the COM property "Range" + *
+ */ + + @DISPID(197) + @PropGet + com.exceljava.com4j.excel.Range getRange(); + + + /** + *+ * Getter method for the COM property "Shape" + *
+ */ + + @DISPID(1582) + @PropGet + com.exceljava.com4j.excel.Shape getShape(); + + + /** + *+ * Getter method for the COM property "SubAddress" + *
+ */ + + @DISPID(1471) + @PropGet + java.lang.String getSubAddress(); + + + /** + *+ * Setter method for the COM property "SubAddress" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1471) + @PropPut + void setSubAddress( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Address" + *
+ */ + + @DISPID(236) + @PropGet + java.lang.String getAddress(); + + + /** + *+ * Setter method for the COM property "Address" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(236) + @PropPut + void setAddress( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Type" + *
+ */ + + @DISPID(108) + @PropGet + int getType(); + + + /** + */ + + @DISPID(1476) + void addToFavorites(); + + + /** + */ + + @DISPID(117) + void delete(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * follow(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * follow(newWindow, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * follow(newWindow, addHistory, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * follow(newWindow, addHistory, extraInfo, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * follow(newWindow, addHistory, extraInfo, method, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "EmailSubject" + *
+ */ + + @DISPID(1883) + @PropGet + java.lang.String getEmailSubject(); + + + /** + *+ * Setter method for the COM property "EmailSubject" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1883) + @PropPut + void setEmailSubject( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ScreenTip" + *
+ */ + + @DISPID(1881) + @PropGet + java.lang.String getScreenTip(); + + + /** + *+ * Setter method for the COM property "ScreenTip" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1881) + @PropPut + void setScreenTip( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "TextToDisplay" + *
+ */ + + @DISPID(1882) + @PropGet + java.lang.String getTextToDisplay(); + + + /** + *+ * Setter method for the COM property "TextToDisplay" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @DISPID(1882) + @PropPut + void setTextToDisplay( + java.lang.String rhs); + + + /** + * @param filename Mandatory java.lang.String parameter. + * @param editNow Mandatory boolean parameter. + * @param overwrite Mandatory boolean parameter. + */ + + @DISPID(1884) + void createNewDocument( + java.lang.String filename, + boolean editNow, + boolean overwrite); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Hyperlinks.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Hyperlinks.java new file mode 100644 index 0000000..591b9fb --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/Hyperlinks.java @@ -0,0 +1,189 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020400-0000-0000-C000-000000000046}") +public interface Hyperlinks extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ */ + + @DISPID(148) + @PropGet + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ */ + + @DISPID(149) + @PropGet + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ */ + + @DISPID(150) + @PropGet + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(anchor, address, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(anchor, address, subAddress, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(anchor, address, subAddress, screenTip, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ */ + + @DISPID(118) + @PropGet + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(170) + @PropGet + com.exceljava.com4j.excel.Hyperlink getItem( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + */ + + @DISPID(0) + @PropGet + @DefaultMethod + com.exceljava.com4j.excel.Hyperlink get_Default( + java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @DISPID(-4) + @PropGet + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Priority" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getPriority(); + + + /** + *+ * Setter method for the COM property "Priority" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(11) + void setPriority( + int rhs); + + + /** + *+ * Getter method for the COM property "StopIfTrue" + *
+ * @return Returns a value of type boolean + */ + + @VTID(12) + boolean getStopIfTrue(); + + + /** + *+ * Setter method for the COM property "StopIfTrue" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(13) + void setStopIfTrue( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AppliesTo" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(14) + com.exceljava.com4j.excel.Range getAppliesTo(); + + + /** + *+ * Getter method for the COM property "AboveBelow" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlAboveBelow + */ + + @VTID(15) + com.exceljava.com4j.excel.XlAboveBelow getAboveBelow(); + + + /** + *+ * Setter method for the COM property "AboveBelow" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlAboveBelow parameter. + */ + + @VTID(16) + void setAboveBelow( + com.exceljava.com4j.excel.XlAboveBelow rhs); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(17) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Borders" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Borders + */ + + @VTID(18) + com.exceljava.com4j.excel.Borders getBorders(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(19) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type int + */ + + @VTID(20) + int getType(); + + + /** + *+ * Getter method for the COM property "NumberFormat" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(21) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getNumberFormat(); + + + /** + *+ * Setter method for the COM property "NumberFormat" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(22) + void setNumberFormat( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + */ + + @VTID(23) + void setFirstPriority(); + + + /** + */ + + @VTID(24) + void setLastPriority(); + + + /** + */ + + @VTID(25) + void delete(); + + + /** + * @param range Mandatory com.exceljava.com4j.excel.Range parameter. + */ + + @VTID(26) + void modifyAppliesToRange( + com.exceljava.com4j.excel.Range range); + + + /** + *+ * Getter method for the COM property "PTCondition" + *
+ * @return Returns a value of type boolean + */ + + @VTID(27) + boolean getPTCondition(); + + + /** + *+ * Getter method for the COM property "ScopeType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlPivotConditionScope + */ + + @VTID(28) + com.exceljava.com4j.excel.XlPivotConditionScope getScopeType(); + + + /** + *+ * Setter method for the COM property "ScopeType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPivotConditionScope parameter. + */ + + @VTID(29) + void setScopeType( + com.exceljava.com4j.excel.XlPivotConditionScope rhs); + + + /** + *+ * Getter method for the COM property "CalcFor" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCalcFor + */ + + @VTID(30) + com.exceljava.com4j.excel.XlCalcFor getCalcFor(); + + + /** + *+ * Setter method for the COM property "CalcFor" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlCalcFor parameter. + */ + + @VTID(31) + void setCalcFor( + com.exceljava.com4j.excel.XlCalcFor rhs); + + + /** + *+ * Getter method for the COM property "NumStdDev" + *
+ * @return Returns a value of type int + */ + + @VTID(32) + int getNumStdDev(); + + + /** + *+ * Setter method for the COM property "NumStdDev" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(33) + void setNumStdDev( + int rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAction.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAction.java new file mode 100644 index 0000000..b4b54b2 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAction.java @@ -0,0 +1,105 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002448F-0001-0000-C000-000000000046}") +public interface IAction extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(11) + java.lang.String getCaption(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlActionType + */ + + @VTID(12) + com.exceljava.com4j.excel.XlActionType getType(); + + + /** + *+ * Getter method for the COM property "Coordinate" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(13) + java.lang.String getCoordinate(); + + + /** + *+ * Getter method for the COM property "Content" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(14) + java.lang.String getContent(); + + + /** + */ + + @VTID(15) + void execute(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IActions.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IActions.java new file mode 100644 index 0000000..7cde85a --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IActions.java @@ -0,0 +1,90 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024490-0001-0000-C000-000000000046}") +public interface IActions extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Action + */ + + @VTID(10) + @DefaultMethod + com.exceljava.com4j.excel.Action get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(11) + java.util.Iterator+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Action + */ + + @VTID(12) + com.exceljava.com4j.excel.Action getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(13) + int getCount(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAddIn.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAddIn.java new file mode 100644 index 0000000..ddb8f69 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAddIn.java @@ -0,0 +1,187 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020857-0001-0000-C000-000000000046}") +public interface IAddIn extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Author" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getAuthor(); + + + /** + *+ * Getter method for the COM property "Comments" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(11) + java.lang.String getComments(); + + + /** + *+ * Getter method for the COM property "FullName" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(12) + java.lang.String getFullName(); + + + /** + *+ * Getter method for the COM property "Installed" + *
+ * @return Returns a value of type boolean + */ + + @VTID(13) + boolean getInstalled(); + + + /** + *+ * Setter method for the COM property "Installed" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(14) + void setInstalled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Keywords" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(15) + java.lang.String getKeywords(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(16) + java.lang.String getName(); + + + /** + *+ * Getter method for the COM property "Path" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(17) + java.lang.String getPath(); + + + /** + *+ * Getter method for the COM property "Subject" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(18) + java.lang.String getSubject(); + + + /** + *+ * Getter method for the COM property "Title" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(19) + java.lang.String getTitle(); + + + /** + *+ * Getter method for the COM property "progID" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(20) + java.lang.String getProgID(); + + + /** + *+ * Getter method for the COM property "CLSID" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(21) + java.lang.String getCLSID(); + + + /** + *+ * Getter method for the COM property "IsOpen" + *
+ * @return Returns a value of type boolean + */ + + @VTID(22) + boolean getIsOpen(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAddIns.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAddIns.java new file mode 100644 index 0000000..aaf6025 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAddIns.java @@ -0,0 +1,124 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020858-0001-0000-C000-000000000046}") +public interface IAddIns extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(filename, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(11) + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.AddIn + */ + + @VTID(12) + com.exceljava.com4j.excel.AddIn getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.AddIn + */ + + @VTID(14) + @DefaultMethod + com.exceljava.com4j.excel.AddIn get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAddIns2.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAddIns2.java new file mode 100644 index 0000000..0e98234 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAddIns2.java @@ -0,0 +1,124 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244B5-0001-0000-C000-000000000046}") +public interface IAddIns2 extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(filename, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(11) + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.AddIn + */ + + @VTID(12) + com.exceljava.com4j.excel.AddIn getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.AddIn + */ + + @VTID(14) + @DefaultMethod + com.exceljava.com4j.excel.AddIn get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAllowEditRange.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAllowEditRange.java new file mode 100644 index 0000000..97a77cb --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAllowEditRange.java @@ -0,0 +1,109 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002446B-0001-0000-C000-000000000046}") +public interface IAllowEditRange extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Title" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(7) + java.lang.String getTitle(); + + + /** + *+ * Setter method for the COM property "Title" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(8) + void setTitle( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Range" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(9) + com.exceljava.com4j.excel.Range getRange(); + + + /** + *+ * Setter method for the COM property "Range" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.Range parameter. + */ + + @VTID(10) + void setRange( + com.exceljava.com4j.excel.Range rhs); + + + /** + * @param password Mandatory java.lang.String parameter. + */ + + @VTID(11) + void changePassword( + java.lang.String password); + + + /** + */ + + @VTID(12) + void delete(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * unprotect(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Users" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.UserAccessList + */ + + @VTID(14) + com.exceljava.com4j.excel.UserAccessList getUsers(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAllowEditRanges.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAllowEditRanges.java new file mode 100644 index 0000000..b58bf3d --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAllowEditRanges.java @@ -0,0 +1,94 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002446A-0001-0000-C000-000000000046}") +public interface IAllowEditRanges extends Com4jObject,Iterable+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(7) + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.AllowEditRange + */ + + @VTID(8) + com.exceljava.com4j.excel.AllowEditRange getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(title, range, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.AllowEditRange + */ + + @VTID(10) + @DefaultMethod + com.exceljava.com4j.excel.AllowEditRange get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(11) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(10) + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(21) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(26) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(27) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(32) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(33) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(36) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(37) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(38) + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(39) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(40) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(41) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(42) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(43) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(44) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ * @return Returns a value of type boolean + */ + + @VTID(45) + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(46) + void setAddIndent( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(47) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(48) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ * @return Returns a value of type boolean + */ + + @VTID(49) + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(50) + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(51) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(52) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(53) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(55) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(56) + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(57) + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(58) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(59) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(60) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(61) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(62) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(63) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(64) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(65) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(66) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(67) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(68) + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(69) + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(70) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(71) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + */ + + @VTID(72) + void _Dummy43(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IArcs.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IArcs.java new file mode 100644 index 0000000..622c230 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IArcs.java @@ -0,0 +1,985 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208A1-0001-0000-C000-000000000046}") +public interface IArcs extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + */ + + @VTID(21) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(29) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(30) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setTop( + double rhs); + + + /** + */ + + @VTID(37) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(42) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(43) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ * @return Returns a value of type boolean + */ + + @VTID(44) + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(45) + void setAddIndent( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(46) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(47) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ * @return Returns a value of type boolean + */ + + @VTID(48) + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(49) + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(50) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(51) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(52) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(54) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(55) + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(56) + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(57) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(58) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(59) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(60) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(61) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(62) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(63) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(64) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(65) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(66) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(67) + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(68) + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(69) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(70) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + */ + + @VTID(71) + void _Dummy43(); + + + /** + * @param x1 Mandatory double parameter. + * @param y1 Mandatory double parameter. + * @param x2 Mandatory double parameter. + * @param y2 Mandatory double parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Arc + */ + + @VTID(72) + com.exceljava.com4j.excel.Arc add( + double x1, + double y1, + double x2, + double y2); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(73) + int getCount(); + + + /** + * @return Returns a value of type com.exceljava.com4j.excel.GroupObject + */ + + @VTID(74) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(75) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(76) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory int parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(11) + com.exceljava.com4j.excel.Range getItem( + int index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(12) + java.util.Iterator+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory int parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(13) + @DefaultMethod + com.exceljava.com4j.excel.Range get_Default( + int index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAutoCorrect.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAutoCorrect.java new file mode 100644 index 0000000..cd229ca --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAutoCorrect.java @@ -0,0 +1,325 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208D4-0001-0000-C000-000000000046}") +public interface IAutoCorrect extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + * @param what Mandatory java.lang.String parameter. + * @param replacement Mandatory java.lang.String parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(10) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object addReplacement( + java.lang.String what, + java.lang.String replacement); + + + /** + *+ * Getter method for the COM property "CapitalizeNamesOfDays" + *
+ * @return Returns a value of type boolean + */ + + @VTID(11) + boolean getCapitalizeNamesOfDays(); + + + /** + *+ * Setter method for the COM property "CapitalizeNamesOfDays" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(12) + void setCapitalizeNamesOfDays( + boolean rhs); + + + /** + * @param what Mandatory java.lang.String parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object deleteReplacement( + java.lang.String what); + + + /** + *+ * Getter method for the COM property "ReplacementList" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getReplacementList(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ReplacementList" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type java.lang.Object + */ + + @VTID(14) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getReplacementList( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Setter method for the COM property "ReplacementList" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setReplacementList(com4j.Variant.getMissing(), rhs);
+ *
+ *
+ * Setter method for the COM property "ReplacementList" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(15) + void setReplacementList( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index, + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReplaceText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(16) + boolean getReplaceText(); + + + /** + *+ * Setter method for the COM property "ReplaceText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(17) + void setReplaceText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "TwoInitialCapitals" + *
+ * @return Returns a value of type boolean + */ + + @VTID(18) + boolean getTwoInitialCapitals(); + + + /** + *+ * Setter method for the COM property "TwoInitialCapitals" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(19) + void setTwoInitialCapitals( + boolean rhs); + + + /** + *+ * Getter method for the COM property "CorrectSentenceCap" + *
+ * @return Returns a value of type boolean + */ + + @VTID(20) + boolean getCorrectSentenceCap(); + + + /** + *+ * Setter method for the COM property "CorrectSentenceCap" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(21) + void setCorrectSentenceCap( + boolean rhs); + + + /** + *+ * Getter method for the COM property "CorrectCapsLock" + *
+ * @return Returns a value of type boolean + */ + + @VTID(22) + boolean getCorrectCapsLock(); + + + /** + *+ * Setter method for the COM property "CorrectCapsLock" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(23) + void setCorrectCapsLock( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayAutoCorrectOptions" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getDisplayAutoCorrectOptions(); + + + /** + *+ * Setter method for the COM property "DisplayAutoCorrectOptions" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setDisplayAutoCorrectOptions( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoExpandListRange" + *
+ * @return Returns a value of type boolean + */ + + @VTID(26) + boolean getAutoExpandListRange(); + + + /** + *+ * Setter method for the COM property "AutoExpandListRange" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(27) + void setAutoExpandListRange( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoFillFormulasInLists" + *
+ * @return Returns a value of type boolean + */ + + @VTID(28) + boolean getAutoFillFormulasInLists(); + + + /** + *+ * Setter method for the COM property "AutoFillFormulasInLists" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(29) + void setAutoFillFormulasInLists( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAutoFilter.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAutoFilter.java new file mode 100644 index 0000000..dfda970 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAutoFilter.java @@ -0,0 +1,101 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024432-0001-0000-C000-000000000046}") +public interface IAutoFilter extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Range" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(10) + com.exceljava.com4j.excel.Range getRange(); + + + /** + *+ * Getter method for the COM property "Filters" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Filters + */ + + @VTID(11) + com.exceljava.com4j.excel.Filters getFilters(); + + + /** + *+ * Getter method for the COM property "FilterMode" + *
+ * @return Returns a value of type boolean + */ + + @VTID(12) + boolean getFilterMode(); + + + /** + *+ * Getter method for the COM property "Sort" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Sort + */ + + @VTID(13) + com.exceljava.com4j.excel.Sort getSort(); + + + /** + */ + + @VTID(14) + void applyFilter(); + + + /** + */ + + @VTID(15) + void showAllData(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAutoRecover.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAutoRecover.java new file mode 100644 index 0000000..faf946a --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAutoRecover.java @@ -0,0 +1,112 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002445A-0001-0000-C000-000000000046}") +public interface IAutoRecover extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(11) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Time" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getTime(); + + + /** + *+ * Setter method for the COM property "Time" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(13) + void setTime( + int rhs); + + + /** + *+ * Getter method for the COM property "Path" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(14) + java.lang.String getPath(); + + + /** + *+ * Setter method for the COM property "Path" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(15) + void setPath( + java.lang.String rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAxes.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAxes.java new file mode 100644 index 0000000..4bfecc5 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAxes.java @@ -0,0 +1,130 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002085B-0001-0000-C000-000000000046}") +public interface IAxes extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * item(type, 1);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Default(type, 1);
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "AxisBetweenCategories" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getAxisBetweenCategories(); + + + /** + *+ * Setter method for the COM property "AxisBetweenCategories" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(11) + void setAxisBetweenCategories( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AxisGroup" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlAxisGroup + */ + + @VTID(12) + com.exceljava.com4j.excel.XlAxisGroup getAxisGroup(); + + + /** + *+ * Getter method for the COM property "AxisTitle" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.AxisTitle + */ + + @VTID(13) + com.exceljava.com4j.excel.AxisTitle getAxisTitle(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(14) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "CategoryNames" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(15) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getCategoryNames(); + + + /** + *+ * Setter method for the COM property "CategoryNames" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(16) + void setCategoryNames( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Crosses" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlAxisCrosses + */ + + @VTID(17) + com.exceljava.com4j.excel.XlAxisCrosses getCrosses(); + + + /** + *+ * Setter method for the COM property "Crosses" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlAxisCrosses parameter. + */ + + @VTID(18) + void setCrosses( + com.exceljava.com4j.excel.XlAxisCrosses rhs); + + + /** + *+ * Getter method for the COM property "CrossesAt" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getCrossesAt(); + + + /** + *+ * Setter method for the COM property "CrossesAt" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setCrossesAt( + double rhs); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(21) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "HasMajorGridlines" + *
+ * @return Returns a value of type boolean + */ + + @VTID(22) + boolean getHasMajorGridlines(); + + + /** + *+ * Setter method for the COM property "HasMajorGridlines" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(23) + void setHasMajorGridlines( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasMinorGridlines" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getHasMinorGridlines(); + + + /** + *+ * Setter method for the COM property "HasMinorGridlines" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setHasMinorGridlines( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasTitle" + *
+ * @return Returns a value of type boolean + */ + + @VTID(26) + boolean getHasTitle(); + + + /** + *+ * Setter method for the COM property "HasTitle" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(27) + void setHasTitle( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MajorGridlines" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Gridlines + */ + + @VTID(28) + com.exceljava.com4j.excel.Gridlines getMajorGridlines(); + + + /** + *+ * Getter method for the COM property "MajorTickMark" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlTickMark + */ + + @VTID(29) + com.exceljava.com4j.excel.XlTickMark getMajorTickMark(); + + + /** + *+ * Setter method for the COM property "MajorTickMark" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlTickMark parameter. + */ + + @VTID(30) + void setMajorTickMark( + com.exceljava.com4j.excel.XlTickMark rhs); + + + /** + *+ * Getter method for the COM property "MajorUnit" + *
+ * @return Returns a value of type double + */ + + @VTID(31) + double getMajorUnit(); + + + /** + *+ * Setter method for the COM property "MajorUnit" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(32) + void setMajorUnit( + double rhs); + + + /** + *+ * Getter method for the COM property "MajorUnitIsAuto" + *
+ * @return Returns a value of type boolean + */ + + @VTID(33) + boolean getMajorUnitIsAuto(); + + + /** + *+ * Setter method for the COM property "MajorUnitIsAuto" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(34) + void setMajorUnitIsAuto( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MaximumScale" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getMaximumScale(); + + + /** + *+ * Setter method for the COM property "MaximumScale" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setMaximumScale( + double rhs); + + + /** + *+ * Getter method for the COM property "MaximumScaleIsAuto" + *
+ * @return Returns a value of type boolean + */ + + @VTID(37) + boolean getMaximumScaleIsAuto(); + + + /** + *+ * Setter method for the COM property "MaximumScaleIsAuto" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(38) + void setMaximumScaleIsAuto( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MinimumScale" + *
+ * @return Returns a value of type double + */ + + @VTID(39) + double getMinimumScale(); + + + /** + *+ * Setter method for the COM property "MinimumScale" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(40) + void setMinimumScale( + double rhs); + + + /** + *+ * Getter method for the COM property "MinimumScaleIsAuto" + *
+ * @return Returns a value of type boolean + */ + + @VTID(41) + boolean getMinimumScaleIsAuto(); + + + /** + *+ * Setter method for the COM property "MinimumScaleIsAuto" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(42) + void setMinimumScaleIsAuto( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MinorGridlines" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Gridlines + */ + + @VTID(43) + com.exceljava.com4j.excel.Gridlines getMinorGridlines(); + + + /** + *+ * Getter method for the COM property "MinorTickMark" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlTickMark + */ + + @VTID(44) + com.exceljava.com4j.excel.XlTickMark getMinorTickMark(); + + + /** + *+ * Setter method for the COM property "MinorTickMark" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlTickMark parameter. + */ + + @VTID(45) + void setMinorTickMark( + com.exceljava.com4j.excel.XlTickMark rhs); + + + /** + *+ * Getter method for the COM property "MinorUnit" + *
+ * @return Returns a value of type double + */ + + @VTID(46) + double getMinorUnit(); + + + /** + *+ * Setter method for the COM property "MinorUnit" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(47) + void setMinorUnit( + double rhs); + + + /** + *+ * Getter method for the COM property "MinorUnitIsAuto" + *
+ * @return Returns a value of type boolean + */ + + @VTID(48) + boolean getMinorUnitIsAuto(); + + + /** + *+ * Setter method for the COM property "MinorUnitIsAuto" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(49) + void setMinorUnitIsAuto( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ReversePlotOrder" + *
+ * @return Returns a value of type boolean + */ + + @VTID(50) + boolean getReversePlotOrder(); + + + /** + *+ * Setter method for the COM property "ReversePlotOrder" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(51) + void setReversePlotOrder( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ScaleType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlScaleType + */ + + @VTID(52) + com.exceljava.com4j.excel.XlScaleType getScaleType(); + + + /** + *+ * Setter method for the COM property "ScaleType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlScaleType parameter. + */ + + @VTID(53) + void setScaleType( + com.exceljava.com4j.excel.XlScaleType rhs); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(54) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "TickLabelPosition" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlTickLabelPosition + */ + + @VTID(55) + com.exceljava.com4j.excel.XlTickLabelPosition getTickLabelPosition(); + + + /** + *+ * Setter method for the COM property "TickLabelPosition" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlTickLabelPosition parameter. + */ + + @VTID(56) + void setTickLabelPosition( + com.exceljava.com4j.excel.XlTickLabelPosition rhs); + + + /** + *+ * Getter method for the COM property "TickLabels" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.TickLabels + */ + + @VTID(57) + com.exceljava.com4j.excel.TickLabels getTickLabels(); + + + /** + *+ * Getter method for the COM property "TickLabelSpacing" + *
+ * @return Returns a value of type int + */ + + @VTID(58) + int getTickLabelSpacing(); + + + /** + *+ * Setter method for the COM property "TickLabelSpacing" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(59) + void setTickLabelSpacing( + int rhs); + + + /** + *+ * Getter method for the COM property "TickMarkSpacing" + *
+ * @return Returns a value of type int + */ + + @VTID(60) + int getTickMarkSpacing(); + + + /** + *+ * Setter method for the COM property "TickMarkSpacing" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(61) + void setTickMarkSpacing( + int rhs); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlAxisType + */ + + @VTID(62) + com.exceljava.com4j.excel.XlAxisType getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlAxisType parameter. + */ + + @VTID(63) + void setType( + com.exceljava.com4j.excel.XlAxisType rhs); + + + /** + *+ * Getter method for the COM property "BaseUnit" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlTimeUnit + */ + + @VTID(64) + com.exceljava.com4j.excel.XlTimeUnit getBaseUnit(); + + + /** + *+ * Setter method for the COM property "BaseUnit" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlTimeUnit parameter. + */ + + @VTID(65) + void setBaseUnit( + com.exceljava.com4j.excel.XlTimeUnit rhs); + + + /** + *+ * Getter method for the COM property "BaseUnitIsAuto" + *
+ * @return Returns a value of type boolean + */ + + @VTID(66) + boolean getBaseUnitIsAuto(); + + + /** + *+ * Setter method for the COM property "BaseUnitIsAuto" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(67) + void setBaseUnitIsAuto( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MajorUnitScale" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlTimeUnit + */ + + @VTID(68) + com.exceljava.com4j.excel.XlTimeUnit getMajorUnitScale(); + + + /** + *+ * Setter method for the COM property "MajorUnitScale" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlTimeUnit parameter. + */ + + @VTID(69) + void setMajorUnitScale( + com.exceljava.com4j.excel.XlTimeUnit rhs); + + + /** + *+ * Getter method for the COM property "MinorUnitScale" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlTimeUnit + */ + + @VTID(70) + com.exceljava.com4j.excel.XlTimeUnit getMinorUnitScale(); + + + /** + *+ * Setter method for the COM property "MinorUnitScale" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlTimeUnit parameter. + */ + + @VTID(71) + void setMinorUnitScale( + com.exceljava.com4j.excel.XlTimeUnit rhs); + + + /** + *+ * Getter method for the COM property "CategoryType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCategoryType + */ + + @VTID(72) + com.exceljava.com4j.excel.XlCategoryType getCategoryType(); + + + /** + *+ * Setter method for the COM property "CategoryType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlCategoryType parameter. + */ + + @VTID(73) + void setCategoryType( + com.exceljava.com4j.excel.XlCategoryType rhs); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(74) + double getLeft(); + + + /** + *+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(75) + double getTop(); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(76) + double getWidth(); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(77) + double getHeight(); + + + /** + *+ * Getter method for the COM property "DisplayUnit" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlDisplayUnit + */ + + @VTID(78) + com.exceljava.com4j.excel.XlDisplayUnit getDisplayUnit(); + + + /** + *+ * Setter method for the COM property "DisplayUnit" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlDisplayUnit parameter. + */ + + @VTID(79) + void setDisplayUnit( + com.exceljava.com4j.excel.XlDisplayUnit rhs); + + + /** + *+ * Getter method for the COM property "DisplayUnitCustom" + *
+ * @return Returns a value of type double + */ + + @VTID(80) + double getDisplayUnitCustom(); + + + /** + *+ * Setter method for the COM property "DisplayUnitCustom" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(81) + void setDisplayUnitCustom( + double rhs); + + + /** + *+ * Getter method for the COM property "HasDisplayUnitLabel" + *
+ * @return Returns a value of type boolean + */ + + @VTID(82) + boolean getHasDisplayUnitLabel(); + + + /** + *+ * Setter method for the COM property "HasDisplayUnitLabel" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(83) + void setHasDisplayUnitLabel( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayUnitLabel" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.DisplayUnitLabel + */ + + @VTID(84) + com.exceljava.com4j.excel.DisplayUnitLabel getDisplayUnitLabel(); + + + /** + *+ * Getter method for the COM property "LogBase" + *
+ * @return Returns a value of type double + */ + + @VTID(85) + double getLogBase(); + + + /** + *+ * Setter method for the COM property "LogBase" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(86) + void setLogBase( + double rhs); + + + /** + *+ * Getter method for the COM property "TickLabelSpacingIsAuto" + *
+ * @return Returns a value of type boolean + */ + + @VTID(87) + boolean getTickLabelSpacingIsAuto(); + + + /** + *+ * Setter method for the COM property "TickLabelSpacingIsAuto" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(88) + void setTickLabelSpacingIsAuto( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(89) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + *+ * Getter method for the COM property "CategorySortOrder" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCategorySortOrder + */ + + @VTID(90) + com.exceljava.com4j.excel.XlCategorySortOrder getCategorySortOrder(); + + + /** + *+ * Setter method for the COM property "CategorySortOrder" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlCategorySortOrder parameter. + */ + + @VTID(91) + void setCategorySortOrder( + com.exceljava.com4j.excel.XlCategorySortOrder rhs); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @VTID(92) + void setProperty( + java.lang.String id, + @MarshalAs(NativeType.VARIANT) java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(93) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAxisTitle.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAxisTitle.java new file mode 100644 index 0000000..9d3cbda --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAxisTitle.java @@ -0,0 +1,606 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002084A-0001-0000-C000-000000000046}") +public interface IAxisTitle extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(12) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(14) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFillFormat + */ + + @VTID(15) + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(16) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(17) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(18) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(19) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(20) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(21) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(24) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(25) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(26) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(27) + void setShadow( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(30) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(31) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(32) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(33) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(34) + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(35) + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(36) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(37) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "IncludeInLayout" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getIncludeInLayout(); + + + /** + *+ * Setter method for the COM property "IncludeInLayout" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setIncludeInLayout( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Position" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlChartElementPosition + */ + + @VTID(40) + com.exceljava.com4j.excel.XlChartElementPosition getPosition(); + + + /** + *+ * Setter method for the COM property "Position" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlChartElementPosition parameter. + */ + + @VTID(41) + void setPosition( + com.exceljava.com4j.excel.XlChartElementPosition rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(42) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(43) + double getHeight(); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(44) + double getWidth(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(45) + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(46) + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaR1C1" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(47) + java.lang.String getFormulaR1C1(); + + + /** + *+ * Setter method for the COM property "FormulaR1C1" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(48) + void setFormulaR1C1( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaLocal" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(49) + java.lang.String getFormulaLocal(); + + + /** + *+ * Setter method for the COM property "FormulaLocal" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(50) + void setFormulaLocal( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaR1C1Local" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(51) + java.lang.String getFormulaR1C1Local(); + + + /** + *+ * Setter method for the COM property "FormulaR1C1Local" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(52) + void setFormulaR1C1Local( + java.lang.String rhs); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @VTID(53) + void setProperty( + java.lang.String id, + @MarshalAs(NativeType.VARIANT) java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(54) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IBorder.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IBorder.java new file mode 100644 index 0000000..d5672a4 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IBorder.java @@ -0,0 +1,187 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020854-0001-0000-C000-000000000046}") +public interface IBorder extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Color" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(10) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getColor(); + + + /** + *+ * Setter method for the COM property "Color" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(11) + void setColor( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ColorIndex" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getColorIndex(); + + + /** + *+ * Setter method for the COM property "ColorIndex" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(13) + void setColorIndex( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "LineStyle" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(14) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getLineStyle(); + + + /** + *+ * Setter method for the COM property "LineStyle" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(15) + void setLineStyle( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Weight" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(16) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getWeight(); + + + /** + *+ * Setter method for the COM property "Weight" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(17) + void setWeight( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ThemeColor" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(18) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getThemeColor(); + + + /** + *+ * Setter method for the COM property "ThemeColor" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(19) + void setThemeColor( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "TintAndShade" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(20) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getTintAndShade(); + + + /** + *+ * Setter method for the COM property "TintAndShade" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(21) + void setTintAndShade( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IBorders.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IBorders.java new file mode 100644 index 0000000..3dd6cd9 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IBorders.java @@ -0,0 +1,258 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020855-0001-0000-C000-000000000046}") +public interface IBorders extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Color" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(10) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getColor(); + + + /** + *+ * Setter method for the COM property "Color" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(11) + void setColor( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ColorIndex" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getColorIndex(); + + + /** + *+ * Setter method for the COM property "ColorIndex" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(13) + void setColorIndex( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(14) + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory com.exceljava.com4j.excel.XlBordersIndex parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(15) + com.exceljava.com4j.excel.Border getItem( + com.exceljava.com4j.excel.XlBordersIndex index); + + + /** + *+ * Getter method for the COM property "LineStyle" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(16) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getLineStyle(); + + + /** + *+ * Setter method for the COM property "LineStyle" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(17) + void setLineStyle( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(18) + java.util.Iterator+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(19) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(20) + void setValue( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Weight" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(21) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getWeight(); + + + /** + *+ * Setter method for the COM property "Weight" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(22) + void setWeight( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory com.exceljava.com4j.excel.XlBordersIndex parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(23) + @DefaultMethod + com.exceljava.com4j.excel.Border get_Default( + com.exceljava.com4j.excel.XlBordersIndex index); + + + /** + *+ * Getter method for the COM property "ThemeColor" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(24) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getThemeColor(); + + + /** + *+ * Setter method for the COM property "ThemeColor" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(25) + void setThemeColor( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "TintAndShade" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(26) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getTintAndShade(); + + + /** + *+ * Setter method for the COM property "TintAndShade" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(27) + void setTintAndShade( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IButton.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IButton.java new file mode 100644 index 0000000..ce307e5 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IButton.java @@ -0,0 +1,1072 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002087D-0001-0000-C000-000000000046}") +public interface IButton extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(10) + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(21) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(26) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(27) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(32) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(33) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(36) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(37) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(38) + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(39) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(40) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(41) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(42) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(43) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(44) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ * @return Returns a value of type boolean + */ + + @VTID(45) + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(46) + void setAddIndent( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(47) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(48) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ * @return Returns a value of type boolean + */ + + @VTID(49) + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(50) + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(51) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(52) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(53) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(55) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(56) + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(57) + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(58) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(59) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(60) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(61) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(62) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(63) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(64) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(65) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(66) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(67) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(68) + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(69) + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(70) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(71) + void setAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "CancelButton" + *
+ * @return Returns a value of type boolean + */ + + @VTID(72) + boolean getCancelButton(); + + + /** + *+ * Setter method for the COM property "CancelButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(73) + void setCancelButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DefaultButton" + *
+ * @return Returns a value of type boolean + */ + + @VTID(74) + boolean getDefaultButton(); + + + /** + *+ * Setter method for the COM property "DefaultButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(75) + void setDefaultButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DismissButton" + *
+ * @return Returns a value of type boolean + */ + + @VTID(76) + boolean getDismissButton(); + + + /** + *+ * Setter method for the COM property "DismissButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(77) + void setDismissButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HelpButton" + *
+ * @return Returns a value of type boolean + */ + + @VTID(78) + boolean getHelpButton(); + + + /** + *+ * Setter method for the COM property "HelpButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(79) + void setHelpButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(80) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(81) + void setPhoneticAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IButtons.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IButtons.java new file mode 100644 index 0000000..a9c1fe6 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IButtons.java @@ -0,0 +1,1096 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002087E-0001-0000-C000-000000000046}") +public interface IButtons extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + */ + + @VTID(21) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(29) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(30) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setTop( + double rhs); + + + /** + */ + + @VTID(37) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(42) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(43) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ * @return Returns a value of type boolean + */ + + @VTID(44) + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(45) + void setAddIndent( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(46) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(47) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ * @return Returns a value of type boolean + */ + + @VTID(48) + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(49) + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(50) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(51) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(52) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(54) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(55) + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(56) + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(57) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(58) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(59) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(60) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(61) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(62) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(63) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(64) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(65) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(66) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(67) + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(68) + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(69) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(70) + void setAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "CancelButton" + *
+ * @return Returns a value of type boolean + */ + + @VTID(71) + boolean getCancelButton(); + + + /** + *+ * Setter method for the COM property "CancelButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(72) + void setCancelButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DefaultButton" + *
+ * @return Returns a value of type boolean + */ + + @VTID(73) + boolean getDefaultButton(); + + + /** + *+ * Setter method for the COM property "DefaultButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(74) + void setDefaultButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DismissButton" + *
+ * @return Returns a value of type boolean + */ + + @VTID(75) + boolean getDismissButton(); + + + /** + *+ * Setter method for the COM property "DismissButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(76) + void setDismissButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HelpButton" + *
+ * @return Returns a value of type boolean + */ + + @VTID(77) + boolean getHelpButton(); + + + /** + *+ * Setter method for the COM property "HelpButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(78) + void setHelpButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(79) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(80) + void setPhoneticAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + * @param left Mandatory double parameter. + * @param top Mandatory double parameter. + * @param width Mandatory double parameter. + * @param height Mandatory double parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Button + */ + + @VTID(81) + com.exceljava.com4j.excel.Button add( + double left, + double top, + double width, + double height); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(82) + int getCount(); + + + /** + * @return Returns a value of type com.exceljava.com4j.excel.GroupObject + */ + + @VTID(83) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(84) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(85) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param name Mandatory java.lang.String parameter. + * @param formula Mandatory java.lang.String parameter. + * @return Returns a value of type com.exceljava.com4j.excel.PivotField + */ + + @VTID(11) + com.exceljava.com4j.excel.PivotField _Add( + java.lang.String name, + java.lang.String formula); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.PivotField + */ + + @VTID(12) + com.exceljava.com4j.excel.PivotField item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param field Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.PivotField + */ + + @VTID(13) + @DefaultMethod + com.exceljava.com4j.excel.PivotField get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object field); + + + /** + */ + + @VTID(14) + java.util.Iterator+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, formula, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param name Mandatory java.lang.String parameter. + * @param formula Mandatory java.lang.String parameter. + * @return Returns a value of type com.exceljava.com4j.excel.PivotItem + */ + + @VTID(11) + com.exceljava.com4j.excel.PivotItem _Add( + java.lang.String name, + java.lang.String formula); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.PivotItem + */ + + @VTID(12) + com.exceljava.com4j.excel.PivotItem item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param field Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.PivotItem + */ + + @VTID(13) + @DefaultMethod + com.exceljava.com4j.excel.PivotItem get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object field); + + + /** + */ + + @VTID(14) + java.util.Iterator+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, formula, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(11) + java.lang.String getFormula(); + + + /** + *+ * Getter method for the COM property "SourceName" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(12) + java.lang.String getSourceName(); + + + /** + *+ * Getter method for the COM property "SolveOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(13) + int getSolveOrder(); + + + /** + *+ * Getter method for the COM property "IsValid" + *
+ * @return Returns a value of type boolean + */ + + @VTID(14) + boolean getIsValid(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(15) + @DefaultMethod + java.lang.String get_Default(); + + + /** + */ + + @VTID(16) + void delete(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCalculatedMemberType + */ + + @VTID(17) + com.exceljava.com4j.excel.XlCalculatedMemberType getType(); + + + /** + *+ * Getter method for the COM property "Dynamic" + *
+ * @return Returns a value of type boolean + */ + + @VTID(18) + boolean getDynamic(); + + + /** + *+ * Getter method for the COM property "DisplayFolder" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(19) + java.lang.String getDisplayFolder(); + + + /** + *+ * Getter method for the COM property "HierarchizeDistinct" + *
+ * @return Returns a value of type boolean + */ + + @VTID(20) + boolean getHierarchizeDistinct(); + + + /** + *+ * Setter method for the COM property "HierarchizeDistinct" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(21) + void setHierarchizeDistinct( + boolean rhs); + + + /** + *+ * Getter method for the COM property "FlattenHierarchies" + *
+ * @return Returns a value of type boolean + */ + + @VTID(22) + boolean getFlattenHierarchies(); + + + /** + *+ * Setter method for the COM property "FlattenHierarchies" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(23) + void setFlattenHierarchies( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MeasureGroup" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(24) + java.lang.String getMeasureGroup(); + + + /** + *+ * Getter method for the COM property "ParentHierarchy" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(25) + java.lang.String getParentHierarchy(); + + + /** + *+ * Getter method for the COM property "ParentMember" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(26) + java.lang.String getParentMember(); + + + /** + *+ * Getter method for the COM property "NumberFormat" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCalcMemNumberFormatType + */ + + @VTID(27) + com.exceljava.com4j.excel.XlCalcMemNumberFormatType getNumberFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICalculatedMembers.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICalculatedMembers.java new file mode 100644 index 0000000..48c7baa --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICalculatedMembers.java @@ -0,0 +1,554 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024454-0001-0000-C000-000000000046}") +public interface ICalculatedMembers extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.CalculatedMember + */ + + @VTID(11) + com.exceljava.com4j.excel.CalculatedMember getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.CalculatedMember + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.CalculatedMember get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Add(name, formula, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Add(name, formula, solveOrder, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, formula, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, formula, solveOrder, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, formula, solveOrder, type, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, formula, solveOrder, type, dynamic, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, formula, solveOrder, type, dynamic, displayFolder, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addCalculatedMember(name, formula, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addCalculatedMember(name, formula, solveOrder, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addCalculatedMember(name, formula, solveOrder, type, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addCalculatedMember(name, formula, solveOrder, type, displayFolder, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addCalculatedMember(name, formula, solveOrder, type, displayFolder, measureGroup, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addCalculatedMember(name, formula, solveOrder, type, displayFolder, measureGroup, parentHierarchy, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addCalculatedMember(name, formula, solveOrder, type, displayFolder, measureGroup, parentHierarchy, parentMember, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ChartCategory + */ + + @VTID(11) + com.exceljava.com4j.excel.ChartCategory item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ChartCategory + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.ChartCategory _Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICellFormat.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICellFormat.java new file mode 100644 index 0000000..f3b4137 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICellFormat.java @@ -0,0 +1,457 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024450-0001-0000-C000-000000000046}") +public interface ICellFormat extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Borders" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Borders + */ + + @VTID(10) + com.exceljava.com4j.excel.Borders getBorders(); + + + /** + *+ * Setter method for the COM property "Borders" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.Borders parameter. + */ + + @VTID(11) + void setBorders( + com.exceljava.com4j.excel.Borders rhs); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(12) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Setter method for the COM property "Font" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.Font parameter. + */ + + @VTID(13) + void setFont( + com.exceljava.com4j.excel.Font rhs); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(14) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Setter method for the COM property "Interior" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.Interior parameter. + */ + + @VTID(15) + void setInterior( + com.exceljava.com4j.excel.Interior rhs); + + + /** + *+ * Getter method for the COM property "NumberFormat" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getNumberFormat(1033);
+ *
+ *
+ * Getter method for the COM property "NumberFormat" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(16) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getNumberFormat( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "NumberFormat" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setNumberFormat(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "NumberFormat" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(17) + void setNumberFormat( + @LCID int lcid, + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "NumberFormatLocal" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(18) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getNumberFormatLocal(); + + + /** + *+ * Setter method for the COM property "NumberFormatLocal" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(19) + void setNumberFormatLocal( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(20) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(21) + void setAddIndent( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "IndentLevel" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(22) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getIndentLevel(); + + + /** + *+ * Setter method for the COM property "IndentLevel" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(23) + void setIndentLevel( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(24) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(25) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(26) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(27) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(28) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(29) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ShrinkToFit" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getShrinkToFit(); + + + /** + *+ * Setter method for the COM property "ShrinkToFit" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setShrinkToFit( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "WrapText" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(32) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getWrapText(); + + + /** + *+ * Setter method for the COM property "WrapText" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(33) + void setWrapText( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(34) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(35) + void setLocked( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "FormulaHidden" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(36) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getFormulaHidden(); + + + /** + *+ * Setter method for the COM property "FormulaHidden" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(37) + void setFormulaHidden( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "MergeCells" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(38) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getMergeCells(); + + + /** + *+ * Setter method for the COM property "MergeCells" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(39) + void setMergeCells( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + */ + + @VTID(40) + void clear(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICharacters.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICharacters.java new file mode 100644 index 0000000..5df11fe --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICharacters.java @@ -0,0 +1,154 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020878-0001-0000-C000-000000000046}") +public interface ICharacters extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(11) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getCount(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(14) + com.exceljava.com4j.excel.Font getFont(); + + + /** + * @param string Mandatory java.lang.String parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(15) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object insert( + java.lang.String string); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(16) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(17) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "PhoneticCharacters" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(18) + java.lang.String getPhoneticCharacters(); + + + /** + *+ * Setter method for the COM property "PhoneticCharacters" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(19) + void setPhoneticCharacters( + java.lang.String rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartArea.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartArea.java new file mode 100644 index 0000000..551962a --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartArea.java @@ -0,0 +1,316 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208CC-0001-0000-C000-000000000046}") +public interface IChartArea extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(12) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object clear(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(14) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object clearContents(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(15) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(16) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setShadow( + boolean rhs); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(19) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object clearFormats(); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(20) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(21) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(22) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFillFormat + */ + + @VTID(23) + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(24) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(25) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(26) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(27) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(28) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(29) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(32) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + *+ * Getter method for the COM property "RoundedCorners" + *
+ * @return Returns a value of type boolean + */ + + @VTID(33) + boolean getRoundedCorners(); + + + /** + *+ * Setter method for the COM property "RoundedCorners" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(34) + void setRoundedCorners( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartCategory.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartCategory.java new file mode 100644 index 0000000..1d014df --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartCategory.java @@ -0,0 +1,77 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244DD-0001-0000-C000-000000000046}") +public interface IChartCategory extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + *+ * Getter method for the COM property "IsFiltered" + *
+ * @return Returns a value of type boolean + */ + + @VTID(11) + boolean getIsFiltered(); + + + /** + *+ * Setter method for the COM property "IsFiltered" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(12) + void setIsFiltered( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartColorFormat.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartColorFormat.java new file mode 100644 index 0000000..099237c --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartColorFormat.java @@ -0,0 +1,100 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024436-0001-0000-C000-000000000046}") +public interface IChartColorFormat extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "SchemeColor" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getSchemeColor(); + + + /** + *+ * Setter method for the COM property "SchemeColor" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(11) + void setSchemeColor( + int rhs); + + + /** + *+ * Getter method for the COM property "RGB" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getRGB(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type int + */ + + @VTID(13) + @DefaultMethod + int get_Default(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type int + */ + + @VTID(14) + int getType(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartEvents.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartEvents.java new file mode 100644 index 0000000..4cc37a0 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartEvents.java @@ -0,0 +1,162 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002440F-0001-0000-C000-000000000046}") +public interface IChartEvents extends Com4jObject { + // Methods: + /** + */ + + @VTID(7) + void activate(); + + + /** + */ + + @VTID(8) + void deactivate(); + + + /** + */ + + @VTID(9) + void resize(); + + + /** + * @param button Mandatory int parameter. + * @param shift Mandatory int parameter. + * @param x Mandatory int parameter. + * @param y Mandatory int parameter. + */ + + @VTID(10) + void mouseDown( + int button, + int shift, + int x, + int y); + + + /** + * @param button Mandatory int parameter. + * @param shift Mandatory int parameter. + * @param x Mandatory int parameter. + * @param y Mandatory int parameter. + */ + + @VTID(11) + void mouseUp( + int button, + int shift, + int x, + int y); + + + /** + * @param button Mandatory int parameter. + * @param shift Mandatory int parameter. + * @param x Mandatory int parameter. + * @param y Mandatory int parameter. + */ + + @VTID(12) + void mouseMove( + int button, + int shift, + int x, + int y); + + + /** + * @param cancel Mandatory Holder+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + * @param style Mandatory com.exceljava.com4j.office.MsoGradientStyle parameter. + * @param variant Mandatory int parameter. + * @param degree Mandatory float parameter. + */ + + @VTID(10) + void oneColorGradient( + com.exceljava.com4j.office.MsoGradientStyle style, + int variant, + float degree); + + + /** + * @param style Mandatory com.exceljava.com4j.office.MsoGradientStyle parameter. + * @param variant Mandatory int parameter. + */ + + @VTID(11) + void twoColorGradient( + com.exceljava.com4j.office.MsoGradientStyle style, + int variant); + + + /** + * @param presetTexture Mandatory com.exceljava.com4j.office.MsoPresetTexture parameter. + */ + + @VTID(12) + void presetTextured( + com.exceljava.com4j.office.MsoPresetTexture presetTexture); + + + /** + */ + + @VTID(13) + void solid(); + + + /** + * @param pattern Mandatory com.exceljava.com4j.office.MsoPatternType parameter. + */ + + @VTID(14) + void patterned( + com.exceljava.com4j.office.MsoPatternType pattern); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * userPicture(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * userPicture(pictureFile, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * userPicture(pictureFile, pictureFormat, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * userPicture(pictureFile, pictureFormat, pictureStackUnit, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "BackColor" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartColorFormat + */ + + @VTID(18) + com.exceljava.com4j.excel.ChartColorFormat getBackColor(); + + + /** + *+ * Getter method for the COM property "ForeColor" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartColorFormat + */ + + @VTID(19) + com.exceljava.com4j.excel.ChartColorFormat getForeColor(); + + + /** + *+ * Getter method for the COM property "GradientColorType" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoGradientColorType + */ + + @VTID(20) + com.exceljava.com4j.office.MsoGradientColorType getGradientColorType(); + + + /** + *+ * Getter method for the COM property "GradientDegree" + *
+ * @return Returns a value of type float + */ + + @VTID(21) + float getGradientDegree(); + + + /** + *+ * Getter method for the COM property "GradientStyle" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoGradientStyle + */ + + @VTID(22) + com.exceljava.com4j.office.MsoGradientStyle getGradientStyle(); + + + /** + *+ * Getter method for the COM property "GradientVariant" + *
+ * @return Returns a value of type int + */ + + @VTID(23) + int getGradientVariant(); + + + /** + *+ * Getter method for the COM property "Pattern" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoPatternType + */ + + @VTID(24) + com.exceljava.com4j.office.MsoPatternType getPattern(); + + + /** + *+ * Getter method for the COM property "PresetGradientType" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoPresetGradientType + */ + + @VTID(25) + com.exceljava.com4j.office.MsoPresetGradientType getPresetGradientType(); + + + /** + *+ * Getter method for the COM property "PresetTexture" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoPresetTexture + */ + + @VTID(26) + com.exceljava.com4j.office.MsoPresetTexture getPresetTexture(); + + + /** + *+ * Getter method for the COM property "TextureName" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getTextureName(); + + + /** + *+ * Getter method for the COM property "TextureType" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTextureType + */ + + @VTID(28) + com.exceljava.com4j.office.MsoTextureType getTextureType(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoFillType + */ + + @VTID(29) + com.exceljava.com4j.office.MsoFillType getType(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTriState + */ + + @VTID(30) + com.exceljava.com4j.office.MsoTriState getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoTriState parameter. + */ + + @VTID(31) + void setVisible( + com.exceljava.com4j.office.MsoTriState rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartFormat.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartFormat.java new file mode 100644 index 0000000..3164540 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartFormat.java @@ -0,0 +1,170 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244B2-0001-0000-C000-000000000046}") +public interface IChartFormat extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.FillFormat + */ + + @VTID(10) + com.exceljava.com4j.excel.FillFormat getFill(); + + + /** + *+ * Getter method for the COM property "Glow" + *
+ * @return Returns a value of type com.exceljava.com4j.office.GlowFormat + */ + + @VTID(11) + com.exceljava.com4j.office.GlowFormat getGlow(); + + + /** + *+ * Getter method for the COM property "Line" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.LineFormat + */ + + @VTID(12) + com.exceljava.com4j.excel.LineFormat getLine(); + + + /** + *+ * Getter method for the COM property "PictureFormat" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.PictureFormat + */ + + @VTID(13) + com.exceljava.com4j.excel.PictureFormat getPictureFormat(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShadowFormat + */ + + @VTID(14) + com.exceljava.com4j.excel.ShadowFormat getShadow(); + + + /** + *+ * Getter method for the COM property "SoftEdge" + *
+ * @return Returns a value of type com.exceljava.com4j.office.SoftEdgeFormat + */ + + @VTID(15) + com.exceljava.com4j.office.SoftEdgeFormat getSoftEdge(); + + + /** + *+ * Getter method for the COM property "TextFrame2" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.TextFrame2 + */ + + @VTID(16) + com.exceljava.com4j.excel.TextFrame2 getTextFrame2(); + + + /** + *+ * Getter method for the COM property "ThreeD" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ThreeDFormat + */ + + @VTID(17) + com.exceljava.com4j.excel.ThreeDFormat getThreeD(); + + + /** + *+ * Getter method for the COM property "Adjustments" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Adjustments + */ + + @VTID(18) + com.exceljava.com4j.excel.Adjustments getAdjustments(); + + + @VTID(18) + @ReturnValue(defaultPropertyThrough={com.exceljava.com4j.excel.Adjustments.class}) + float getAdjustments( + int index); + + /** + *+ * Getter method for the COM property "AutoShapeType" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoAutoShapeType + */ + + @VTID(19) + com.exceljava.com4j.office.MsoAutoShapeType getAutoShapeType(); + + + /** + *+ * Setter method for the COM property "AutoShapeType" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoAutoShapeType parameter. + */ + + @VTID(20) + void setAutoShapeType( + com.exceljava.com4j.office.MsoAutoShapeType rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartGroup.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartGroup.java new file mode 100644 index 0000000..e68ba2e --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartGroup.java @@ -0,0 +1,883 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020859-0001-0000-C000-000000000046}") +public interface IChartGroup extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "AxisGroup" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlAxisGroup + */ + + @VTID(10) + com.exceljava.com4j.excel.XlAxisGroup getAxisGroup(); + + + /** + *+ * Setter method for the COM property "AxisGroup" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlAxisGroup parameter. + */ + + @VTID(11) + void setAxisGroup( + com.exceljava.com4j.excel.XlAxisGroup rhs); + + + /** + *+ * Getter method for the COM property "DoughnutHoleSize" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getDoughnutHoleSize(); + + + /** + *+ * Setter method for the COM property "DoughnutHoleSize" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(13) + void setDoughnutHoleSize( + int rhs); + + + /** + *+ * Getter method for the COM property "DownBars" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.DownBars + */ + + @VTID(14) + com.exceljava.com4j.excel.DownBars getDownBars(); + + + /** + *+ * Getter method for the COM property "DropLines" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.DropLines + */ + + @VTID(15) + com.exceljava.com4j.excel.DropLines getDropLines(); + + + /** + *+ * Getter method for the COM property "FirstSliceAngle" + *
+ * @return Returns a value of type int + */ + + @VTID(16) + int getFirstSliceAngle(); + + + /** + *+ * Setter method for the COM property "FirstSliceAngle" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(17) + void setFirstSliceAngle( + int rhs); + + + /** + *+ * Getter method for the COM property "GapWidth" + *
+ * @return Returns a value of type int + */ + + @VTID(18) + int getGapWidth(); + + + /** + *+ * Setter method for the COM property "GapWidth" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(19) + void setGapWidth( + int rhs); + + + /** + *+ * Getter method for the COM property "HasDropLines" + *
+ * @return Returns a value of type boolean + */ + + @VTID(20) + boolean getHasDropLines(); + + + /** + *+ * Setter method for the COM property "HasDropLines" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(21) + void setHasDropLines( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasHiLoLines" + *
+ * @return Returns a value of type boolean + */ + + @VTID(22) + boolean getHasHiLoLines(); + + + /** + *+ * Setter method for the COM property "HasHiLoLines" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(23) + void setHasHiLoLines( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasRadarAxisLabels" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getHasRadarAxisLabels(); + + + /** + *+ * Setter method for the COM property "HasRadarAxisLabels" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setHasRadarAxisLabels( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasSeriesLines" + *
+ * @return Returns a value of type boolean + */ + + @VTID(26) + boolean getHasSeriesLines(); + + + /** + *+ * Setter method for the COM property "HasSeriesLines" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(27) + void setHasSeriesLines( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasUpDownBars" + *
+ * @return Returns a value of type boolean + */ + + @VTID(28) + boolean getHasUpDownBars(); + + + /** + *+ * Setter method for the COM property "HasUpDownBars" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(29) + void setHasUpDownBars( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HiLoLines" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.HiLoLines + */ + + @VTID(30) + com.exceljava.com4j.excel.HiLoLines getHiLoLines(); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(31) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Overlap" + *
+ * @return Returns a value of type int + */ + + @VTID(32) + int getOverlap(); + + + /** + *+ * Setter method for the COM property "Overlap" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(33) + void setOverlap( + int rhs); + + + /** + *+ * Getter method for the COM property "RadarAxisLabels" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.TickLabels + */ + + @VTID(34) + com.exceljava.com4j.excel.TickLabels getRadarAxisLabels(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * seriesCollection(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "SeriesLines" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.SeriesLines + */ + + @VTID(36) + com.exceljava.com4j.excel.SeriesLines getSeriesLines(); + + + /** + *+ * Getter method for the COM property "SubType" + *
+ * @return Returns a value of type int + */ + + @VTID(37) + int getSubType(); + + + /** + *+ * Setter method for the COM property "SubType" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(38) + void setSubType( + int rhs); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type int + */ + + @VTID(39) + int getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(40) + void setType( + int rhs); + + + /** + *+ * Getter method for the COM property "UpBars" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.UpBars + */ + + @VTID(41) + com.exceljava.com4j.excel.UpBars getUpBars(); + + + /** + *+ * Getter method for the COM property "VaryByCategories" + *
+ * @return Returns a value of type boolean + */ + + @VTID(42) + boolean getVaryByCategories(); + + + /** + *+ * Setter method for the COM property "VaryByCategories" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(43) + void setVaryByCategories( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SizeRepresents" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlSizeRepresents + */ + + @VTID(44) + com.exceljava.com4j.excel.XlSizeRepresents getSizeRepresents(); + + + /** + *+ * Setter method for the COM property "SizeRepresents" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlSizeRepresents parameter. + */ + + @VTID(45) + void setSizeRepresents( + com.exceljava.com4j.excel.XlSizeRepresents rhs); + + + /** + *+ * Getter method for the COM property "BubbleScale" + *
+ * @return Returns a value of type int + */ + + @VTID(46) + int getBubbleScale(); + + + /** + *+ * Setter method for the COM property "BubbleScale" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(47) + void setBubbleScale( + int rhs); + + + /** + *+ * Getter method for the COM property "ShowNegativeBubbles" + *
+ * @return Returns a value of type boolean + */ + + @VTID(48) + boolean getShowNegativeBubbles(); + + + /** + *+ * Setter method for the COM property "ShowNegativeBubbles" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(49) + void setShowNegativeBubbles( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SplitType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlChartSplitType + */ + + @VTID(50) + com.exceljava.com4j.excel.XlChartSplitType getSplitType(); + + + /** + *+ * Setter method for the COM property "SplitType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlChartSplitType parameter. + */ + + @VTID(51) + void setSplitType( + com.exceljava.com4j.excel.XlChartSplitType rhs); + + + /** + *+ * Getter method for the COM property "SplitValue" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(52) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getSplitValue(); + + + /** + *+ * Setter method for the COM property "SplitValue" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(53) + void setSplitValue( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "SecondPlotSize" + *
+ * @return Returns a value of type int + */ + + @VTID(54) + int getSecondPlotSize(); + + + /** + *+ * Setter method for the COM property "SecondPlotSize" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(55) + void setSecondPlotSize( + int rhs); + + + /** + *+ * Getter method for the COM property "Has3DShading" + *
+ * @return Returns a value of type boolean + */ + + @VTID(56) + boolean getHas3DShading(); + + + /** + *+ * Setter method for the COM property "Has3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(57) + void setHas3DShading( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * fullCategoryCollection(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * fullCategoryCollection(index, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * categoryCollection(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * categoryCollection(index, 1033);
+ *
+ *
+ * Getter method for the COM property "BinsType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlBinsType + */ + + @VTID(60) + com.exceljava.com4j.excel.XlBinsType getBinsType(); + + + /** + *+ * Setter method for the COM property "BinsType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlBinsType parameter. + */ + + @VTID(61) + void setBinsType( + com.exceljava.com4j.excel.XlBinsType rhs); + + + /** + *+ * Getter method for the COM property "BinWidthValue" + *
+ * @return Returns a value of type double + */ + + @VTID(62) + double getBinWidthValue(); + + + /** + *+ * Setter method for the COM property "BinWidthValue" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(63) + void setBinWidthValue( + double rhs); + + + /** + *+ * Getter method for the COM property "BinsCountValue" + *
+ * @return Returns a value of type int + */ + + @VTID(64) + int getBinsCountValue(); + + + /** + *+ * Setter method for the COM property "BinsCountValue" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(65) + void setBinsCountValue( + int rhs); + + + /** + *+ * Getter method for the COM property "BinsOverflowEnabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(66) + boolean getBinsOverflowEnabled(); + + + /** + *+ * Setter method for the COM property "BinsOverflowEnabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(67) + void setBinsOverflowEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "BinsOverflowValue" + *
+ * @return Returns a value of type double + */ + + @VTID(68) + double getBinsOverflowValue(); + + + /** + *+ * Setter method for the COM property "BinsOverflowValue" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(69) + void setBinsOverflowValue( + double rhs); + + + /** + *+ * Getter method for the COM property "BinsUnderflowEnabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(70) + boolean getBinsUnderflowEnabled(); + + + /** + *+ * Setter method for the COM property "BinsUnderflowEnabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(71) + void setBinsUnderflowEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "BinsUnderflowValue" + *
+ * @return Returns a value of type double + */ + + @VTID(72) + double getBinsUnderflowValue(); + + + /** + *+ * Setter method for the COM property "BinsUnderflowValue" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(73) + void setBinsUnderflowValue( + double rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartGroups.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartGroups.java new file mode 100644 index 0000000..4dfbf06 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartGroups.java @@ -0,0 +1,70 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002085A-0001-0000-C000-000000000046}") +public interface IChartGroups extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ChartGroup + */ + + @VTID(11) + com.exceljava.com4j.excel.ChartGroup item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(12) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(10) + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object _Copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(21) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(26) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(27) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(32) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(33) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(36) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(37) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(38) + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(39) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(40) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(41) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(42) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(43) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(44) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(45) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object activate(); + + + /** + *+ * Getter method for the COM property "Chart" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Chart + */ + + @VTID(46) + com.exceljava.com4j.excel._Chart getChart(); + + + /** + *+ * Getter method for the COM property "ProtectChartObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(47) + boolean getProtectChartObject(); + + + /** + *+ * Setter method for the COM property "ProtectChartObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(48) + void setProtectChartObject( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RoundedCorners" + *
+ * @return Returns a value of type boolean + */ + + @VTID(49) + boolean getRoundedCorners(); + + + /** + *+ * Setter method for the COM property "RoundedCorners" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(50) + void setRoundedCorners( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(51) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(52) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(53) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(54) + void setShadow( + boolean rhs); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(55) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartObjects.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartObjects.java new file mode 100644 index 0000000..864d393 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartObjects.java @@ -0,0 +1,638 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208D0-0001-0000-C000-000000000046}") +public interface IChartObjects extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object _Copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + */ + + @VTID(21) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(29) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(30) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setTop( + double rhs); + + + /** + */ + + @VTID(37) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setWidth( + double rhs); + + + /** + */ + + @VTID(42) + void _Dummy25(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(43) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + */ + + @VTID(44) + void _Dummy27(); + + + /** + */ + + @VTID(45) + void _Dummy28(); + + + /** + *+ * Getter method for the COM property "ProtectChartObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(46) + boolean getProtectChartObject(); + + + /** + *+ * Setter method for the COM property "ProtectChartObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(47) + void setProtectChartObject( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RoundedCorners" + *
+ * @return Returns a value of type boolean + */ + + @VTID(48) + boolean getRoundedCorners(); + + + /** + *+ * Setter method for the COM property "RoundedCorners" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(49) + void setRoundedCorners( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(50) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(51) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(52) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(53) + void setShadow( + boolean rhs); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(54) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + * @param left Mandatory double parameter. + * @param top Mandatory double parameter. + * @param width Mandatory double parameter. + * @param height Mandatory double parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ChartObject + */ + + @VTID(55) + com.exceljava.com4j.excel.ChartObject add( + double left, + double top, + double width, + double height); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(56) + int getCount(); + + + /** + * @return Returns a value of type com.exceljava.com4j.excel.GroupObject + */ + + @VTID(57) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(58) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(59) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "StopColor" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.SeriesGradientStopColorFormat + */ + + @VTID(10) + com.exceljava.com4j.excel.SeriesGradientStopColorFormat getStopColor(); + + + /** + *+ * Getter method for the COM property "StopPositionType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlGradientStopPositionType + */ + + @VTID(11) + com.exceljava.com4j.excel.XlGradientStopPositionType getStopPositionType(); + + + /** + *+ * Setter method for the COM property "StopPositionType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlGradientStopPositionType parameter. + */ + + @VTID(12) + void setStopPositionType( + com.exceljava.com4j.excel.XlGradientStopPositionType rhs); + + + /** + *+ * Getter method for the COM property "StopValue" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(13) + java.lang.String getStopValue(); + + + /** + *+ * Setter method for the COM property "StopValue" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(14) + void setStopValue( + java.lang.String rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartTitle.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartTitle.java new file mode 100644 index 0000000..377e6b0 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartTitle.java @@ -0,0 +1,606 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020849-0001-0000-C000-000000000046}") +public interface IChartTitle extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(12) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(14) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFillFormat + */ + + @VTID(15) + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(16) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(17) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(18) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(19) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(20) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(21) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(24) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(25) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(26) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(27) + void setShadow( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(30) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(31) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(32) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(33) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(34) + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(35) + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(36) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(37) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "IncludeInLayout" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getIncludeInLayout(); + + + /** + *+ * Setter method for the COM property "IncludeInLayout" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setIncludeInLayout( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Position" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlChartElementPosition + */ + + @VTID(40) + com.exceljava.com4j.excel.XlChartElementPosition getPosition(); + + + /** + *+ * Setter method for the COM property "Position" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlChartElementPosition parameter. + */ + + @VTID(41) + void setPosition( + com.exceljava.com4j.excel.XlChartElementPosition rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(42) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(43) + double getHeight(); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(44) + double getWidth(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(45) + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(46) + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaR1C1" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(47) + java.lang.String getFormulaR1C1(); + + + /** + *+ * Setter method for the COM property "FormulaR1C1" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(48) + void setFormulaR1C1( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaLocal" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(49) + java.lang.String getFormulaLocal(); + + + /** + *+ * Setter method for the COM property "FormulaLocal" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(50) + void setFormulaLocal( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaR1C1Local" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(51) + java.lang.String getFormulaR1C1Local(); + + + /** + *+ * Setter method for the COM property "FormulaR1C1Local" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(52) + void setFormulaR1C1Local( + java.lang.String rhs); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @VTID(53) + void setProperty( + java.lang.String id, + @MarshalAs(NativeType.VARIANT) java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(54) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartView.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartView.java new file mode 100644 index 0000000..629f9cb --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IChartView.java @@ -0,0 +1,55 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024488-0001-0000-C000-000000000046}") +public interface IChartView extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Sheet" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(10) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getSheet(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICharts.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICharts.java new file mode 100644 index 0000000..fe828ca --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICharts.java @@ -0,0 +1,1359 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002086D-0001-0000-C000-000000000046}") +public interface ICharts extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(before, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(before, after, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(before, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(before, after, 1033);
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getCount(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * delete(1033);
+ *
+ *
+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(15) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(before, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(before, after, 1033);
+ *
+ *
+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(17) + java.util.Iterator+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, printToFile, collate, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printPreview(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printPreview(enableChanges, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(replace, 1033);
+ *
+ *
+ * Getter method for the COM property "HPageBreaks" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.HPageBreaks + */ + + @VTID(21) + com.exceljava.com4j.excel.HPageBreaks getHPageBreaks(); + + + /** + *+ * Getter method for the COM property "VPageBreaks" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.VPageBreaks + */ + + @VTID(22) + com.exceljava.com4j.excel.VPageBreaks getVPageBreaks(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getVisible(1033);
+ *
+ *
+ * Getter method for the COM property "Visible" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(23) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVisible( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setVisible(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "Visible" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(24) + void setVisible( + @LCID int lcid, + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(25) + @DefaultMethod + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, collate, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, collate, prToFileName, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, collate, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(before, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(before, after, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(before, after, count, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(10) + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(21) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(26) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(27) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(32) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(33) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(36) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(37) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(38) + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(39) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(40) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(41) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(42) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(43) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(44) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(45) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(46) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(47) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(49) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(50) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(51) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(52) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(53) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(54) + void setAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(55) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type int + */ + + @VTID(56) + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(57) + @DefaultMethod + void set_Default( + int rhs); + + + /** + *+ * Getter method for the COM property "Display3DShading" + *
+ * @return Returns a value of type boolean + */ + + @VTID(58) + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(59) + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(60) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "LinkedCell" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(61) + java.lang.String getLinkedCell(); + + + /** + *+ * Setter method for the COM property "LinkedCell" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(62) + void setLinkedCell( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(63) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(64) + void setPhoneticAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(65) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(66) + void setValue( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICheckBoxes.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICheckBoxes.java new file mode 100644 index 0000000..8c78b90 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICheckBoxes.java @@ -0,0 +1,922 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020880-0001-0000-C000-000000000046}") +public interface ICheckBoxes extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + */ + + @VTID(21) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(29) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(30) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setTop( + double rhs); + + + /** + */ + + @VTID(37) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(42) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(43) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(44) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(45) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(46) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(48) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(49) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(50) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(51) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(52) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(53) + void setAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(54) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type int + */ + + @VTID(55) + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(56) + @DefaultMethod + void set_Default( + int rhs); + + + /** + *+ * Getter method for the COM property "Display3DShading" + *
+ * @return Returns a value of type boolean + */ + + @VTID(57) + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(58) + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(59) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "LinkedCell" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(60) + java.lang.String getLinkedCell(); + + + /** + *+ * Setter method for the COM property "LinkedCell" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(61) + void setLinkedCell( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(62) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(63) + void setPhoneticAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(64) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(65) + void setValue( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + * @param left Mandatory double parameter. + * @param top Mandatory double parameter. + * @param width Mandatory double parameter. + * @param height Mandatory double parameter. + * @return Returns a value of type com.exceljava.com4j.excel.CheckBox + */ + + @VTID(66) + com.exceljava.com4j.excel.CheckBox add( + double left, + double top, + double width, + double height); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(67) + int getCount(); + + + /** + * @return Returns a value of type com.exceljava.com4j.excel.GroupObject + */ + + @VTID(68) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(69) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(70) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Priority" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getPriority(); + + + /** + *+ * Setter method for the COM property "Priority" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(11) + void setPriority( + int rhs); + + + /** + *+ * Getter method for the COM property "StopIfTrue" + *
+ * @return Returns a value of type boolean + */ + + @VTID(12) + boolean getStopIfTrue(); + + + /** + *+ * Getter method for the COM property "AppliesTo" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(13) + com.exceljava.com4j.excel.Range getAppliesTo(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(14) + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(15) + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type int + */ + + @VTID(16) + int getType(); + + + /** + */ + + @VTID(17) + void setFirstPriority(); + + + /** + */ + + @VTID(18) + void setLastPriority(); + + + /** + */ + + @VTID(19) + void delete(); + + + /** + * @param range Mandatory com.exceljava.com4j.excel.Range parameter. + */ + + @VTID(20) + void modifyAppliesToRange( + com.exceljava.com4j.excel.Range range); + + + /** + *+ * Getter method for the COM property "PTCondition" + *
+ * @return Returns a value of type boolean + */ + + @VTID(21) + boolean getPTCondition(); + + + /** + *+ * Getter method for the COM property "ScopeType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlPivotConditionScope + */ + + @VTID(22) + com.exceljava.com4j.excel.XlPivotConditionScope getScopeType(); + + + /** + *+ * Setter method for the COM property "ScopeType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPivotConditionScope parameter. + */ + + @VTID(23) + void setScopeType( + com.exceljava.com4j.excel.XlPivotConditionScope rhs); + + + /** + *+ * Getter method for the COM property "ColorScaleCriteria" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ColorScaleCriteria + */ + + @VTID(24) + com.exceljava.com4j.excel.ColorScaleCriteria getColorScaleCriteria(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IColorScaleCriteria.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IColorScaleCriteria.java new file mode 100644 index 0000000..e244cb1 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IColorScaleCriteria.java @@ -0,0 +1,56 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024494-0001-0000-C000-000000000046}") +public interface IColorScaleCriteria extends Com4jObject,Iterable+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(7) + int getCount(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ColorScaleCriterion + */ + + @VTID(8) + @DefaultMethod + com.exceljava.com4j.excel.ColorScaleCriterion get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(9) + java.util.Iterator+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ColorScaleCriterion + */ + + @VTID(10) + com.exceljava.com4j.excel.ColorScaleCriterion getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IColorScaleCriterion.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IColorScaleCriterion.java new file mode 100644 index 0000000..a8006f7 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IColorScaleCriterion.java @@ -0,0 +1,78 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024495-0001-0000-C000-000000000046}") +public interface IColorScaleCriterion extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(7) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlConditionValueTypes + */ + + @VTID(8) + com.exceljava.com4j.excel.XlConditionValueTypes getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlConditionValueTypes parameter. + */ + + @VTID(9) + void setType( + com.exceljava.com4j.excel.XlConditionValueTypes rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(10) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(11) + void setValue( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "FormatColor" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.FormatColor + */ + + @VTID(12) + com.exceljava.com4j.excel.FormatColor getFormatColor(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IColorStop.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IColorStop.java new file mode 100644 index 0000000..21ddd3a --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IColorStop.java @@ -0,0 +1,144 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244AD-0001-0000-C000-000000000046}") +public interface IColorStop extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void delete(); + + + /** + *+ * Getter method for the COM property "Color" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getColor(); + + + /** + *+ * Setter method for the COM property "Color" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(12) + void setColor( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ThemeColor" + *
+ * @return Returns a value of type int + */ + + @VTID(13) + int getThemeColor(); + + + /** + *+ * Setter method for the COM property "ThemeColor" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(14) + void setThemeColor( + int rhs); + + + /** + *+ * Getter method for the COM property "TintAndShade" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(15) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getTintAndShade(); + + + /** + *+ * Setter method for the COM property "TintAndShade" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(16) + void setTintAndShade( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Position" + *
+ * @return Returns a value of type double + */ + + @VTID(17) + double getPosition(); + + + /** + *+ * Setter method for the COM property "Position" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(18) + void setPosition( + double rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IColorStops.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IColorStops.java new file mode 100644 index 0000000..09c3809 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IColorStops.java @@ -0,0 +1,104 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244AE-0001-0000-C000-000000000046}") +public interface IColorStops extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param position Mandatory double parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ColorStop + */ + + @VTID(11) + com.exceljava.com4j.excel.ColorStop add( + double position); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ColorStop + */ + + @VTID(12) + com.exceljava.com4j.excel.ColorStop item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ColorStop + */ + + @VTID(13) + @DefaultMethod + com.exceljava.com4j.excel.ColorStop get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(14) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Author" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getAuthor(); + + + /** + *+ * Getter method for the COM property "Shape" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Shape + */ + + @VTID(11) + com.exceljava.com4j.excel.Shape getShape(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(12) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(13) + void setVisible( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * text(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * text(text, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * text(text, start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory int parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Comment + */ + + @VTID(11) + com.exceljava.com4j.excel.Comment item( + int index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory int parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Comment + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.Comment get_Default( + int index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * modify(newtype, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlConditionValueTypes + */ + + @VTID(11) + com.exceljava.com4j.excel.XlConditionValueTypes getType(); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getValue(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IConnections.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IConnections.java new file mode 100644 index 0000000..c6891fb --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IConnections.java @@ -0,0 +1,315 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024486-0001-0000-C000-000000000046}") +public interface IConnections extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param filename Mandatory java.lang.String parameter. + * @return Returns a value of type com.exceljava.com4j.excel.WorkbookConnection + */ + + @VTID(11) + com.exceljava.com4j.excel.WorkbookConnection _AddFromFile( + java.lang.String filename); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, description, connectionString, commandText, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.WorkbookConnection + */ + + @VTID(14) + @DefaultMethod + com.exceljava.com4j.excel.WorkbookConnection get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(15) + java.util.Iterator+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(name, description, connectionString, commandText, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(name, description, connectionString, commandText, lCmdtype, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(name, description, connectionString, commandText, lCmdtype, createModelConnection, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addFromFile(filename, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addFromFile(filename, createModelConnection, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + * @param connectedShape Mandatory com.exceljava.com4j.excel.Shape parameter. + * @param connectionSite Mandatory int parameter. + */ + + @VTID(10) + void beginConnect( + com.exceljava.com4j.excel.Shape connectedShape, + int connectionSite); + + + /** + */ + + @VTID(11) + void beginDisconnect(); + + + /** + * @param connectedShape Mandatory com.exceljava.com4j.excel.Shape parameter. + * @param connectionSite Mandatory int parameter. + */ + + @VTID(12) + void endConnect( + com.exceljava.com4j.excel.Shape connectedShape, + int connectionSite); + + + /** + */ + + @VTID(13) + void endDisconnect(); + + + /** + *+ * Getter method for the COM property "BeginConnected" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTriState + */ + + @VTID(14) + com.exceljava.com4j.office.MsoTriState getBeginConnected(); + + + /** + *+ * Getter method for the COM property "BeginConnectedShape" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Shape + */ + + @VTID(15) + com.exceljava.com4j.excel.Shape getBeginConnectedShape(); + + + /** + *+ * Getter method for the COM property "BeginConnectionSite" + *
+ * @return Returns a value of type int + */ + + @VTID(16) + int getBeginConnectionSite(); + + + /** + *+ * Getter method for the COM property "EndConnected" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTriState + */ + + @VTID(17) + com.exceljava.com4j.office.MsoTriState getEndConnected(); + + + /** + *+ * Getter method for the COM property "EndConnectedShape" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Shape + */ + + @VTID(18) + com.exceljava.com4j.excel.Shape getEndConnectedShape(); + + + /** + *+ * Getter method for the COM property "EndConnectionSite" + *
+ * @return Returns a value of type int + */ + + @VTID(19) + int getEndConnectionSite(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoConnectorType + */ + + @VTID(20) + com.exceljava.com4j.office.MsoConnectorType getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoConnectorType parameter. + */ + + @VTID(21) + void setType( + com.exceljava.com4j.office.MsoConnectorType rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IControlFormat.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IControlFormat.java new file mode 100644 index 0000000..f986fe1 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IControlFormat.java @@ -0,0 +1,490 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024440-0001-0000-C000-000000000046}") +public interface IControlFormat extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addItem(text, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * removeItem(index, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "DropDownLines" + *
+ * @return Returns a value of type int + */ + + @VTID(13) + int getDropDownLines(); + + + /** + *+ * Setter method for the COM property "DropDownLines" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(14) + void setDropDownLines( + int rhs); + + + /** + *+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(15) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(16) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "LargeChange" + *
+ * @return Returns a value of type int + */ + + @VTID(17) + int getLargeChange(); + + + /** + *+ * Setter method for the COM property "LargeChange" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(18) + void setLargeChange( + int rhs); + + + /** + *+ * Getter method for the COM property "LinkedCell" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(19) + java.lang.String getLinkedCell(); + + + /** + *+ * Setter method for the COM property "LinkedCell" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(20) + void setLinkedCell( + java.lang.String rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * list(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ListCount" + *
+ * @return Returns a value of type int + */ + + @VTID(22) + int getListCount(); + + + /** + *+ * Setter method for the COM property "ListCount" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(23) + void setListCount( + int rhs); + + + /** + *+ * Getter method for the COM property "ListFillRange" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(24) + java.lang.String getListFillRange(); + + + /** + *+ * Setter method for the COM property "ListFillRange" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(25) + void setListFillRange( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ListIndex" + *
+ * @return Returns a value of type int + */ + + @VTID(26) + int getListIndex(); + + + /** + *+ * Setter method for the COM property "ListIndex" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(27) + void setListIndex( + int rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(28) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(29) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Max" + *
+ * @return Returns a value of type int + */ + + @VTID(30) + int getMax(); + + + /** + *+ * Setter method for the COM property "Max" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(31) + void setMax( + int rhs); + + + /** + *+ * Getter method for the COM property "Min" + *
+ * @return Returns a value of type int + */ + + @VTID(32) + int getMin(); + + + /** + *+ * Setter method for the COM property "Min" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(33) + void setMin( + int rhs); + + + /** + *+ * Getter method for the COM property "MultiSelect" + *
+ * @return Returns a value of type int + */ + + @VTID(34) + int getMultiSelect(); + + + /** + *+ * Setter method for the COM property "MultiSelect" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(35) + void setMultiSelect( + int rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(36) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(37) + void setPrintObject( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SmallChange" + *
+ * @return Returns a value of type int + */ + + @VTID(38) + int getSmallChange(); + + + /** + *+ * Setter method for the COM property "SmallChange" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(39) + void setSmallChange( + int rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type int + */ + + @VTID(40) + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(41) + @DefaultMethod + void set_Default( + int rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type int + */ + + @VTID(42) + int getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(43) + void setValue( + int rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICorners.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICorners.java new file mode 100644 index 0000000..d5b1f25 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICorners.java @@ -0,0 +1,63 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208C0-0001-0000-C000-000000000046}") +public interface ICorners extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICustomProperties.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICustomProperties.java new file mode 100644 index 0000000..1c5ffdd --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICustomProperties.java @@ -0,0 +1,102 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024452-0001-0000-C000-000000000046}") +public interface ICustomProperties extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + * @param name Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.CustomProperty + */ + + @VTID(10) + com.exceljava.com4j.excel.CustomProperty add( + java.lang.String name, + @MarshalAs(NativeType.VARIANT) java.lang.Object value); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(11) + int getCount(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.CustomProperty + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.CustomProperty get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.CustomProperty + */ + + @VTID(13) + com.exceljava.com4j.excel.CustomProperty getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(14) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(11) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(13) + void setValue( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(14) + @DefaultMethod + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object get_Default(); + + + /** + */ + + @VTID(15) + void delete(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICustomView.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICustomView.java new file mode 100644 index 0000000..0f90429 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICustomView.java @@ -0,0 +1,90 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024423-0001-0000-C000-000000000046}") +public interface ICustomView extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + *+ * Getter method for the COM property "PrintSettings" + *
+ * @return Returns a value of type boolean + */ + + @VTID(11) + boolean getPrintSettings(); + + + /** + *+ * Getter method for the COM property "RowColSettings" + *
+ * @return Returns a value of type boolean + */ + + @VTID(12) + boolean getRowColSettings(); + + + /** + */ + + @VTID(13) + void show(); + + + /** + */ + + @VTID(14) + void delete(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICustomViews.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICustomViews.java new file mode 100644 index 0000000..f596814 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ICustomViews.java @@ -0,0 +1,147 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024422-0001-0000-C000-000000000046}") +public interface ICustomViews extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param viewName Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.CustomView + */ + + @VTID(11) + com.exceljava.com4j.excel.CustomView item( + @MarshalAs(NativeType.VARIANT) java.lang.Object viewName); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(viewName, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(viewName, printSettings, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ * @param viewName Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.CustomView + */ + + @VTID(13) + @DefaultMethod + com.exceljava.com4j.excel.CustomView get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object viewName); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(14) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlDataBarBorderType + */ + + @VTID(10) + com.exceljava.com4j.excel.XlDataBarBorderType getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlDataBarBorderType parameter. + */ + + @VTID(11) + void setType( + com.exceljava.com4j.excel.XlDataBarBorderType rhs); + + + /** + *+ * Getter method for the COM property "Color" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(12) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getColor(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDataFeedConnection.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDataFeedConnection.java new file mode 100644 index 0000000..cf9713a --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDataFeedConnection.java @@ -0,0 +1,389 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244D4-0001-0000-C000-000000000046}") +public interface IDataFeedConnection extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "AlwaysUseConnectionFile" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getAlwaysUseConnectionFile(); + + + /** + *+ * Setter method for the COM property "AlwaysUseConnectionFile" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(11) + void setAlwaysUseConnectionFile( + boolean rhs); + + + /** + *+ * Getter method for the COM property "CommandText" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getCommandText(); + + + /** + *+ * Setter method for the COM property "CommandText" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(13) + void setCommandText( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "CommandType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCmdType + */ + + @VTID(14) + com.exceljava.com4j.excel.XlCmdType getCommandType(); + + + /** + *+ * Setter method for the COM property "CommandType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlCmdType parameter. + */ + + @VTID(15) + void setCommandType( + com.exceljava.com4j.excel.XlCmdType rhs); + + + /** + *+ * Getter method for the COM property "Connection" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(16) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getConnection(); + + + /** + *+ * Setter method for the COM property "Connection" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(17) + void setConnection( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "EnableRefresh" + *
+ * @return Returns a value of type boolean + */ + + @VTID(18) + boolean getEnableRefresh(); + + + /** + *+ * Setter method for the COM property "EnableRefresh" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(19) + void setEnableRefresh( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RefreshDate" + *
+ * @return Returns a value of type java.util.Date + */ + + @VTID(20) + java.util.Date getRefreshDate(); + + + /** + *+ * Getter method for the COM property "Refreshing" + *
+ * @return Returns a value of type boolean + */ + + @VTID(21) + boolean getRefreshing(); + + + /** + *+ * Getter method for the COM property "RefreshOnFileOpen" + *
+ * @return Returns a value of type boolean + */ + + @VTID(22) + boolean getRefreshOnFileOpen(); + + + /** + *+ * Setter method for the COM property "RefreshOnFileOpen" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(23) + void setRefreshOnFileOpen( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RefreshPeriod" + *
+ * @return Returns a value of type int + */ + + @VTID(24) + int getRefreshPeriod(); + + + /** + *+ * Setter method for the COM property "RefreshPeriod" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(25) + void setRefreshPeriod( + int rhs); + + + /** + *+ * Getter method for the COM property "SavePassword" + *
+ * @return Returns a value of type boolean + */ + + @VTID(26) + boolean getSavePassword(); + + + /** + *+ * Setter method for the COM property "SavePassword" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(27) + void setSavePassword( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ServerCredentialsMethod" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCredentialsMethod + */ + + @VTID(28) + com.exceljava.com4j.excel.XlCredentialsMethod getServerCredentialsMethod(); + + + /** + *+ * Setter method for the COM property "ServerCredentialsMethod" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlCredentialsMethod parameter. + */ + + @VTID(29) + void setServerCredentialsMethod( + com.exceljava.com4j.excel.XlCredentialsMethod rhs); + + + /** + *+ * Getter method for the COM property "SourceConnectionFile" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(30) + java.lang.String getSourceConnectionFile(); + + + /** + *+ * Setter method for the COM property "SourceConnectionFile" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(31) + void setSourceConnectionFile( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "SourceDataFile" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(32) + java.lang.String getSourceDataFile(); + + + /** + *+ * Setter method for the COM property "SourceDataFile" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(33) + void setSourceDataFile( + java.lang.String rhs); + + + /** + */ + + @VTID(34) + void cancelRefresh(); + + + /** + */ + + @VTID(35) + void refresh(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAsODC(odcFileName, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAsODC(odcFileName, description, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(12) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(14) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFillFormat + */ + + @VTID(15) + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(16) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(17) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(18) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(19) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(20) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(21) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(24) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(25) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(26) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(27) + void setShadow( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(30) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(31) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(32) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(33) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(34) + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(35) + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(36) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(37) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getAutoText(); + + + /** + *+ * Setter method for the COM property "AutoText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setAutoText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "NumberFormat" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(40) + java.lang.String getNumberFormat(); + + + /** + *+ * Setter method for the COM property "NumberFormat" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(41) + void setNumberFormat( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "NumberFormatLinked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(42) + boolean getNumberFormatLinked(); + + + /** + *+ * Setter method for the COM property "NumberFormatLinked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(43) + void setNumberFormatLinked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "NumberFormatLocal" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(44) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getNumberFormatLocal(); + + + /** + *+ * Setter method for the COM property "NumberFormatLocal" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(45) + void setNumberFormatLocal( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ShowLegendKey" + *
+ * @return Returns a value of type boolean + */ + + @VTID(46) + boolean getShowLegendKey(); + + + /** + *+ * Setter method for the COM property "ShowLegendKey" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(47) + void setShowLegendKey( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(48) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(49) + void setType( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Position" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlDataLabelPosition + */ + + @VTID(50) + com.exceljava.com4j.excel.XlDataLabelPosition getPosition(); + + + /** + *+ * Setter method for the COM property "Position" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlDataLabelPosition parameter. + */ + + @VTID(51) + void setPosition( + com.exceljava.com4j.excel.XlDataLabelPosition rhs); + + + /** + *+ * Getter method for the COM property "ShowSeriesName" + *
+ * @return Returns a value of type boolean + */ + + @VTID(52) + boolean getShowSeriesName(); + + + /** + *+ * Setter method for the COM property "ShowSeriesName" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(53) + void setShowSeriesName( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowCategoryName" + *
+ * @return Returns a value of type boolean + */ + + @VTID(54) + boolean getShowCategoryName(); + + + /** + *+ * Setter method for the COM property "ShowCategoryName" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(55) + void setShowCategoryName( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowValue" + *
+ * @return Returns a value of type boolean + */ + + @VTID(56) + boolean getShowValue(); + + + /** + *+ * Setter method for the COM property "ShowValue" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(57) + void setShowValue( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowPercentage" + *
+ * @return Returns a value of type boolean + */ + + @VTID(58) + boolean getShowPercentage(); + + + /** + *+ * Setter method for the COM property "ShowPercentage" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(59) + void setShowPercentage( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowBubbleSize" + *
+ * @return Returns a value of type boolean + */ + + @VTID(60) + boolean getShowBubbleSize(); + + + /** + *+ * Setter method for the COM property "ShowBubbleSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(61) + void setShowBubbleSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Separator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(62) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getSeparator(); + + + /** + *+ * Setter method for the COM property "Separator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(63) + void setSeparator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(64) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + *+ * Getter method for the COM property "_Height" + *
+ * @return Returns a value of type double + */ + + @VTID(65) + double get_Height(); + + + /** + *+ * Getter method for the COM property "_Width" + *
+ * @return Returns a value of type double + */ + + @VTID(66) + double get_Width(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(67) + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(68) + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaR1C1" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(69) + java.lang.String getFormulaR1C1(); + + + /** + *+ * Setter method for the COM property "FormulaR1C1" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(70) + void setFormulaR1C1( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaLocal" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(71) + java.lang.String getFormulaLocal(); + + + /** + *+ * Setter method for the COM property "FormulaLocal" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(72) + void setFormulaLocal( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaR1C1Local" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(73) + java.lang.String getFormulaR1C1Local(); + + + /** + *+ * Setter method for the COM property "FormulaR1C1Local" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(74) + void setFormulaR1C1Local( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ShowRange" + *
+ * @return Returns a value of type boolean + */ + + @VTID(75) + boolean getShowRange(); + + + /** + *+ * Setter method for the COM property "ShowRange" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(76) + void setShowRange( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(77) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(78) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(79) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(80) + void setWidth( + double rhs); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @VTID(81) + void setProperty( + java.lang.String id, + @MarshalAs(NativeType.VARIANT) java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(82) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDataLabels.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDataLabels.java new file mode 100644 index 0000000..428ea6a --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDataLabels.java @@ -0,0 +1,698 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208B3-0001-0000-C000-000000000046}") +public interface IDataLabels extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(12) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(14) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFillFormat + */ + + @VTID(15) + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + */ + + @VTID(16) + void _Dummy9(); + + + /** + */ + + @VTID(17) + void _Dummy10(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(18) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(19) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(20) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + */ + + @VTID(21) + void _Dummy13(); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(22) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(23) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setShadow( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy16(); + + + /** + */ + + @VTID(27) + void _Dummy17(); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(28) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(29) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(30) + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(31) + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(32) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(33) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(34) + boolean getAutoText(); + + + /** + *+ * Setter method for the COM property "AutoText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(35) + void setAutoText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "NumberFormat" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(36) + java.lang.String getNumberFormat(); + + + /** + *+ * Setter method for the COM property "NumberFormat" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(37) + void setNumberFormat( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "NumberFormatLinked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getNumberFormatLinked(); + + + /** + *+ * Setter method for the COM property "NumberFormatLinked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setNumberFormatLinked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "NumberFormatLocal" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(40) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getNumberFormatLocal(); + + + /** + *+ * Setter method for the COM property "NumberFormatLocal" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(41) + void setNumberFormatLocal( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ShowLegendKey" + *
+ * @return Returns a value of type boolean + */ + + @VTID(42) + boolean getShowLegendKey(); + + + /** + *+ * Setter method for the COM property "ShowLegendKey" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(43) + void setShowLegendKey( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(44) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(45) + void setType( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Position" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlDataLabelPosition + */ + + @VTID(46) + com.exceljava.com4j.excel.XlDataLabelPosition getPosition(); + + + /** + *+ * Setter method for the COM property "Position" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlDataLabelPosition parameter. + */ + + @VTID(47) + void setPosition( + com.exceljava.com4j.excel.XlDataLabelPosition rhs); + + + /** + *+ * Getter method for the COM property "ShowSeriesName" + *
+ * @return Returns a value of type boolean + */ + + @VTID(48) + boolean getShowSeriesName(); + + + /** + *+ * Setter method for the COM property "ShowSeriesName" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(49) + void setShowSeriesName( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowCategoryName" + *
+ * @return Returns a value of type boolean + */ + + @VTID(50) + boolean getShowCategoryName(); + + + /** + *+ * Setter method for the COM property "ShowCategoryName" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(51) + void setShowCategoryName( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowValue" + *
+ * @return Returns a value of type boolean + */ + + @VTID(52) + boolean getShowValue(); + + + /** + *+ * Setter method for the COM property "ShowValue" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(53) + void setShowValue( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowPercentage" + *
+ * @return Returns a value of type boolean + */ + + @VTID(54) + boolean getShowPercentage(); + + + /** + *+ * Setter method for the COM property "ShowPercentage" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(55) + void setShowPercentage( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowBubbleSize" + *
+ * @return Returns a value of type boolean + */ + + @VTID(56) + boolean getShowBubbleSize(); + + + /** + *+ * Setter method for the COM property "ShowBubbleSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(57) + void setShowBubbleSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Separator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(58) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getSeparator(); + + + /** + *+ * Setter method for the COM property "Separator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(59) + void setSeparator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(60) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.DataLabel + */ + + @VTID(61) + com.exceljava.com4j.excel.DataLabel item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(62) + java.util.Iterator+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(64) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + * @param index Mandatory java.lang.Object parameter. + */ + + @VTID(65) + void propagate( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "ShowRange" + *
+ * @return Returns a value of type boolean + */ + + @VTID(66) + boolean getShowRange(); + + + /** + *+ * Setter method for the COM property "ShowRange" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(67) + void setShowRange( + boolean rhs); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @VTID(68) + void setProperty( + java.lang.String id, + @MarshalAs(NativeType.VARIANT) java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(69) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDataTable.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDataTable.java new file mode 100644 index 0000000..92f9ab4 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDataTable.java @@ -0,0 +1,206 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020843-0001-0000-C000-000000000046}") +public interface IDataTable extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "ShowLegendKey" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getShowLegendKey(); + + + /** + *+ * Setter method for the COM property "ShowLegendKey" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(11) + void setShowLegendKey( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasBorderHorizontal" + *
+ * @return Returns a value of type boolean + */ + + @VTID(12) + boolean getHasBorderHorizontal(); + + + /** + *+ * Setter method for the COM property "HasBorderHorizontal" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(13) + void setHasBorderHorizontal( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasBorderVertical" + *
+ * @return Returns a value of type boolean + */ + + @VTID(14) + boolean getHasBorderVertical(); + + + /** + *+ * Setter method for the COM property "HasBorderVertical" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(15) + void setHasBorderVertical( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HasBorderOutline" + *
+ * @return Returns a value of type boolean + */ + + @VTID(16) + boolean getHasBorderOutline(); + + + /** + *+ * Setter method for the COM property "HasBorderOutline" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(17) + void setHasBorderOutline( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(18) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(19) + com.exceljava.com4j.excel.Font getFont(); + + + /** + */ + + @VTID(20) + void select(); + + + /** + */ + + @VTID(21) + void delete(); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(22) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(23) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(24) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDatabar.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDatabar.java new file mode 100644 index 0000000..640237c --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDatabar.java @@ -0,0 +1,392 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024496-0001-0000-C000-000000000046}") +public interface IDatabar extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Priority" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getPriority(); + + + /** + *+ * Setter method for the COM property "Priority" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(11) + void setPriority( + int rhs); + + + /** + *+ * Getter method for the COM property "StopIfTrue" + *
+ * @return Returns a value of type boolean + */ + + @VTID(12) + boolean getStopIfTrue(); + + + /** + *+ * Getter method for the COM property "AppliesTo" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(13) + com.exceljava.com4j.excel.Range getAppliesTo(); + + + /** + *+ * Getter method for the COM property "MinPoint" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ConditionValue + */ + + @VTID(14) + com.exceljava.com4j.excel.ConditionValue getMinPoint(); + + + /** + *+ * Getter method for the COM property "MaxPoint" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ConditionValue + */ + + @VTID(15) + com.exceljava.com4j.excel.ConditionValue getMaxPoint(); + + + /** + *+ * Getter method for the COM property "PercentMin" + *
+ * @return Returns a value of type int + */ + + @VTID(16) + int getPercentMin(); + + + /** + *+ * Setter method for the COM property "PercentMin" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(17) + void setPercentMin( + int rhs); + + + /** + *+ * Getter method for the COM property "PercentMax" + *
+ * @return Returns a value of type int + */ + + @VTID(18) + int getPercentMax(); + + + /** + *+ * Setter method for the COM property "PercentMax" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(19) + void setPercentMax( + int rhs); + + + /** + *+ * Getter method for the COM property "BarColor" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(20) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getBarColor(); + + + /** + *+ * Getter method for the COM property "ShowValue" + *
+ * @return Returns a value of type boolean + */ + + @VTID(21) + boolean getShowValue(); + + + /** + *+ * Setter method for the COM property "ShowValue" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(22) + void setShowValue( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(23) + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(24) + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type int + */ + + @VTID(25) + int getType(); + + + /** + */ + + @VTID(26) + void setFirstPriority(); + + + /** + */ + + @VTID(27) + void setLastPriority(); + + + /** + */ + + @VTID(28) + void delete(); + + + /** + * @param range Mandatory com.exceljava.com4j.excel.Range parameter. + */ + + @VTID(29) + void modifyAppliesToRange( + com.exceljava.com4j.excel.Range range); + + + /** + *+ * Getter method for the COM property "PTCondition" + *
+ * @return Returns a value of type boolean + */ + + @VTID(30) + boolean getPTCondition(); + + + /** + *+ * Getter method for the COM property "ScopeType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlPivotConditionScope + */ + + @VTID(31) + com.exceljava.com4j.excel.XlPivotConditionScope getScopeType(); + + + /** + *+ * Setter method for the COM property "ScopeType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPivotConditionScope parameter. + */ + + @VTID(32) + void setScopeType( + com.exceljava.com4j.excel.XlPivotConditionScope rhs); + + + /** + *+ * Getter method for the COM property "Direction" + *
+ * @return Returns a value of type int + */ + + @VTID(33) + int getDirection(); + + + /** + *+ * Setter method for the COM property "Direction" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(34) + void setDirection( + int rhs); + + + /** + *+ * Getter method for the COM property "BarFillType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlDataBarFillType + */ + + @VTID(35) + com.exceljava.com4j.excel.XlDataBarFillType getBarFillType(); + + + /** + *+ * Setter method for the COM property "BarFillType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlDataBarFillType parameter. + */ + + @VTID(36) + void setBarFillType( + com.exceljava.com4j.excel.XlDataBarFillType rhs); + + + /** + *+ * Getter method for the COM property "AxisPosition" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlDataBarAxisPosition + */ + + @VTID(37) + com.exceljava.com4j.excel.XlDataBarAxisPosition getAxisPosition(); + + + /** + *+ * Setter method for the COM property "AxisPosition" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlDataBarAxisPosition parameter. + */ + + @VTID(38) + void setAxisPosition( + com.exceljava.com4j.excel.XlDataBarAxisPosition rhs); + + + /** + *+ * Getter method for the COM property "AxisColor" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(39) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getAxisColor(); + + + /** + *+ * Getter method for the COM property "BarBorder" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.DataBarBorder + */ + + @VTID(40) + com.exceljava.com4j.excel.DataBarBorder getBarBorder(); + + + /** + *+ * Getter method for the COM property "NegativeBarFormat" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.NegativeBarFormat + */ + + @VTID(41) + com.exceljava.com4j.excel.NegativeBarFormat getNegativeBarFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDefaultPivotTableLayoutOptions.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDefaultPivotTableLayoutOptions.java new file mode 100644 index 0000000..4d4b088 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDefaultPivotTableLayoutOptions.java @@ -0,0 +1,1032 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244FB-0001-0000-C000-000000000046}") +public interface IDefaultPivotTableLayoutOptions extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "InGridDropZones" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getInGridDropZones(); + + + /** + *+ * Setter method for the COM property "InGridDropZones" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(11) + void setInGridDropZones( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayFieldCaptions" + *
+ * @return Returns a value of type boolean + */ + + @VTID(12) + boolean getDisplayFieldCaptions(); + + + /** + *+ * Setter method for the COM property "DisplayFieldCaptions" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(13) + void setDisplayFieldCaptions( + boolean rhs); + + + /** + *+ * Getter method for the COM property "FieldListSortAscending" + *
+ * @return Returns a value of type boolean + */ + + @VTID(14) + boolean getFieldListSortAscending(); + + + /** + *+ * Setter method for the COM property "FieldListSortAscending" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(15) + void setFieldListSortAscending( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ViewCalculatedMembers" + *
+ * @return Returns a value of type boolean + */ + + @VTID(16) + boolean getViewCalculatedMembers(); + + + /** + *+ * Setter method for the COM property "ViewCalculatedMembers" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(17) + void setViewCalculatedMembers( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayContextTooltips" + *
+ * @return Returns a value of type boolean + */ + + @VTID(18) + boolean getDisplayContextTooltips(); + + + /** + *+ * Setter method for the COM property "DisplayContextTooltips" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(19) + void setDisplayContextTooltips( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowDrillIndicators" + *
+ * @return Returns a value of type boolean + */ + + @VTID(20) + boolean getShowDrillIndicators(); + + + /** + *+ * Setter method for the COM property "ShowDrillIndicators" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(21) + void setShowDrillIndicators( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayEmptyColumn" + *
+ * @return Returns a value of type boolean + */ + + @VTID(22) + boolean getDisplayEmptyColumn(); + + + /** + *+ * Setter method for the COM property "DisplayEmptyColumn" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(23) + void setDisplayEmptyColumn( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayEmptyRow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getDisplayEmptyRow(); + + + /** + *+ * Setter method for the COM property "DisplayEmptyRow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setDisplayEmptyRow( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayMemberPropertyTooltips" + *
+ * @return Returns a value of type boolean + */ + + @VTID(26) + boolean getDisplayMemberPropertyTooltips(); + + + /** + *+ * Setter method for the COM property "DisplayMemberPropertyTooltips" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(27) + void setDisplayMemberPropertyTooltips( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowValuesRow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(28) + boolean getShowValuesRow(); + + + /** + *+ * Setter method for the COM property "ShowValuesRow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(29) + void setShowValuesRow( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayNullString" + *
+ * @return Returns a value of type boolean + */ + + @VTID(30) + boolean getDisplayNullString(); + + + /** + *+ * Setter method for the COM property "DisplayNullString" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(31) + void setDisplayNullString( + boolean rhs); + + + /** + *+ * Getter method for the COM property "NullString" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(32) + java.lang.String getNullString(); + + + /** + *+ * Setter method for the COM property "NullString" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(33) + void setNullString( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "DisplayErrorString" + *
+ * @return Returns a value of type boolean + */ + + @VTID(34) + boolean getDisplayErrorString(); + + + /** + *+ * Setter method for the COM property "DisplayErrorString" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(35) + void setDisplayErrorString( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ErrorString" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(36) + java.lang.String getErrorString(); + + + /** + *+ * Setter method for the COM property "ErrorString" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(37) + void setErrorString( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "HasAutoFormat" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getHasAutoFormat(); + + + /** + *+ * Setter method for the COM property "HasAutoFormat" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setHasAutoFormat( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PageFieldOrder" + *
+ * @return Returns a value of type boolean + */ + + @VTID(40) + boolean getPageFieldOrder(); + + + /** + *+ * Setter method for the COM property "PageFieldOrder" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(41) + void setPageFieldOrder( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MergeLabels" + *
+ * @return Returns a value of type boolean + */ + + @VTID(42) + boolean getMergeLabels(); + + + /** + *+ * Setter method for the COM property "MergeLabels" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(43) + void setMergeLabels( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PreserveFormatting" + *
+ * @return Returns a value of type boolean + */ + + @VTID(44) + boolean getPreserveFormatting(); + + + /** + *+ * Setter method for the COM property "PreserveFormatting" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(45) + void setPreserveFormatting( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PageFieldWrapCount" + *
+ * @return Returns a value of type int + */ + + @VTID(46) + int getPageFieldWrapCount(); + + + /** + *+ * Setter method for the COM property "PageFieldWrapCount" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(47) + void setPageFieldWrapCount( + int rhs); + + + /** + *+ * Getter method for the COM property "CompactRowIndent" + *
+ * @return Returns a value of type int + */ + + @VTID(48) + int getCompactRowIndent(); + + + /** + *+ * Setter method for the COM property "CompactRowIndent" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(49) + void setCompactRowIndent( + int rhs); + + + /** + *+ * Getter method for the COM property "PrintDrillIndicators" + *
+ * @return Returns a value of type boolean + */ + + @VTID(50) + boolean getPrintDrillIndicators(); + + + /** + *+ * Setter method for the COM property "PrintDrillIndicators" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(51) + void setPrintDrillIndicators( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RepeatItemsOnEachPrintedPage" + *
+ * @return Returns a value of type boolean + */ + + @VTID(52) + boolean getRepeatItemsOnEachPrintedPage(); + + + /** + *+ * Setter method for the COM property "RepeatItemsOnEachPrintedPage" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(53) + void setRepeatItemsOnEachPrintedPage( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PrintTitles" + *
+ * @return Returns a value of type boolean + */ + + @VTID(54) + boolean getPrintTitles(); + + + /** + *+ * Setter method for the COM property "PrintTitles" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(55) + void setPrintTitles( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AllowMultipleFilters" + *
+ * @return Returns a value of type boolean + */ + + @VTID(56) + boolean getAllowMultipleFilters(); + + + /** + *+ * Setter method for the COM property "AllowMultipleFilters" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(57) + void setAllowMultipleFilters( + boolean rhs); + + + /** + *+ * Getter method for the COM property "CalculatedMembersInFilters" + *
+ * @return Returns a value of type boolean + */ + + @VTID(58) + boolean getCalculatedMembersInFilters(); + + + /** + *+ * Setter method for the COM property "CalculatedMembersInFilters" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(59) + void setCalculatedMembersInFilters( + boolean rhs); + + + /** + *+ * Getter method for the COM property "VisualTotalsForSets" + *
+ * @return Returns a value of type boolean + */ + + @VTID(60) + boolean getVisualTotalsForSets(); + + + /** + *+ * Setter method for the COM property "VisualTotalsForSets" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(61) + void setVisualTotalsForSets( + boolean rhs); + + + /** + *+ * Getter method for the COM property "VisualTotals" + *
+ * @return Returns a value of type boolean + */ + + @VTID(62) + boolean getVisualTotals(); + + + /** + *+ * Setter method for the COM property "VisualTotals" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(63) + void setVisualTotals( + boolean rhs); + + + /** + *+ * Getter method for the COM property "TotalsAnnotation" + *
+ * @return Returns a value of type boolean + */ + + @VTID(64) + boolean getTotalsAnnotation(); + + + /** + *+ * Setter method for the COM property "TotalsAnnotation" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(65) + void setTotalsAnnotation( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RowGrand" + *
+ * @return Returns a value of type boolean + */ + + @VTID(66) + boolean getRowGrand(); + + + /** + *+ * Setter method for the COM property "RowGrand" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(67) + void setRowGrand( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ColumnGrand" + *
+ * @return Returns a value of type boolean + */ + + @VTID(68) + boolean getColumnGrand(); + + + /** + *+ * Setter method for the COM property "ColumnGrand" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(69) + void setColumnGrand( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SubtotalHiddenPageItems" + *
+ * @return Returns a value of type boolean + */ + + @VTID(70) + boolean getSubtotalHiddenPageItems(); + + + /** + *+ * Setter method for the COM property "SubtotalHiddenPageItems" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(71) + void setSubtotalHiddenPageItems( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SortUsingCustomLists" + *
+ * @return Returns a value of type boolean + */ + + @VTID(72) + boolean getSortUsingCustomLists(); + + + /** + *+ * Setter method for the COM property "SortUsingCustomLists" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(73) + void setSortUsingCustomLists( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SaveData" + *
+ * @return Returns a value of type boolean + */ + + @VTID(74) + boolean getSaveData(); + + + /** + *+ * Setter method for the COM property "SaveData" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(75) + void setSaveData( + boolean rhs); + + + /** + *+ * Getter method for the COM property "EnableDrilldown" + *
+ * @return Returns a value of type boolean + */ + + @VTID(76) + boolean getEnableDrilldown(); + + + /** + *+ * Setter method for the COM property "EnableDrilldown" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(77) + void setEnableDrilldown( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RefreshOnFileOpen" + *
+ * @return Returns a value of type boolean + */ + + @VTID(78) + boolean getRefreshOnFileOpen(); + + + /** + *+ * Setter method for the COM property "RefreshOnFileOpen" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(79) + void setRefreshOnFileOpen( + boolean rhs); + + + /** + *+ * Getter method for the COM property "xlMissingItemsNone" + *
+ * @return Returns a value of type int + */ + + @VTID(80) + int getXlMissingItemsNone(); + + + /** + *+ * Setter method for the COM property "xlMissingItemsNone" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(81) + void setXlMissingItemsNone( + int rhs); + + + /** + *+ * Getter method for the COM property "Subtotals" + *
+ * @return Returns a value of type boolean + */ + + @VTID(82) + boolean getSubtotals(); + + + /** + *+ * Setter method for the COM property "Subtotals" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(83) + void setSubtotals( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SubtotalLocation" + *
+ * @return Returns a value of type boolean + */ + + @VTID(84) + boolean getSubtotalLocation(); + + + /** + *+ * Setter method for the COM property "SubtotalLocation" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(85) + void setSubtotalLocation( + boolean rhs); + + + /** + *+ * Getter method for the COM property "LayoutBlankLine" + *
+ * @return Returns a value of type boolean + */ + + @VTID(86) + boolean getLayoutBlankLine(); + + + /** + *+ * Setter method for the COM property "LayoutBlankLine" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(87) + void setLayoutBlankLine( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RowAxisLayout" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlLayoutRowType + */ + + @VTID(88) + com.exceljava.com4j.excel.XlLayoutRowType getRowAxisLayout(); + + + /** + *+ * Setter method for the COM property "RowAxisLayout" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlLayoutRowType parameter. + */ + + @VTID(89) + void setRowAxisLayout( + com.exceljava.com4j.excel.XlLayoutRowType rhs); + + + /** + *+ * Getter method for the COM property "RepeatAllLabels" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlPivotFieldRepeatLabels + */ + + @VTID(90) + com.exceljava.com4j.excel.XlPivotFieldRepeatLabels getRepeatAllLabels(); + + + /** + *+ * Setter method for the COM property "RepeatAllLabels" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPivotFieldRepeatLabels parameter. + */ + + @VTID(91) + void setRepeatAllLabels( + com.exceljava.com4j.excel.XlPivotFieldRepeatLabels rhs); + + + /** + *+ * Getter method for the COM property "DisplayImmediateItems" + *
+ * @return Returns a value of type boolean + */ + + @VTID(92) + boolean getDisplayImmediateItems(); + + + /** + *+ * Setter method for the COM property "DisplayImmediateItems" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(93) + void setDisplayImmediateItems( + boolean rhs); + + + /** + *+ * Getter method for the COM property "EnableWriteback" + *
+ * @return Returns a value of type boolean + */ + + @VTID(94) + boolean getEnableWriteback(); + + + /** + *+ * Setter method for the COM property "EnableWriteback" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(95) + void setEnableWriteback( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDiagram.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDiagram.java new file mode 100644 index 0000000..44ca289 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDiagram.java @@ -0,0 +1,155 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002446F-0001-0000-C000-000000000046}") +public interface IDiagram extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Nodes" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.DiagramNodes + */ + + @VTID(10) + com.exceljava.com4j.excel.DiagramNodes getNodes(); + + + @VTID(10) + @ReturnValue(defaultPropertyThrough={com.exceljava.com4j.excel.DiagramNodes.class}) + com.exceljava.com4j.excel.DiagramNode getNodes( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoDiagramType + */ + + @VTID(11) + com.exceljava.com4j.office.MsoDiagramType getType(); + + + /** + *+ * Getter method for the COM property "AutoLayout" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTriState + */ + + @VTID(12) + com.exceljava.com4j.office.MsoTriState getAutoLayout(); + + + /** + *+ * Setter method for the COM property "AutoLayout" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoTriState parameter. + */ + + @VTID(13) + void setAutoLayout( + com.exceljava.com4j.office.MsoTriState rhs); + + + /** + *+ * Getter method for the COM property "Reverse" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTriState + */ + + @VTID(14) + com.exceljava.com4j.office.MsoTriState getReverse(); + + + /** + *+ * Setter method for the COM property "Reverse" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoTriState parameter. + */ + + @VTID(15) + void setReverse( + com.exceljava.com4j.office.MsoTriState rhs); + + + /** + *+ * Getter method for the COM property "AutoFormat" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTriState + */ + + @VTID(16) + com.exceljava.com4j.office.MsoTriState getAutoFormat(); + + + /** + *+ * Setter method for the COM property "AutoFormat" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoTriState parameter. + */ + + @VTID(17) + void setAutoFormat( + com.exceljava.com4j.office.MsoTriState rhs); + + + /** + * @param type Mandatory com.exceljava.com4j.office.MsoDiagramType parameter. + */ + + @VTID(18) + void convert( + com.exceljava.com4j.office.MsoDiagramType type); + + + /** + */ + + @VTID(19) + void fitText(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDialog.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDialog.java new file mode 100644 index 0000000..bce0f70 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDialog.java @@ -0,0 +1,1581 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002087A-0001-0000-C000-000000000046}") +public interface IDialog extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, arg28, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * show(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, arg28, arg29, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + */ + + @VTID(11) + void _Dummy4(); + + + /** + */ + + @VTID(12) + void _Dummy5(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(18) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(19) + void setHeight( + double rhs); + + + /** + */ + + @VTID(20) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(21) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(22) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(23) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(24) + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(25) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(26) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + */ + + @VTID(29) + void _Dummy17(); + + + /** + */ + + @VTID(30) + void _Dummy18(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(33) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(34) + void setTop( + double rhs); + + + /** + */ + + @VTID(35) + void _Dummy22(); + + + /** + */ + + @VTID(36) + void _Dummy23(); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(37) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(38) + void setWidth( + double rhs); + + + /** + */ + + @VTID(39) + void _Dummy25(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(40) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(41) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(42) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(43) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(45) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(46) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(47) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(48) + void setText( + java.lang.String rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDialogSheet.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDialogSheet.java new file mode 100644 index 0000000..02069f6 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDialogSheet.java @@ -0,0 +1,6811 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208AF-0001-0000-C000-000000000046}") +public interface IDialogSheet extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * activate(1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(before, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(before, after, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * delete(1033);
+ *
+ *
+ * Getter method for the COM property "CodeName" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(13) + java.lang.String getCodeName(); + + + /** + *+ * Getter method for the COM property "_CodeName" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(14) + java.lang.String get_CodeName(); + + + /** + *+ * Setter method for the COM property "_CodeName" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(15) + void set_CodeName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getIndex(1033);
+ *
+ *
+ * Getter method for the COM property "Index" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type int + */ + + @VTID(16) + int getIndex( + @LCID int lcid); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(before, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(before, after, 1033);
+ *
+ *
+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(18) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(19) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Next" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(20) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getNext(); + + + /** + *+ * Getter method for the COM property "OnDoubleClick" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getOnDoubleClick(1033);
+ *
+ *
+ * Getter method for the COM property "OnDoubleClick" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type java.lang.String + */ + + @VTID(21) + java.lang.String getOnDoubleClick( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "OnDoubleClick" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setOnDoubleClick(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "OnDoubleClick" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(22) + void setOnDoubleClick( + @LCID int lcid, + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnSheetActivate" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getOnSheetActivate(1033);
+ *
+ *
+ * Getter method for the COM property "OnSheetActivate" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type java.lang.String + */ + + @VTID(23) + java.lang.String getOnSheetActivate( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "OnSheetActivate" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setOnSheetActivate(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "OnSheetActivate" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(24) + void setOnSheetActivate( + @LCID int lcid, + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnSheetDeactivate" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getOnSheetDeactivate(1033);
+ *
+ *
+ * Getter method for the COM property "OnSheetDeactivate" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type java.lang.String + */ + + @VTID(25) + java.lang.String getOnSheetDeactivate( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "OnSheetDeactivate" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setOnSheetDeactivate(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "OnSheetDeactivate" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(26) + void setOnSheetDeactivate( + @LCID int lcid, + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "PageSetup" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.PageSetup + */ + + @VTID(27) + com.exceljava.com4j.excel.PageSetup getPageSetup(); + + + /** + *+ * Getter method for the COM property "Previous" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(28) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getPrevious(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, printToFile, collate, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printPreview(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printPreview(enableChanges, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(password, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(password, drawingObjects, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(password, drawingObjects, contents, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(password, drawingObjects, contents, scenarios, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, 1033);
+ *
+ *
+ * Getter method for the COM property "ProtectContents" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getProtectContents(1033);
+ *
+ *
+ * Getter method for the COM property "ProtectContents" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type boolean + */ + + @VTID(32) + boolean getProtectContents( + @LCID int lcid); + + + /** + *+ * Getter method for the COM property "ProtectDrawingObjects" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getProtectDrawingObjects(1033);
+ *
+ *
+ * Getter method for the COM property "ProtectDrawingObjects" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type boolean + */ + + @VTID(33) + boolean getProtectDrawingObjects( + @LCID int lcid); + + + /** + *+ * Getter method for the COM property "ProtectionMode" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getProtectionMode(1033);
+ *
+ *
+ * Getter method for the COM property "ProtectionMode" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type boolean + */ + + @VTID(34) + boolean getProtectionMode( + @LCID int lcid); + + + /** + *+ * Getter method for the COM property "ProtectScenarios" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getProtectScenarios(1033);
+ *
+ *
+ * Getter method for the COM property "ProtectScenarios" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type boolean + */ + + @VTID(35) + boolean getProtectScenarios( + @LCID int lcid); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, textCodepage, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, textCodepage, textVisualLayout, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(replace, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * unprotect(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * unprotect(password, 1033);
+ *
+ *
+ * Getter method for the COM property "Visible" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getVisible(1033);
+ *
+ *
+ * Getter method for the COM property "Visible" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type com.exceljava.com4j.excel.XlSheetVisibility + */ + + @VTID(39) + com.exceljava.com4j.excel.XlSheetVisibility getVisible( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setVisible(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "Visible" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory com.exceljava.com4j.excel.XlSheetVisibility parameter. + */ + + @VTID(40) + void setVisible( + @LCID int lcid, + com.exceljava.com4j.excel.XlSheetVisibility rhs); + + + /** + *+ * Getter method for the COM property "Shapes" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Shapes + */ + + @VTID(41) + com.exceljava.com4j.excel.Shapes getShapes(); + + + /** + */ + + @VTID(42) + void _Dummy29(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * arcs(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * arcs(index, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * buttons(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * buttons(index, 1033);
+ *
+ *
+ * Getter method for the COM property "EnableCalculation" + *
+ * @return Returns a value of type boolean + */ + + @VTID(48) + boolean getEnableCalculation(); + + + /** + *+ * Setter method for the COM property "EnableCalculation" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(49) + void setEnableCalculation( + boolean rhs); + + + /** + */ + + @VTID(50) + void _Dummy36(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * chartObjects(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * chartObjects(index, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkBoxes(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkBoxes(index, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, spellLang, 1033);
+ *
+ *
+ * Getter method for the COM property "DisplayAutomaticPageBreaks" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getDisplayAutomaticPageBreaks(1033);
+ *
+ *
+ * Getter method for the COM property "DisplayAutomaticPageBreaks" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type boolean + */ + + @VTID(60) + boolean getDisplayAutomaticPageBreaks( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "DisplayAutomaticPageBreaks" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setDisplayAutomaticPageBreaks(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "DisplayAutomaticPageBreaks" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory boolean parameter. + */ + + @VTID(61) + void setDisplayAutomaticPageBreaks( + @LCID int lcid, + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * drawings(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * drawings(index, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * drawingObjects(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * drawingObjects(index, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * dropDowns(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * dropDowns(index, 1033);
+ *
+ *
+ * Getter method for the COM property "EnableAutoFilter" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getEnableAutoFilter(1033);
+ *
+ *
+ * Getter method for the COM property "EnableAutoFilter" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type boolean + */ + + @VTID(65) + boolean getEnableAutoFilter( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "EnableAutoFilter" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setEnableAutoFilter(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "EnableAutoFilter" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory boolean parameter. + */ + + @VTID(66) + void setEnableAutoFilter( + @LCID int lcid, + boolean rhs); + + + /** + *+ * Getter method for the COM property "EnableSelection" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlEnableSelection + */ + + @VTID(67) + com.exceljava.com4j.excel.XlEnableSelection getEnableSelection(); + + + /** + *+ * Setter method for the COM property "EnableSelection" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlEnableSelection parameter. + */ + + @VTID(68) + void setEnableSelection( + com.exceljava.com4j.excel.XlEnableSelection rhs); + + + /** + *+ * Getter method for the COM property "EnableOutlining" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getEnableOutlining(1033);
+ *
+ *
+ * Getter method for the COM property "EnableOutlining" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type boolean + */ + + @VTID(69) + boolean getEnableOutlining( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "EnableOutlining" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setEnableOutlining(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "EnableOutlining" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory boolean parameter. + */ + + @VTID(70) + void setEnableOutlining( + @LCID int lcid, + boolean rhs); + + + /** + *+ * Getter method for the COM property "EnablePivotTable" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getEnablePivotTable(1033);
+ *
+ *
+ * Getter method for the COM property "EnablePivotTable" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type boolean + */ + + @VTID(71) + boolean getEnablePivotTable( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "EnablePivotTable" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setEnablePivotTable(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "EnablePivotTable" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory boolean parameter. + */ + + @VTID(72) + void setEnablePivotTable( + @LCID int lcid, + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * evaluate(name, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Evaluate(name, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * groupBoxes(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * groupBoxes(index, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * groupObjects(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * groupObjects(index, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * labels(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * labels(index, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * lines(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * lines(index, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * listBoxes(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * listBoxes(index, 1033);
+ *
+ *
+ * Getter method for the COM property "Names" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Names + */ + + @VTID(82) + com.exceljava.com4j.excel.Names getNames(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * oleObjects(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * oleObjects(index, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * optionButtons(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * optionButtons(index, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * ovals(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * ovals(index, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * paste(com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * paste(destination, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * paste(destination, link, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PasteSpecial(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PasteSpecial(format, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PasteSpecial(format, link, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PasteSpecial(format, link, displayAsIcon, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PasteSpecial(format, link, displayAsIcon, iconFileName, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PasteSpecial(format, link, displayAsIcon, iconFileName, iconIndex, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PasteSpecial(format, link, displayAsIcon, iconFileName, iconIndex, iconLabel, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pictures(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pictures(index, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * rectangles(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * rectangles(index, 1033);
+ *
+ *
+ * Getter method for the COM property "ScrollArea" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(99) + java.lang.String getScrollArea(); + + + /** + *+ * Setter method for the COM property "ScrollArea" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(100) + void setScrollArea( + java.lang.String rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * scrollBars(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * scrollBars(index, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * spinners(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * spinners(index, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * textBoxes(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * textBoxes(index, 1033);
+ *
+ *
+ * Getter method for the COM property "HPageBreaks" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.HPageBreaks + */ + + @VTID(111) + com.exceljava.com4j.excel.HPageBreaks getHPageBreaks(); + + + /** + *+ * Getter method for the COM property "VPageBreaks" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.VPageBreaks + */ + + @VTID(112) + com.exceljava.com4j.excel.VPageBreaks getVPageBreaks(); + + + /** + *+ * Getter method for the COM property "QueryTables" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.QueryTables + */ + + @VTID(113) + com.exceljava.com4j.excel.QueryTables getQueryTables(); + + + /** + *+ * Getter method for the COM property "DisplayPageBreaks" + *
+ * @return Returns a value of type boolean + */ + + @VTID(114) + boolean getDisplayPageBreaks(); + + + /** + *+ * Setter method for the COM property "DisplayPageBreaks" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(115) + void setDisplayPageBreaks( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Comments" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Comments + */ + + @VTID(116) + com.exceljava.com4j.excel.Comments getComments(); + + + /** + *+ * Getter method for the COM property "Hyperlinks" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Hyperlinks + */ + + @VTID(117) + com.exceljava.com4j.excel.Hyperlinks getHyperlinks(); + + + /** + */ + + @VTID(118) + void clearCircles(); + + + /** + */ + + @VTID(119) + void circleInvalid(); + + + /** + *+ * Getter method for the COM property "_DisplayRightToLeft" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * get_DisplayRightToLeft(1033);
+ *
+ *
+ * Getter method for the COM property "_DisplayRightToLeft" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type int + */ + + @VTID(120) + int get_DisplayRightToLeft( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "_DisplayRightToLeft" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * set_DisplayRightToLeft(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "_DisplayRightToLeft" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory int parameter. + */ + + @VTID(121) + void set_DisplayRightToLeft( + @LCID int lcid, + int rhs); + + + /** + *+ * Getter method for the COM property "AutoFilter" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.AutoFilter + */ + + @VTID(122) + com.exceljava.com4j.excel.AutoFilter getAutoFilter(); + + + /** + *+ * Getter method for the COM property "DisplayRightToLeft" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getDisplayRightToLeft(1033);
+ *
+ *
+ * Getter method for the COM property "DisplayRightToLeft" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type boolean + */ + + @VTID(123) + boolean getDisplayRightToLeft( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "DisplayRightToLeft" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setDisplayRightToLeft(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "DisplayRightToLeft" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory boolean parameter. + */ + + @VTID(124) + void setDisplayRightToLeft( + @LCID int lcid, + boolean rhs); + + + /** + *+ * Getter method for the COM property "Scripts" + *
+ * @return Returns a value of type com.exceljava.com4j.office.Scripts + */ + + @VTID(125) + com.exceljava.com4j.office.Scripts getScripts(); + + + @VTID(125) + @ReturnValue(defaultPropertyThrough={com.exceljava.com4j.office.Scripts.class}) + com.exceljava.com4j.office.Script getScripts( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, collate, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, collate, prToFileName, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _CheckSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _CheckSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _CheckSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _CheckSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _CheckSpelling(customDictionary, ignoreUppercase, alwaysSuggest, spellLang, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _CheckSpelling(customDictionary, ignoreUppercase, alwaysSuggest, spellLang, ignoreFinalYaa, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _CheckSpelling(customDictionary, ignoreUppercase, alwaysSuggest, spellLang, ignoreFinalYaa, spellScript, 1033);
+ *
+ *
+ * Getter method for the COM property "Tab" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Tab + */ + + @VTID(128) + com.exceljava.com4j.excel.Tab getTab(); + + + /** + *+ * Getter method for the COM property "MailEnvelope" + *
+ * @return Returns a value of type com.exceljava.com4j.office.IMsoEnvelopeVB + */ + + @VTID(129) + com.exceljava.com4j.office.IMsoEnvelopeVB getMailEnvelope(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, textCodepage, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, textCodepage, textVisualLayout, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "CustomProperties" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.CustomProperties + */ + + @VTID(131) + com.exceljava.com4j.excel.CustomProperties getCustomProperties(); + + + /** + *+ * Getter method for the COM property "SmartTags" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.SmartTags + */ + + @VTID(132) + com.exceljava.com4j.excel.SmartTags getSmartTags(); + + + /** + *+ * Getter method for the COM property "Protection" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Protection + */ + + @VTID(133) + com.exceljava.com4j.excel.Protection getProtection(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pasteSpecial(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pasteSpecial(format, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pasteSpecial(format, link, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pasteSpecial(format, link, displayAsIcon, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pasteSpecial(format, link, displayAsIcon, iconFileName, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pasteSpecial(format, link, displayAsIcon, iconFileName, iconIndex, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pasteSpecial(format, link, displayAsIcon, iconFileName, iconIndex, iconLabel, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * pasteSpecial(format, link, displayAsIcon, iconFileName, iconIndex, iconLabel, noHTMLFormatting, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, allowFormattingRows, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, allowFormattingRows, allowInsertingColumns, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, allowFormattingRows, allowInsertingColumns, allowInsertingRows, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, allowFormattingRows, allowInsertingColumns, allowInsertingRows, allowInsertingHyperlinks, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, allowFormattingRows, allowInsertingColumns, allowInsertingRows, allowInsertingHyperlinks, allowDeletingColumns, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, allowFormattingRows, allowInsertingColumns, allowInsertingRows, allowInsertingHyperlinks, allowDeletingColumns, allowDeletingRows, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, allowFormattingRows, allowInsertingColumns, allowInsertingRows, allowInsertingHyperlinks, allowDeletingColumns, allowDeletingRows, allowSorting, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, allowFormattingCells, allowFormattingColumns, allowFormattingRows, allowInsertingColumns, allowInsertingRows, allowInsertingHyperlinks, allowDeletingColumns, allowDeletingRows, allowSorting, allowFiltering, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, collate, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "EnableFormatConditionsCalculation" + *
+ * @return Returns a value of type boolean + */ + + @VTID(140) + boolean getEnableFormatConditionsCalculation(); + + + /** + *+ * Setter method for the COM property "EnableFormatConditionsCalculation" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(141) + void setEnableFormatConditionsCalculation( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Sort" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Sort + */ + + @VTID(142) + com.exceljava.com4j.excel.Sort getSort(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _ExportAsFixedFormat(type, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _ExportAsFixedFormat(type, filename, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _ExportAsFixedFormat(type, filename, quality, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _ExportAsFixedFormat(type, filename, quality, includeDocProperties, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _ExportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _ExportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _ExportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _ExportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, from, to, openAfterPublish, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "PrintedCommentPages" + *
+ * @return Returns a value of type int + */ + + @VTID(144) + int getPrintedCommentPages(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, filename, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, filename, quality, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, filename, quality, includeDocProperties, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, from, to, openAfterPublish, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * exportAsFixedFormat(type, filename, quality, includeDocProperties, ignorePrintAreas, from, to, openAfterPublish, fixedFormatExtClassPtr, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, textCodepage, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, textCodepage, textVisualLayout, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "DefaultButton" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(147) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getDefaultButton(); + + + /** + *+ * Setter method for the COM property "DefaultButton" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(148) + void setDefaultButton( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "DialogFrame" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.DialogFrame + */ + + @VTID(149) + com.exceljava.com4j.excel.DialogFrame getDialogFrame(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * editBoxes(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Focus" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(151) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getFocus(); + + + /** + *+ * Setter method for the COM property "Focus" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(152) + void setFocus( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * hide(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Sheet" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(10) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getSheet(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDialogSheets.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDialogSheets.java new file mode 100644 index 0000000..182ab39 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDialogSheets.java @@ -0,0 +1,1360 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208B0-0001-0000-C000-000000000046}") +public interface IDialogSheets extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(before, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(before, after, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(before, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(before, after, 1033);
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getCount(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * delete(1033);
+ *
+ *
+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(15) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(before, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(before, after, 1033);
+ *
+ *
+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(17) + java.util.Iterator+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, printToFile, collate, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printPreview(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printPreview(enableChanges, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(replace, 1033);
+ *
+ *
+ * Getter method for the COM property "HPageBreaks" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.HPageBreaks + */ + + @VTID(21) + com.exceljava.com4j.excel.HPageBreaks getHPageBreaks(); + + + /** + *+ * Getter method for the COM property "VPageBreaks" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.VPageBreaks + */ + + @VTID(22) + com.exceljava.com4j.excel.VPageBreaks getVPageBreaks(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getVisible(1033);
+ *
+ *
+ * Getter method for the COM property "Visible" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(23) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVisible( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setVisible(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "Visible" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(24) + void setVisible( + @LCID int lcid, + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(25) + @DefaultMethod + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, collate, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, collate, prToFileName, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, collate, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(before, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(before, after, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(before, after, count, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory com.exceljava.com4j.excel.XlBuiltInDialog parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Dialog + */ + + @VTID(11) + com.exceljava.com4j.excel.Dialog getItem( + com.exceljava.com4j.excel.XlBuiltInDialog index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory com.exceljava.com4j.excel.XlBuiltInDialog parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Dialog + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.Dialog get_Default( + com.exceljava.com4j.excel.XlBuiltInDialog index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Borders" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Borders + */ + + @VTID(10) + com.exceljava.com4j.excel.Borders getBorders(); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(11) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(12) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Style" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getStyle(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(14) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAddIndent(); + + + /** + *+ * Getter method for the COM property "FormulaHidden" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(15) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getFormulaHidden(); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(16) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Getter method for the COM property "IndentLevel" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(17) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getIndentLevel(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(18) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(19) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getLocked(); + + + /** + *+ * Getter method for the COM property "MergeCells" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(20) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getMergeCells(); + + + /** + *+ * Getter method for the COM property "NumberFormat" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getNumberFormat(1033);
+ *
+ *
+ * Getter method for the COM property "NumberFormat" + *
+ * @param lcidIn Mandatory int parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(21) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getNumberFormat( + @LCID int lcidIn); + + + /** + *+ * Getter method for the COM property "NumberFormatLocal" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(22) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getNumberFormatLocal(); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(23) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(24) + int getReadingOrder(); + + + /** + *+ * Getter method for the COM property "ShrinkToFit" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(25) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getShrinkToFit(); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(26) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Getter method for the COM property "WrapText" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(27) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getWrapText(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDisplayUnitLabel.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDisplayUnitLabel.java new file mode 100644 index 0000000..36782fa --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDisplayUnitLabel.java @@ -0,0 +1,590 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002084C-0001-0000-C000-000000000046}") +public interface IDisplayUnitLabel extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(12) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(14) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFillFormat + */ + + @VTID(15) + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(16) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(17) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(18) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(19) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(20) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(21) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(24) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(25) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(26) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(27) + void setShadow( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(30) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(31) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(32) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(33) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(34) + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(35) + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(36) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(37) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + */ + + @VTID(38) + void _Dummy21(); + + + /** + *+ * Getter method for the COM property "Position" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlChartElementPosition + */ + + @VTID(39) + com.exceljava.com4j.excel.XlChartElementPosition getPosition(); + + + /** + *+ * Setter method for the COM property "Position" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlChartElementPosition parameter. + */ + + @VTID(40) + void setPosition( + com.exceljava.com4j.excel.XlChartElementPosition rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(41) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(42) + double getHeight(); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(43) + double getWidth(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(44) + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(45) + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaR1C1" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(46) + java.lang.String getFormulaR1C1(); + + + /** + *+ * Setter method for the COM property "FormulaR1C1" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(47) + void setFormulaR1C1( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaLocal" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(48) + java.lang.String getFormulaLocal(); + + + /** + *+ * Setter method for the COM property "FormulaLocal" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(49) + void setFormulaLocal( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormulaR1C1Local" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(50) + java.lang.String getFormulaR1C1Local(); + + + /** + *+ * Setter method for the COM property "FormulaR1C1Local" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(51) + void setFormulaR1C1Local( + java.lang.String rhs); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @VTID(52) + void setProperty( + java.lang.String id, + @MarshalAs(NativeType.VARIANT) java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(53) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDocEvents.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDocEvents.java new file mode 100644 index 0000000..72b028c --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDocEvents.java @@ -0,0 +1,208 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024411-0001-0000-C000-000000000046}") +public interface IDocEvents extends Com4jObject { + // Methods: + /** + * @param target Mandatory com.exceljava.com4j.excel.Range parameter. + */ + + @VTID(7) + void selectionChange( + com.exceljava.com4j.excel.Range target); + + + /** + * @param target Mandatory com.exceljava.com4j.excel.Range parameter. + * @param cancel Mandatory Holder+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(12) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(14) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFillFormat + */ + + @VTID(15) + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(16) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @VTID(17) + void setProperty( + java.lang.String id, + @MarshalAs(NativeType.VARIANT) java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(18) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDrawing.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDrawing.java new file mode 100644 index 0000000..c8d5d02 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDrawing.java @@ -0,0 +1,1121 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208A8-0001-0000-C000-000000000046}") +public interface IDrawing extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(10) + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(21) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(26) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(27) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(32) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(33) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(36) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(37) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(38) + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(39) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(40) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(41) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(42) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(43) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(44) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ * @return Returns a value of type boolean + */ + + @VTID(45) + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(46) + void setAddIndent( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(47) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(48) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ * @return Returns a value of type boolean + */ + + @VTID(49) + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(50) + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(51) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(52) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(53) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(55) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(56) + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(57) + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(58) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(59) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(60) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(61) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(62) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(63) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(64) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(65) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(66) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(67) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(68) + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(69) + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(70) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(71) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(72) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(73) + void setShadow( + boolean rhs); + + + /** + * @param left Mandatory double parameter. + * @param top Mandatory double parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(74) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object addVertex( + double left, + double top); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * reshape(vertex, insert, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * reshape(vertex, insert, left, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Vertices" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getVertices(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Vertices" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getVertices(index1, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Vertices" + *
+ * @param index1 Optional parameter. Default value is com4j.Variant.getMissing() + * @param index2 Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type java.lang.Object + */ + + @VTID(76) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVertices( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index1, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index2); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDrawingObjects.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDrawingObjects.java new file mode 100644 index 0000000..6543678 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDrawingObjects.java @@ -0,0 +1,1851 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002086F-0001-0000-C000-000000000046}") +public interface IDrawingObjects extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + */ + + @VTID(21) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(29) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(30) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setTop( + double rhs); + + + /** + */ + + @VTID(37) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(42) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(43) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(44) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(45) + void setAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + */ + + @VTID(46) + void _Dummy28(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ * @return Returns a value of type boolean + */ + + @VTID(47) + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(48) + void setAddIndent( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addItem(text, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ArrowHeadLength" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(50) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getArrowHeadLength(); + + + /** + *+ * Setter method for the COM property "ArrowHeadLength" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(51) + void setArrowHeadLength( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ArrowHeadStyle" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(52) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getArrowHeadStyle(); + + + /** + *+ * Setter method for the COM property "ArrowHeadStyle" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(53) + void setArrowHeadStyle( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ArrowHeadWidth" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(54) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getArrowHeadWidth(); + + + /** + *+ * Setter method for the COM property "ArrowHeadWidth" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(55) + void setArrowHeadWidth( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ * @return Returns a value of type boolean + */ + + @VTID(56) + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(57) + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(58) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "CancelButton" + *
+ * @return Returns a value of type boolean + */ + + @VTID(59) + boolean getCancelButton(); + + + /** + *+ * Setter method for the COM property "CancelButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(60) + void setCancelButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(61) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(62) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(63) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type int + */ + + @VTID(65) + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(66) + @DefaultMethod + void set_Default( + int rhs); + + + /** + *+ * Getter method for the COM property "DefaultButton" + *
+ * @return Returns a value of type boolean + */ + + @VTID(67) + boolean getDefaultButton(); + + + /** + *+ * Setter method for the COM property "DefaultButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(68) + void setDefaultButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DismissButton" + *
+ * @return Returns a value of type boolean + */ + + @VTID(69) + boolean getDismissButton(); + + + /** + *+ * Setter method for the COM property "DismissButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(70) + void setDismissButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Display3DShading" + *
+ * @return Returns a value of type boolean + */ + + @VTID(71) + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(72) + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DisplayVerticalScrollBar" + *
+ * @return Returns a value of type boolean + */ + + @VTID(73) + boolean getDisplayVerticalScrollBar(); + + + /** + *+ * Setter method for the COM property "DisplayVerticalScrollBar" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(74) + void setDisplayVerticalScrollBar( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DropDownLines" + *
+ * @return Returns a value of type int + */ + + @VTID(75) + int getDropDownLines(); + + + /** + *+ * Setter method for the COM property "DropDownLines" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(76) + void setDropDownLines( + int rhs); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(77) + com.exceljava.com4j.excel.Font getFont(); + + + /** + */ + + @VTID(78) + void _Dummy47(); + + + /** + *+ * Getter method for the COM property "HelpButton" + *
+ * @return Returns a value of type boolean + */ + + @VTID(79) + boolean getHelpButton(); + + + /** + *+ * Setter method for the COM property "HelpButton" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(80) + void setHelpButton( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(81) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(82) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "InputType" + *
+ * @return Returns a value of type int + */ + + @VTID(83) + int getInputType(); + + + /** + *+ * Setter method for the COM property "InputType" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(84) + void setInputType( + int rhs); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(85) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "LargeChange" + *
+ * @return Returns a value of type int + */ + + @VTID(86) + int getLargeChange(); + + + /** + *+ * Setter method for the COM property "LargeChange" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(87) + void setLargeChange( + int rhs); + + + /** + *+ * Getter method for the COM property "LinkedCell" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(88) + java.lang.String getLinkedCell(); + + + /** + *+ * Setter method for the COM property "LinkedCell" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(89) + void setLinkedCell( + java.lang.String rhs); + + + /** + */ + + @VTID(90) + void _Dummy54(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * list(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ListFillRange" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(93) + java.lang.String getListFillRange(); + + + /** + *+ * Setter method for the COM property "ListFillRange" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(94) + void setListFillRange( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ListIndex" + *
+ * @return Returns a value of type int + */ + + @VTID(95) + int getListIndex(); + + + /** + *+ * Setter method for the COM property "ListIndex" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(96) + void setListIndex( + int rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(97) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(98) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Max" + *
+ * @return Returns a value of type int + */ + + @VTID(99) + int getMax(); + + + /** + *+ * Setter method for the COM property "Max" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(100) + void setMax( + int rhs); + + + /** + *+ * Getter method for the COM property "Min" + *
+ * @return Returns a value of type int + */ + + @VTID(101) + int getMin(); + + + /** + *+ * Setter method for the COM property "Min" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(102) + void setMin( + int rhs); + + + /** + *+ * Getter method for the COM property "MultiLine" + *
+ * @return Returns a value of type boolean + */ + + @VTID(103) + boolean getMultiLine(); + + + /** + *+ * Setter method for the COM property "MultiLine" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(104) + void setMultiLine( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MultiSelect" + *
+ * @return Returns a value of type boolean + */ + + @VTID(105) + boolean getMultiSelect(); + + + /** + *+ * Setter method for the COM property "MultiSelect" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(106) + void setMultiSelect( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(107) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(108) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(109) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(110) + void setPhoneticAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(111) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object removeAllItems(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * removeItem(index, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * reshape(vertex, insert, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * reshape(vertex, insert, left, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "RoundedCorners" + *
+ * @return Returns a value of type boolean + */ + + @VTID(114) + boolean getRoundedCorners(); + + + /** + *+ * Setter method for the COM property "RoundedCorners" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(115) + void setRoundedCorners( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * selected(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(117) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(118) + void setShadow( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SmallChange" + *
+ * @return Returns a value of type int + */ + + @VTID(119) + int getSmallChange(); + + + /** + *+ * Setter method for the COM property "SmallChange" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(120) + void setSmallChange( + int rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(121) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(122) + void setText( + java.lang.String rhs); + + + /** + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(123) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject ungroup(); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type int + */ + + @VTID(124) + int getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(125) + void setValue( + int rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(126) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(127) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * vertices(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * vertices(index1, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(129) + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(130) + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(131) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(132) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + * @return Returns a value of type com.exceljava.com4j.excel.GroupObject + */ + + @VTID(133) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * linkCombo(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + */ + + @VTID(21) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(29) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(30) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setTop( + double rhs); + + + /** + */ + + @VTID(37) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(42) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(43) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ * @return Returns a value of type boolean + */ + + @VTID(44) + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(45) + void setAddIndent( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(46) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(47) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ * @return Returns a value of type boolean + */ + + @VTID(48) + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(49) + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(50) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(51) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(52) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(54) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(55) + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(56) + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(57) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(58) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(59) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(60) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(61) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(62) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(63) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(64) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(65) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(66) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(67) + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(68) + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(69) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(70) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(71) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(72) + void setShadow( + boolean rhs); + + + /** + */ + + @VTID(73) + void _Dummy44(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * reshape(vertex, insert, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * reshape(vertex, insert, left, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(77) + int getCount(); + + + /** + * @return Returns a value of type com.exceljava.com4j.excel.GroupObject + */ + + @VTID(78) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(79) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(80) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(10) + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(21) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(26) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(27) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(32) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(33) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(36) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(37) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(38) + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(39) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(40) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(41) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(42) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(43) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(44) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addItem(text, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Display3DShading" + *
+ * @return Returns a value of type boolean + */ + + @VTID(46) + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(47) + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type int + */ + + @VTID(48) + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(49) + @DefaultMethod + void set_Default( + int rhs); + + + /** + *+ * Getter method for the COM property "LinkedCell" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(50) + java.lang.String getLinkedCell(); + + + /** + *+ * Setter method for the COM property "LinkedCell" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(51) + void setLinkedCell( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "LinkedObject" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(52) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getLinkedObject(); + + + /** + *+ * Getter method for the COM property "List" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getList(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "List" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type java.lang.Object + */ + + @VTID(53) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getList( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Setter method for the COM property "List" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setList(com4j.Variant.getMissing(), rhs);
+ *
+ *
+ * Setter method for the COM property "List" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(54) + void setList( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index, + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ListCount" + *
+ * @return Returns a value of type int + */ + + @VTID(55) + int getListCount(); + + + /** + *+ * Getter method for the COM property "ListFillRange" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(56) + java.lang.String getListFillRange(); + + + /** + *+ * Setter method for the COM property "ListFillRange" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(57) + void setListFillRange( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ListIndex" + *
+ * @return Returns a value of type int + */ + + @VTID(58) + int getListIndex(); + + + /** + *+ * Setter method for the COM property "ListIndex" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(59) + void setListIndex( + int rhs); + + + /** + */ + + @VTID(60) + void _Dummy36(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(61) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object removeAllItems(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * removeItem(index, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Selected" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getSelected(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Selected" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type java.lang.Object + */ + + @VTID(63) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getSelected( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Setter method for the COM property "Selected" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setSelected(com4j.Variant.getMissing(), rhs);
+ *
+ *
+ * Setter method for the COM property "Selected" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(64) + void setSelected( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index, + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type int + */ + + @VTID(65) + int getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(66) + void setValue( + int rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(67) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(68) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(69) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * Getter method for the COM property "DropDownLines" + *
+ * @return Returns a value of type int + */ + + @VTID(70) + int getDropDownLines(); + + + /** + *+ * Setter method for the COM property "DropDownLines" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(71) + void setDropDownLines( + int rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(72) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(73) + void setText( + java.lang.String rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDropDowns.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDropDowns.java new file mode 100644 index 0000000..eb689c1 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDropDowns.java @@ -0,0 +1,1066 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002088C-0001-0000-C000-000000000046}") +public interface IDropDowns extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + */ + + @VTID(21) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(29) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(30) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setTop( + double rhs); + + + /** + */ + + @VTID(37) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(42) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(43) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addItem(text, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Display3DShading" + *
+ * @return Returns a value of type boolean + */ + + @VTID(45) + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(46) + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type int + */ + + @VTID(47) + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(48) + @DefaultMethod + void set_Default( + int rhs); + + + /** + *+ * Getter method for the COM property "LinkedCell" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(49) + java.lang.String getLinkedCell(); + + + /** + *+ * Setter method for the COM property "LinkedCell" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(50) + void setLinkedCell( + java.lang.String rhs); + + + /** + */ + + @VTID(51) + void _Dummy31(); + + + /** + *+ * Getter method for the COM property "List" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getList(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "List" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type java.lang.Object + */ + + @VTID(52) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getList( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Setter method for the COM property "List" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setList(com4j.Variant.getMissing(), rhs);
+ *
+ *
+ * Setter method for the COM property "List" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(53) + void setList( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index, + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + */ + + @VTID(54) + void _Dummy33(); + + + /** + *+ * Getter method for the COM property "ListFillRange" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(55) + java.lang.String getListFillRange(); + + + /** + *+ * Setter method for the COM property "ListFillRange" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(56) + void setListFillRange( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ListIndex" + *
+ * @return Returns a value of type int + */ + + @VTID(57) + int getListIndex(); + + + /** + *+ * Setter method for the COM property "ListIndex" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(58) + void setListIndex( + int rhs); + + + /** + */ + + @VTID(59) + void _Dummy36(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(60) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object removeAllItems(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * removeItem(index, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Selected" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getSelected(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Selected" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type java.lang.Object + */ + + @VTID(62) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getSelected( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Setter method for the COM property "Selected" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setSelected(com4j.Variant.getMissing(), rhs);
+ *
+ *
+ * Setter method for the COM property "Selected" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(63) + void setSelected( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index, + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type int + */ + + @VTID(64) + int getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(65) + void setValue( + int rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(66) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(67) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(68) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * Getter method for the COM property "DropDownLines" + *
+ * @return Returns a value of type int + */ + + @VTID(69) + int getDropDownLines(); + + + /** + *+ * Setter method for the COM property "DropDownLines" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(70) + void setDropDownLines( + int rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(71) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(72) + void setText( + java.lang.String rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(left, top, width, height, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(74) + int getCount(); + + + /** + * @return Returns a value of type com.exceljava.com4j.excel.GroupObject + */ + + @VTID(75) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(76) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(77) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(12) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(14) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDummy.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDummy.java new file mode 100644 index 0000000..6aaf243 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IDummy.java @@ -0,0 +1,122 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002442E-0001-0000-C000-000000000046}") +public interface IDummy extends Com4jObject { + // Methods: + /** + */ + + @VTID(7) + void _ActiveSheetOrChart(); + + + /** + */ + + @VTID(8) + void rgb(); + + + /** + */ + + @VTID(9) + void chDir(); + + + /** + */ + + @VTID(10) + void doScript(); + + + /** + */ + + @VTID(11) + void directObject(); + + + /** + */ + + @VTID(12) + void refreshDocument(); + + + /** + * @param sigProv Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.office.Signature + */ + + @VTID(13) + com.exceljava.com4j.office.Signature addSignatureLine( + @MarshalAs(NativeType.VARIANT) java.lang.Object sigProv); + + + /** + * @param sigProv Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.office.Signature + */ + + @VTID(14) + com.exceljava.com4j.office.Signature addNonVisibleSignature( + @MarshalAs(NativeType.VARIANT) java.lang.Object sigProv); + + + /** + *+ * Getter method for the COM property "ShowSignaturesPane" + *
+ * @return Returns a value of type boolean + */ + + @VTID(15) + boolean getShowSignaturesPane(); + + + /** + *+ * Setter method for the COM property "ShowSignaturesPane" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(16) + void setShowSignaturesPane( + boolean rhs); + + + /** + */ + + @VTID(17) + void themeFontScheme(); + + + /** + */ + + @VTID(18) + void themeColorScheme(); + + + /** + */ + + @VTID(19) + void themeEffectScheme(); + + + /** + */ + + @VTID(20) + void load(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IEditBox.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IEditBox.java new file mode 100644 index 0000000..b73ad70 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IEditBox.java @@ -0,0 +1,836 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020883-0001-0000-C000-000000000046}") +public interface IEditBox extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(10) + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(21) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(26) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(27) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(32) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(33) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(36) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(37) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(38) + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(39) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(40) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(41) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(42) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(43) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(44) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(45) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(46) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(47) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(49) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(50) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(51) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(52) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "DisplayVerticalScrollBar" + *
+ * @return Returns a value of type boolean + */ + + @VTID(53) + boolean getDisplayVerticalScrollBar(); + + + /** + *+ * Setter method for the COM property "DisplayVerticalScrollBar" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(54) + void setDisplayVerticalScrollBar( + boolean rhs); + + + /** + *+ * Getter method for the COM property "InputType" + *
+ * @return Returns a value of type int + */ + + @VTID(55) + int getInputType(); + + + /** + *+ * Setter method for the COM property "InputType" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(56) + void setInputType( + int rhs); + + + /** + *+ * Getter method for the COM property "LinkedObject" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(57) + java.lang.String getLinkedObject(); + + + /** + *+ * Getter method for the COM property "MultiLine" + *
+ * @return Returns a value of type boolean + */ + + @VTID(58) + boolean getMultiLine(); + + + /** + *+ * Setter method for the COM property "MultiLine" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(59) + void setMultiLine( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PasswordEdit" + *
+ * @return Returns a value of type boolean + */ + + @VTID(60) + boolean getPasswordEdit(); + + + /** + *+ * Setter method for the COM property "PasswordEdit" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(61) + void setPasswordEdit( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IEditBoxes.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IEditBoxes.java new file mode 100644 index 0000000..e198dba --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IEditBoxes.java @@ -0,0 +1,856 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020884-0001-0000-C000-000000000046}") +public interface IEditBoxes extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + */ + + @VTID(21) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(29) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(30) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setTop( + double rhs); + + + /** + */ + + @VTID(37) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(42) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(43) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(44) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(45) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(46) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(48) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(49) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(50) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(51) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "DisplayVerticalScrollBar" + *
+ * @return Returns a value of type boolean + */ + + @VTID(52) + boolean getDisplayVerticalScrollBar(); + + + /** + *+ * Setter method for the COM property "DisplayVerticalScrollBar" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(53) + void setDisplayVerticalScrollBar( + boolean rhs); + + + /** + *+ * Getter method for the COM property "InputType" + *
+ * @return Returns a value of type int + */ + + @VTID(54) + int getInputType(); + + + /** + *+ * Setter method for the COM property "InputType" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(55) + void setInputType( + int rhs); + + + /** + */ + + @VTID(56) + void _Dummy34(); + + + /** + *+ * Getter method for the COM property "MultiLine" + *
+ * @return Returns a value of type boolean + */ + + @VTID(57) + boolean getMultiLine(); + + + /** + *+ * Setter method for the COM property "MultiLine" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(58) + void setMultiLine( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PasswordEdit" + *
+ * @return Returns a value of type boolean + */ + + @VTID(59) + boolean getPasswordEdit(); + + + /** + *+ * Setter method for the COM property "PasswordEdit" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(60) + void setPasswordEdit( + boolean rhs); + + + /** + * @param left Mandatory double parameter. + * @param top Mandatory double parameter. + * @param width Mandatory double parameter. + * @param height Mandatory double parameter. + * @return Returns a value of type com.exceljava.com4j.excel.EditBox + */ + + @VTID(61) + com.exceljava.com4j.excel.EditBox add( + double left, + double top, + double width, + double height); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(62) + int getCount(); + + + /** + * @return Returns a value of type com.exceljava.com4j.excel.GroupObject + */ + + @VTID(63) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(64) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(65) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getValue(); + + + /** + *+ * Getter method for the COM property "Ignore" + *
+ * @return Returns a value of type boolean + */ + + @VTID(11) + boolean getIgnore(); + + + /** + *+ * Setter method for the COM property "Ignore" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(12) + void setIgnore( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IErrorBars.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IErrorBars.java new file mode 100644 index 0000000..28bb973 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IErrorBars.java @@ -0,0 +1,148 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208CE-0001-0000-C000-000000000046}") +public interface IErrorBars extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(12) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object delete(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(14) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object clearFormats(); + + + /** + *+ * Getter method for the COM property "EndStyle" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlEndStyleCap + */ + + @VTID(15) + com.exceljava.com4j.excel.XlEndStyleCap getEndStyle(); + + + /** + *+ * Setter method for the COM property "EndStyle" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlEndStyleCap parameter. + */ + + @VTID(16) + void setEndStyle( + com.exceljava.com4j.excel.XlEndStyleCap rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(17) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @VTID(18) + void setProperty( + java.lang.String id, + @MarshalAs(NativeType.VARIANT) java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(19) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IErrorCheckingOptions.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IErrorCheckingOptions.java new file mode 100644 index 0000000..3d3b96e --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IErrorCheckingOptions.java @@ -0,0 +1,296 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002445B-0001-0000-C000-000000000046}") +public interface IErrorCheckingOptions extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BackgroundChecking" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getBackgroundChecking(); + + + /** + *+ * Setter method for the COM property "BackgroundChecking" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(11) + void setBackgroundChecking( + boolean rhs); + + + /** + *+ * Getter method for the COM property "IndicatorColorIndex" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlColorIndex + */ + + @VTID(12) + com.exceljava.com4j.excel.XlColorIndex getIndicatorColorIndex(); + + + /** + *+ * Setter method for the COM property "IndicatorColorIndex" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlColorIndex parameter. + */ + + @VTID(13) + void setIndicatorColorIndex( + com.exceljava.com4j.excel.XlColorIndex rhs); + + + /** + *+ * Getter method for the COM property "EvaluateToError" + *
+ * @return Returns a value of type boolean + */ + + @VTID(14) + boolean getEvaluateToError(); + + + /** + *+ * Setter method for the COM property "EvaluateToError" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(15) + void setEvaluateToError( + boolean rhs); + + + /** + *+ * Getter method for the COM property "TextDate" + *
+ * @return Returns a value of type boolean + */ + + @VTID(16) + boolean getTextDate(); + + + /** + *+ * Setter method for the COM property "TextDate" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(17) + void setTextDate( + boolean rhs); + + + /** + *+ * Getter method for the COM property "NumberAsText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(18) + boolean getNumberAsText(); + + + /** + *+ * Setter method for the COM property "NumberAsText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(19) + void setNumberAsText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "InconsistentFormula" + *
+ * @return Returns a value of type boolean + */ + + @VTID(20) + boolean getInconsistentFormula(); + + + /** + *+ * Setter method for the COM property "InconsistentFormula" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(21) + void setInconsistentFormula( + boolean rhs); + + + /** + *+ * Getter method for the COM property "OmittedCells" + *
+ * @return Returns a value of type boolean + */ + + @VTID(22) + boolean getOmittedCells(); + + + /** + *+ * Setter method for the COM property "OmittedCells" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(23) + void setOmittedCells( + boolean rhs); + + + /** + *+ * Getter method for the COM property "UnlockedFormulaCells" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getUnlockedFormulaCells(); + + + /** + *+ * Setter method for the COM property "UnlockedFormulaCells" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setUnlockedFormulaCells( + boolean rhs); + + + /** + *+ * Getter method for the COM property "EmptyCellReferences" + *
+ * @return Returns a value of type boolean + */ + + @VTID(26) + boolean getEmptyCellReferences(); + + + /** + *+ * Setter method for the COM property "EmptyCellReferences" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(27) + void setEmptyCellReferences( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ListDataValidation" + *
+ * @return Returns a value of type boolean + */ + + @VTID(28) + boolean getListDataValidation(); + + + /** + *+ * Setter method for the COM property "ListDataValidation" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(29) + void setListDataValidation( + boolean rhs); + + + /** + *+ * Getter method for the COM property "InconsistentTableFormula" + *
+ * @return Returns a value of type boolean + */ + + @VTID(30) + boolean getInconsistentTableFormula(); + + + /** + *+ * Setter method for the COM property "InconsistentTableFormula" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(31) + void setInconsistentTableFormula( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IErrors.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IErrors.java new file mode 100644 index 0000000..bd9dc1a --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IErrors.java @@ -0,0 +1,70 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002445C-0001-0000-C000-000000000046}") +public interface IErrors extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Error + */ + + @VTID(10) + com.exceljava.com4j.excel.Error getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Error + */ + + @VTID(11) + @DefaultMethod + com.exceljava.com4j.excel.Error get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFileExportConverter.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFileExportConverter.java new file mode 100644 index 0000000..91b576c --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFileExportConverter.java @@ -0,0 +1,76 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244B3-0001-0000-C000-000000000046}") +public interface IFileExportConverter extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Extensions" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getExtensions(); + + + /** + *+ * Getter method for the COM property "Description" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(11) + java.lang.String getDescription(); + + + /** + *+ * Getter method for the COM property "FileFormat" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getFileFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFileExportConverters.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFileExportConverters.java new file mode 100644 index 0000000..0cb1662 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFileExportConverters.java @@ -0,0 +1,90 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244B4-0001-0000-C000-000000000046}") +public interface IFileExportConverters extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.FileExportConverter + */ + + @VTID(11) + @DefaultMethod + com.exceljava.com4j.excel.FileExportConverter get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(12) + java.util.Iterator+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.FileExportConverter + */ + + @VTID(13) + com.exceljava.com4j.excel.FileExportConverter getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFilter.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFilter.java new file mode 100644 index 0000000..5f1c54c --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFilter.java @@ -0,0 +1,123 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024434-0001-0000-C000-000000000046}") +public interface IFilter extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "On" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getOn(); + + + /** + *+ * Getter method for the COM property "Criteria1" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getCriteria1(); + + + /** + *+ * Getter method for the COM property "_Operator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlAutoFilterOperator + */ + + @VTID(12) + com.exceljava.com4j.excel.XlAutoFilterOperator get_Operator(); + + + /** + *+ * Getter method for the COM property "Criteria2" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getCriteria2(); + + + /** + *+ * Getter method for the COM property "Operator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlAutoFilterOperator + */ + + @VTID(14) + com.exceljava.com4j.excel.XlAutoFilterOperator getOperator(); + + + /** + *+ * Setter method for the COM property "Operator" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlAutoFilterOperator parameter. + */ + + @VTID(15) + void setOperator( + com.exceljava.com4j.excel.XlAutoFilterOperator rhs); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(16) + int getCount(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFilters.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFilters.java new file mode 100644 index 0000000..74aa7ed --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFilters.java @@ -0,0 +1,90 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024433-0001-0000-C000-000000000046}") +public interface IFilters extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory int parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Filter + */ + + @VTID(11) + @DefaultMethod + com.exceljava.com4j.excel.Filter get_Default( + int index); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory int parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Filter + */ + + @VTID(12) + com.exceljava.com4j.excel.Filter getItem( + int index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(12) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object clearFormats(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(14) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFillFormat + */ + + @VTID(15) + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + *+ * Getter method for the COM property "PictureType" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(16) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPictureType(); + + + /** + *+ * Setter method for the COM property "PictureType" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(17) + void setPictureType( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + */ + + @VTID(18) + void paste(); + + + /** + *+ * Getter method for the COM property "Thickness" + *
+ * @return Returns a value of type int + */ + + @VTID(19) + int getThickness(); + + + /** + *+ * Setter method for the COM property "Thickness" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(20) + void setThickness( + int rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(21) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFont.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFont.java new file mode 100644 index 0000000..b033eff --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFont.java @@ -0,0 +1,450 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002084D-0001-0000-C000-000000000046}") +public interface IFont extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Background" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(10) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getBackground(); + + + /** + *+ * Setter method for the COM property "Background" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(11) + void setBackground( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Bold" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getBold(); + + + /** + *+ * Setter method for the COM property "Bold" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(13) + void setBold( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Color" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(14) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getColor(); + + + /** + *+ * Setter method for the COM property "Color" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(15) + void setColor( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ColorIndex" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(16) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getColorIndex(); + + + /** + *+ * Setter method for the COM property "ColorIndex" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(17) + void setColorIndex( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "FontStyle" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(18) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getFontStyle(); + + + /** + *+ * Setter method for the COM property "FontStyle" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(19) + void setFontStyle( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Italic" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(20) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getItalic(); + + + /** + *+ * Setter method for the COM property "Italic" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(21) + void setItalic( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(22) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(23) + void setName( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "OutlineFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(24) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOutlineFont(); + + + /** + *+ * Setter method for the COM property "OutlineFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(25) + void setOutlineFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(26) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(27) + void setShadow( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Size" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(28) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getSize(); + + + /** + *+ * Setter method for the COM property "Size" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(29) + void setSize( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Strikethrough" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getStrikethrough(); + + + /** + *+ * Setter method for the COM property "Strikethrough" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setStrikethrough( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Subscript" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(32) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getSubscript(); + + + /** + *+ * Setter method for the COM property "Subscript" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(33) + void setSubscript( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Superscript" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(34) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getSuperscript(); + + + /** + *+ * Setter method for the COM property "Superscript" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(35) + void setSuperscript( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Underline" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(36) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getUnderline(); + + + /** + *+ * Setter method for the COM property "Underline" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(37) + void setUnderline( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ThemeColor" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(38) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getThemeColor(); + + + /** + *+ * Setter method for the COM property "ThemeColor" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(39) + void setThemeColor( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "TintAndShade" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(40) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getTintAndShade(); + + + /** + *+ * Setter method for the COM property "TintAndShade" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(41) + void setTintAndShade( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ThemeFont" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlThemeFont + */ + + @VTID(42) + com.exceljava.com4j.excel.XlThemeFont getThemeFont(); + + + /** + *+ * Setter method for the COM property "ThemeFont" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlThemeFont parameter. + */ + + @VTID(43) + void setThemeFont( + com.exceljava.com4j.excel.XlThemeFont rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFormatColor.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFormatColor.java new file mode 100644 index 0000000..9e23ac8 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFormatColor.java @@ -0,0 +1,138 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024491-0001-0000-C000-000000000046}") +public interface IFormatColor extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Color" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(10) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getColor(); + + + /** + *+ * Setter method for the COM property "Color" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(11) + void setColor( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ColorIndex" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlColorIndex + */ + + @VTID(12) + com.exceljava.com4j.excel.XlColorIndex getColorIndex(); + + + /** + *+ * Setter method for the COM property "ColorIndex" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlColorIndex parameter. + */ + + @VTID(13) + void setColorIndex( + com.exceljava.com4j.excel.XlColorIndex rhs); + + + /** + *+ * Getter method for the COM property "ThemeColor" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(14) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getThemeColor(); + + + /** + *+ * Setter method for the COM property "ThemeColor" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(15) + void setThemeColor( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "TintAndShade" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(16) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getTintAndShade(); + + + /** + *+ * Setter method for the COM property "TintAndShade" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(17) + void setTintAndShade( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFormatCondition.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFormatCondition.java new file mode 100644 index 0000000..a045145 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFormatCondition.java @@ -0,0 +1,554 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024425-0001-0000-C000-000000000046}") +public interface IFormatCondition extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Modify(type, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Modify(type, operator, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Modify(type, operator, formula1, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type int + */ + + @VTID(11) + int getType(); + + + /** + *+ * Getter method for the COM property "Operator" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getOperator(); + + + /** + *+ * Getter method for the COM property "Formula1" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(13) + java.lang.String getFormula1(); + + + /** + *+ * Getter method for the COM property "Formula2" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(14) + java.lang.String getFormula2(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(15) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Borders" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Borders + */ + + @VTID(16) + com.exceljava.com4j.excel.Borders getBorders(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(17) + com.exceljava.com4j.excel.Font getFont(); + + + /** + */ + + @VTID(18) + void delete(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * modify(type, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * modify(type, operator, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * modify(type, operator, formula1, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * modify(type, operator, formula1, formula2, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * modify(type, operator, formula1, formula2, string, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(20) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(21) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "TextOperator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlContainsOperator + */ + + @VTID(22) + com.exceljava.com4j.excel.XlContainsOperator getTextOperator(); + + + /** + *+ * Setter method for the COM property "TextOperator" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlContainsOperator parameter. + */ + + @VTID(23) + void setTextOperator( + com.exceljava.com4j.excel.XlContainsOperator rhs); + + + /** + *+ * Getter method for the COM property "DateOperator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlTimePeriods + */ + + @VTID(24) + com.exceljava.com4j.excel.XlTimePeriods getDateOperator(); + + + /** + *+ * Setter method for the COM property "DateOperator" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlTimePeriods parameter. + */ + + @VTID(25) + void setDateOperator( + com.exceljava.com4j.excel.XlTimePeriods rhs); + + + /** + *+ * Getter method for the COM property "NumberFormat" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(26) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getNumberFormat(); + + + /** + *+ * Setter method for the COM property "NumberFormat" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(27) + void setNumberFormat( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Priority" + *
+ * @return Returns a value of type int + */ + + @VTID(28) + int getPriority(); + + + /** + *+ * Setter method for the COM property "Priority" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(29) + void setPriority( + int rhs); + + + /** + *+ * Getter method for the COM property "StopIfTrue" + *
+ * @return Returns a value of type boolean + */ + + @VTID(30) + boolean getStopIfTrue(); + + + /** + *+ * Setter method for the COM property "StopIfTrue" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(31) + void setStopIfTrue( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AppliesTo" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(32) + com.exceljava.com4j.excel.Range getAppliesTo(); + + + /** + * @param range Mandatory com.exceljava.com4j.excel.Range parameter. + */ + + @VTID(33) + void modifyAppliesToRange( + com.exceljava.com4j.excel.Range range); + + + /** + */ + + @VTID(34) + void setFirstPriority(); + + + /** + */ + + @VTID(35) + void setLastPriority(); + + + /** + *+ * Getter method for the COM property "PTCondition" + *
+ * @return Returns a value of type boolean + */ + + @VTID(36) + boolean getPTCondition(); + + + /** + *+ * Getter method for the COM property "ScopeType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlPivotConditionScope + */ + + @VTID(37) + com.exceljava.com4j.excel.XlPivotConditionScope getScopeType(); + + + /** + *+ * Setter method for the COM property "ScopeType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPivotConditionScope parameter. + */ + + @VTID(38) + void setScopeType( + com.exceljava.com4j.excel.XlPivotConditionScope rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFormatConditions.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFormatConditions.java new file mode 100644 index 0000000..dbe252c --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IFormatConditions.java @@ -0,0 +1,373 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024424-0001-0000-C000-000000000046}") +public interface IFormatConditions extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(11) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(type, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(type, operator, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(type, operator, formula1, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(type, operator, formula1, formula2, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(type, operator, formula1, formula2, string, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(type, operator, formula1, formula2, string, textOperator, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(type, operator, formula1, formula2, string, textOperator, dateOperator, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(13) + @DefaultMethod + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(14) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addNodes(segmentType, editingType, x1, y1, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addNodes(segmentType, editingType, x1, y1, x2, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addNodes(segmentType, editingType, x1, y1, x2, y2, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addNodes(segmentType, editingType, x1, y1, x2, y2, x3, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Series + */ + + @VTID(11) + com.exceljava.com4j.excel.Series item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(12) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Brightness" + *
+ * @return Returns a value of type float + */ + + @VTID(10) + float getBrightness(); + + + /** + *+ * Setter method for the COM property "Brightness" + *
+ * @param rhs Mandatory float parameter. + */ + + @VTID(11) + void setBrightness( + float rhs); + + + /** + *+ * Getter method for the COM property "ColorType" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoPictureColorType + */ + + @VTID(12) + com.exceljava.com4j.office.MsoPictureColorType getColorType(); + + + /** + *+ * Setter method for the COM property "ColorType" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoPictureColorType parameter. + */ + + @VTID(13) + void setColorType( + com.exceljava.com4j.office.MsoPictureColorType rhs); + + + /** + *+ * Getter method for the COM property "Contrast" + *
+ * @return Returns a value of type float + */ + + @VTID(14) + float getContrast(); + + + /** + *+ * Setter method for the COM property "Contrast" + *
+ * @param rhs Mandatory float parameter. + */ + + @VTID(15) + void setContrast( + float rhs); + + + /** + *+ * Getter method for the COM property "CropBottom" + *
+ * @return Returns a value of type float + */ + + @VTID(16) + float getCropBottom(); + + + /** + *+ * Setter method for the COM property "CropBottom" + *
+ * @param rhs Mandatory float parameter. + */ + + @VTID(17) + void setCropBottom( + float rhs); + + + /** + *+ * Getter method for the COM property "CropLeft" + *
+ * @return Returns a value of type float + */ + + @VTID(18) + float getCropLeft(); + + + /** + *+ * Setter method for the COM property "CropLeft" + *
+ * @param rhs Mandatory float parameter. + */ + + @VTID(19) + void setCropLeft( + float rhs); + + + /** + *+ * Getter method for the COM property "CropRight" + *
+ * @return Returns a value of type float + */ + + @VTID(20) + float getCropRight(); + + + /** + *+ * Setter method for the COM property "CropRight" + *
+ * @param rhs Mandatory float parameter. + */ + + @VTID(21) + void setCropRight( + float rhs); + + + /** + *+ * Getter method for the COM property "CropTop" + *
+ * @return Returns a value of type float + */ + + @VTID(22) + float getCropTop(); + + + /** + *+ * Setter method for the COM property "CropTop" + *
+ * @param rhs Mandatory float parameter. + */ + + @VTID(23) + void setCropTop( + float rhs); + + + /** + *+ * Getter method for the COM property "Filename" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(24) + java.lang.String getFilename(); + + + /** + *+ * Setter method for the COM property "Filename" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(25) + void setFilename( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type float + */ + + @VTID(26) + float getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory float parameter. + */ + + @VTID(27) + void setHeight( + float rhs); + + + /** + *+ * Getter method for the COM property "LockAspectRatio" + *
+ * @return Returns a value of type com.exceljava.com4j.office.MsoTriState + */ + + @VTID(28) + com.exceljava.com4j.office.MsoTriState getLockAspectRatio(); + + + /** + *+ * Setter method for the COM property "LockAspectRatio" + *
+ * @param rhs Mandatory com.exceljava.com4j.office.MsoTriState parameter. + */ + + @VTID(29) + void setLockAspectRatio( + com.exceljava.com4j.office.MsoTriState rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type float + */ + + @VTID(30) + float getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory float parameter. + */ + + @VTID(31) + void setWidth( + float rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IGridlines.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IGridlines.java new file mode 100644 index 0000000..93c9d74 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IGridlines.java @@ -0,0 +1,116 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208C3-0001-0000-C000-000000000046}") +public interface IGridlines extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(12) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(14) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @VTID(15) + void setProperty( + java.lang.String id, + @MarshalAs(NativeType.VARIANT) java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(16) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IGroupBox.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IGroupBox.java new file mode 100644 index 0000000..fbaabd2 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IGroupBox.java @@ -0,0 +1,804 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020889-0001-0000-C000-000000000046}") +public interface IGroupBox extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(10) + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(21) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(26) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(27) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(32) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(33) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(36) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(37) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(38) + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(39) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(40) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(41) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(42) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(43) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(44) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(45) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(46) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(47) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(49) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(50) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(51) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(52) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(53) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(54) + void setAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Display3DShading" + *
+ * @return Returns a value of type boolean + */ + + @VTID(55) + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(56) + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(57) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(58) + void setPhoneticAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IGroupBoxes.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IGroupBoxes.java new file mode 100644 index 0000000..82bbeae --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IGroupBoxes.java @@ -0,0 +1,828 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002088A-0001-0000-C000-000000000046}") +public interface IGroupBoxes extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + */ + + @VTID(21) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(29) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(30) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setTop( + double rhs); + + + /** + */ + + @VTID(37) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(42) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(43) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(44) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(45) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(46) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(48) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(49) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(50) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(51) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(52) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(53) + void setAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Display3DShading" + *
+ * @return Returns a value of type boolean + */ + + @VTID(54) + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(55) + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(56) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(57) + void setPhoneticAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + * @param left Mandatory double parameter. + * @param top Mandatory double parameter. + * @param width Mandatory double parameter. + * @param height Mandatory double parameter. + * @return Returns a value of type com.exceljava.com4j.excel.GroupBox + */ + + @VTID(58) + com.exceljava.com4j.excel.GroupBox add( + double left, + double top, + double width, + double height); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(59) + int getCount(); + + + /** + * @return Returns a value of type com.exceljava.com4j.excel.GroupObject + */ + + @VTID(60) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(61) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(62) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(10) + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(21) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(26) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(27) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(32) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(33) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(36) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(37) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(38) + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(39) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(40) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(41) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(42) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(43) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(44) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + */ + + @VTID(45) + void _Dummy27(); + + + /** + */ + + @VTID(46) + void _Dummy28(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ * @return Returns a value of type boolean + */ + + @VTID(47) + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(48) + void setAddIndent( + boolean rhs); + + + /** + */ + + @VTID(49) + void _Dummy30(); + + + /** + *+ * Getter method for the COM property "ArrowHeadLength" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(50) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getArrowHeadLength(); + + + /** + *+ * Setter method for the COM property "ArrowHeadLength" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(51) + void setArrowHeadLength( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ArrowHeadStyle" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(52) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getArrowHeadStyle(); + + + /** + *+ * Setter method for the COM property "ArrowHeadStyle" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(53) + void setArrowHeadStyle( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ArrowHeadWidth" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(54) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getArrowHeadWidth(); + + + /** + *+ * Setter method for the COM property "ArrowHeadWidth" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(55) + void setArrowHeadWidth( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ * @return Returns a value of type boolean + */ + + @VTID(56) + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(57) + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(58) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @VTID(59) + void _Dummy36(); + + + /** + */ + + @VTID(60) + void _Dummy37(); + + + /** + */ + + @VTID(61) + void _Dummy38(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type int + */ + + @VTID(63) + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(64) + @DefaultMethod + void set_Default( + int rhs); + + + /** + */ + + @VTID(65) + void _Dummy41(); + + + /** + */ + + @VTID(66) + void _Dummy42(); + + + /** + */ + + @VTID(67) + void _Dummy43(); + + + /** + */ + + @VTID(68) + void _Dummy44(); + + + /** + */ + + @VTID(69) + void _Dummy45(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(70) + com.exceljava.com4j.excel.Font getFont(); + + + /** + */ + + @VTID(71) + void _Dummy47(); + + + /** + */ + + @VTID(72) + void _Dummy48(); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(73) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(74) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + */ + + @VTID(75) + void _Dummy50(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(76) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + */ + + @VTID(77) + void _Dummy52(); + + + /** + */ + + @VTID(78) + void _Dummy53(); + + + /** + */ + + @VTID(79) + void _Dummy54(); + + + /** + */ + + @VTID(80) + void _Dummy55(); + + + /** + */ + + @VTID(81) + void _Dummy56(); + + + /** + */ + + @VTID(82) + void _Dummy57(); + + + /** + */ + + @VTID(83) + void _Dummy58(); + + + /** + */ + + @VTID(84) + void _Dummy59(); + + + /** + */ + + @VTID(85) + void _Dummy60(); + + + /** + */ + + @VTID(86) + void _Dummy61(); + + + /** + */ + + @VTID(87) + void _Dummy62(); + + + /** + */ + + @VTID(88) + void _Dummy63(); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(89) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(90) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + */ + + @VTID(91) + void _Dummy65(); + + + /** + */ + + @VTID(92) + void _Dummy66(); + + + /** + */ + + @VTID(93) + void _Dummy67(); + + + /** + */ + + @VTID(94) + void _Dummy68(); + + + /** + *+ * Getter method for the COM property "RoundedCorners" + *
+ * @return Returns a value of type boolean + */ + + @VTID(95) + boolean getRoundedCorners(); + + + /** + *+ * Setter method for the COM property "RoundedCorners" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(96) + void setRoundedCorners( + boolean rhs); + + + /** + */ + + @VTID(97) + void _Dummy70(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(98) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(99) + void setShadow( + boolean rhs); + + + /** + */ + + @VTID(100) + void _Dummy72(); + + + /** + */ + + @VTID(101) + void _Dummy73(); + + + /** + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(102) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject ungroup(); + + + /** + */ + + @VTID(103) + void _Dummy75(); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(104) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(105) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + */ + + @VTID(106) + void _Dummy77(); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(107) + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(108) + void setReadingOrder( + int rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IGroupObjects.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IGroupObjects.java new file mode 100644 index 0000000..c17db93 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IGroupObjects.java @@ -0,0 +1,1180 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020899-0001-0000-C000-000000000046}") +public interface IGroupObjects extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + */ + + @VTID(21) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(29) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(30) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setTop( + double rhs); + + + /** + */ + + @VTID(37) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(42) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(43) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + */ + + @VTID(44) + void _Dummy27(); + + + /** + */ + + @VTID(45) + void _Dummy28(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ * @return Returns a value of type boolean + */ + + @VTID(46) + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(47) + void setAddIndent( + boolean rhs); + + + /** + */ + + @VTID(48) + void _Dummy30(); + + + /** + *+ * Getter method for the COM property "ArrowHeadLength" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(49) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getArrowHeadLength(); + + + /** + *+ * Setter method for the COM property "ArrowHeadLength" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(50) + void setArrowHeadLength( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ArrowHeadStyle" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(51) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getArrowHeadStyle(); + + + /** + *+ * Setter method for the COM property "ArrowHeadStyle" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(52) + void setArrowHeadStyle( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ArrowHeadWidth" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(53) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getArrowHeadWidth(); + + + /** + *+ * Setter method for the COM property "ArrowHeadWidth" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(54) + void setArrowHeadWidth( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ * @return Returns a value of type boolean + */ + + @VTID(55) + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(56) + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(57) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @VTID(58) + void _Dummy36(); + + + /** + */ + + @VTID(59) + void _Dummy37(); + + + /** + */ + + @VTID(60) + void _Dummy38(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type int + */ + + @VTID(62) + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(63) + @DefaultMethod + void set_Default( + int rhs); + + + /** + */ + + @VTID(64) + void _Dummy41(); + + + /** + */ + + @VTID(65) + void _Dummy42(); + + + /** + */ + + @VTID(66) + void _Dummy43(); + + + /** + */ + + @VTID(67) + void _Dummy44(); + + + /** + */ + + @VTID(68) + void _Dummy45(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(69) + com.exceljava.com4j.excel.Font getFont(); + + + /** + */ + + @VTID(70) + void _Dummy47(); + + + /** + */ + + @VTID(71) + void _Dummy48(); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(72) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(73) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + */ + + @VTID(74) + void _Dummy50(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(75) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + */ + + @VTID(76) + void _Dummy52(); + + + /** + */ + + @VTID(77) + void _Dummy53(); + + + /** + */ + + @VTID(78) + void _Dummy54(); + + + /** + */ + + @VTID(79) + void _Dummy55(); + + + /** + */ + + @VTID(80) + void _Dummy56(); + + + /** + */ + + @VTID(81) + void _Dummy57(); + + + /** + */ + + @VTID(82) + void _Dummy58(); + + + /** + */ + + @VTID(83) + void _Dummy59(); + + + /** + */ + + @VTID(84) + void _Dummy60(); + + + /** + */ + + @VTID(85) + void _Dummy61(); + + + /** + */ + + @VTID(86) + void _Dummy62(); + + + /** + */ + + @VTID(87) + void _Dummy63(); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(88) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(89) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + */ + + @VTID(90) + void _Dummy65(); + + + /** + */ + + @VTID(91) + void _Dummy66(); + + + /** + */ + + @VTID(92) + void _Dummy67(); + + + /** + */ + + @VTID(93) + void _Dummy68(); + + + /** + *+ * Getter method for the COM property "RoundedCorners" + *
+ * @return Returns a value of type boolean + */ + + @VTID(94) + boolean getRoundedCorners(); + + + /** + *+ * Setter method for the COM property "RoundedCorners" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(95) + void setRoundedCorners( + boolean rhs); + + + /** + */ + + @VTID(96) + void _Dummy70(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(97) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(98) + void setShadow( + boolean rhs); + + + /** + */ + + @VTID(99) + void _Dummy72(); + + + /** + */ + + @VTID(100) + void _Dummy73(); + + + /** + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(101) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject ungroup(); + + + /** + */ + + @VTID(102) + void _Dummy75(); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(103) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(104) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + */ + + @VTID(105) + void _Dummy77(); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(106) + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(107) + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(108) + int getCount(); + + + /** + * @return Returns a value of type com.exceljava.com4j.excel.GroupObject + */ + + @VTID(109) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(110) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(111) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Shape + */ + + @VTID(11) + com.exceljava.com4j.excel.Shape item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Shape + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.Shape _Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "Range" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(14) + com.exceljava.com4j.excel.ShapeRange getRange( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IHPageBreak.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IHPageBreak.java new file mode 100644 index 0000000..ef89eb0 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IHPageBreak.java @@ -0,0 +1,117 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024401-0001-0000-C000-000000000046}") +public interface IHPageBreak extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Worksheet + */ + + @VTID(9) + com.exceljava.com4j.excel._Worksheet getParent(); + + + /** + */ + + @VTID(10) + void delete(); + + + /** + * @param direction Mandatory com.exceljava.com4j.excel.XlDirection parameter. + * @param regionIndex Mandatory int parameter. + */ + + @VTID(11) + void dragOff( + com.exceljava.com4j.excel.XlDirection direction, + int regionIndex); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlPageBreak + */ + + @VTID(12) + com.exceljava.com4j.excel.XlPageBreak getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPageBreak parameter. + */ + + @VTID(13) + void setType( + com.exceljava.com4j.excel.XlPageBreak rhs); + + + /** + *+ * Getter method for the COM property "Extent" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlPageBreakExtent + */ + + @VTID(14) + com.exceljava.com4j.excel.XlPageBreakExtent getExtent(); + + + /** + *+ * Getter method for the COM property "Location" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(15) + com.exceljava.com4j.excel.Range getLocation(); + + + /** + *+ * Setter method for the COM property "Location" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.Range parameter. + */ + + @VTID(16) + void setLocation( + com.exceljava.com4j.excel.Range rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IHPageBreaks.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IHPageBreaks.java new file mode 100644 index 0000000..fb30db2 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IHPageBreaks.java @@ -0,0 +1,100 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024404-0001-0000-C000-000000000046}") +public interface IHPageBreaks extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory int parameter. + * @return Returns a value of type com.exceljava.com4j.excel.HPageBreak + */ + + @VTID(11) + com.exceljava.com4j.excel.HPageBreak getItem( + int index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory int parameter. + * @return Returns a value of type com.exceljava.com4j.excel.HPageBreak + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.HPageBreak get_Default( + int index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(7) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(8) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Picture" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Graphic + */ + + @VTID(9) + com.exceljava.com4j.excel.Graphic getPicture(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IHiLoLines.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IHiLoLines.java new file mode 100644 index 0000000..2754d28 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IHiLoLines.java @@ -0,0 +1,94 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208C2-0001-0000-C000-000000000046}") +public interface IHiLoLines extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(12) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(14) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IHyperlink.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IHyperlink.java new file mode 100644 index 0000000..04c977c --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IHyperlink.java @@ -0,0 +1,356 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024431-0001-0000-C000-000000000046}") +public interface IHyperlink extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + *+ * Getter method for the COM property "Range" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(11) + com.exceljava.com4j.excel.Range getRange(); + + + /** + *+ * Getter method for the COM property "Shape" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Shape + */ + + @VTID(12) + com.exceljava.com4j.excel.Shape getShape(); + + + /** + *+ * Getter method for the COM property "SubAddress" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(13) + java.lang.String getSubAddress(); + + + /** + *+ * Setter method for the COM property "SubAddress" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(14) + void setSubAddress( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Address" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(15) + java.lang.String getAddress(); + + + /** + *+ * Setter method for the COM property "Address" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(16) + void setAddress( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type int + */ + + @VTID(17) + int getType(); + + + /** + */ + + @VTID(18) + void addToFavorites(); + + + /** + */ + + @VTID(19) + void delete(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * follow(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * follow(newWindow, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * follow(newWindow, addHistory, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * follow(newWindow, addHistory, extraInfo, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * follow(newWindow, addHistory, extraInfo, method, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "EmailSubject" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(21) + java.lang.String getEmailSubject(); + + + /** + *+ * Setter method for the COM property "EmailSubject" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(22) + void setEmailSubject( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ScreenTip" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(23) + java.lang.String getScreenTip(); + + + /** + *+ * Setter method for the COM property "ScreenTip" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(24) + void setScreenTip( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "TextToDisplay" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(25) + java.lang.String getTextToDisplay(); + + + /** + *+ * Setter method for the COM property "TextToDisplay" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(26) + void setTextToDisplay( + java.lang.String rhs); + + + /** + * @param filename Mandatory java.lang.String parameter. + * @param editNow Mandatory boolean parameter. + * @param overwrite Mandatory boolean parameter. + */ + + @VTID(27) + void createNewDocument( + java.lang.String filename, + boolean editNow, + boolean overwrite); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IHyperlinks.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IHyperlinks.java new file mode 100644 index 0000000..5ad8333 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IHyperlinks.java @@ -0,0 +1,194 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024430-0001-0000-C000-000000000046}") +public interface IHyperlinks extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(anchor, address, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(anchor, address, subAddress, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(anchor, address, subAddress, screenTip, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(11) + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Hyperlink + */ + + @VTID(12) + com.exceljava.com4j.excel.Hyperlink getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Hyperlink + */ + + @VTID(13) + @DefaultMethod + com.exceljava.com4j.excel.Hyperlink get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(14) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.IconSet + */ + + @VTID(9) + com.exceljava.com4j.excel.IconSet getParent(); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getIndex(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IIconCriteria.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IIconCriteria.java new file mode 100644 index 0000000..f057583 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IIconCriteria.java @@ -0,0 +1,56 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024498-0001-0000-C000-000000000046}") +public interface IIconCriteria extends Com4jObject,Iterable+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(7) + int getCount(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.IconCriterion + */ + + @VTID(8) + @DefaultMethod + com.exceljava.com4j.excel.IconCriterion get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(9) + java.util.Iterator+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.IconCriterion + */ + + @VTID(10) + com.exceljava.com4j.excel.IconCriterion getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IIconCriterion.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IIconCriterion.java new file mode 100644 index 0000000..99f154b --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IIconCriterion.java @@ -0,0 +1,113 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024499-0001-0000-C000-000000000046}") +public interface IIconCriterion extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(7) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlConditionValueTypes + */ + + @VTID(8) + com.exceljava.com4j.excel.XlConditionValueTypes getType(); + + + /** + *+ * Setter method for the COM property "Type" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlConditionValueTypes parameter. + */ + + @VTID(9) + void setType( + com.exceljava.com4j.excel.XlConditionValueTypes rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(10) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(11) + void setValue( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Operator" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getOperator(); + + + /** + *+ * Setter method for the COM property "Operator" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(13) + void setOperator( + int rhs); + + + /** + *+ * Getter method for the COM property "Icon" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlIcon + */ + + @VTID(14) + com.exceljava.com4j.excel.XlIcon getIcon(); + + + /** + *+ * Setter method for the COM property "Icon" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlIcon parameter. + */ + + @VTID(15) + void setIcon( + com.exceljava.com4j.excel.XlIcon rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IIconSet.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IIconSet.java new file mode 100644 index 0000000..6ea71c4 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IIconSet.java @@ -0,0 +1,101 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002449B-0001-0000-C000-000000000046}") +public interface IIconSet extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "ID" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlIconSet + */ + + @VTID(10) + com.exceljava.com4j.excel.XlIconSet getID(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(11) + int getCount(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Icon + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.Icon get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Icon + */ + + @VTID(14) + com.exceljava.com4j.excel.Icon getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IIconSetCondition.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IIconSetCondition.java new file mode 100644 index 0000000..d33443d --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IIconSetCondition.java @@ -0,0 +1,290 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024497-0001-0000-C000-000000000046}") +public interface IIconSetCondition extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Priority" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getPriority(); + + + /** + *+ * Setter method for the COM property "Priority" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(11) + void setPriority( + int rhs); + + + /** + *+ * Getter method for the COM property "StopIfTrue" + *
+ * @return Returns a value of type boolean + */ + + @VTID(12) + boolean getStopIfTrue(); + + + /** + *+ * Getter method for the COM property "AppliesTo" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(13) + com.exceljava.com4j.excel.Range getAppliesTo(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type int + */ + + @VTID(14) + int getType(); + + + /** + * @param range Mandatory com.exceljava.com4j.excel.Range parameter. + */ + + @VTID(15) + void modifyAppliesToRange( + com.exceljava.com4j.excel.Range range); + + + /** + *+ * Getter method for the COM property "PTCondition" + *
+ * @return Returns a value of type boolean + */ + + @VTID(16) + boolean getPTCondition(); + + + /** + *+ * Getter method for the COM property "ScopeType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlPivotConditionScope + */ + + @VTID(17) + com.exceljava.com4j.excel.XlPivotConditionScope getScopeType(); + + + /** + *+ * Setter method for the COM property "ScopeType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPivotConditionScope parameter. + */ + + @VTID(18) + void setScopeType( + com.exceljava.com4j.excel.XlPivotConditionScope rhs); + + + /** + */ + + @VTID(19) + void setFirstPriority(); + + + /** + */ + + @VTID(20) + void setLastPriority(); + + + /** + */ + + @VTID(21) + void delete(); + + + /** + *+ * Getter method for the COM property "ReverseOrder" + *
+ * @return Returns a value of type boolean + */ + + @VTID(22) + boolean getReverseOrder(); + + + /** + *+ * Setter method for the COM property "ReverseOrder" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(23) + void setReverseOrder( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PercentileValues" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getPercentileValues(); + + + /** + *+ * Setter method for the COM property "PercentileValues" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setPercentileValues( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowIconOnly" + *
+ * @return Returns a value of type boolean + */ + + @VTID(26) + boolean getShowIconOnly(); + + + /** + *+ * Setter method for the COM property "ShowIconOnly" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(27) + void setShowIconOnly( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "IconSet" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getIconSet(); + + + /** + *+ * Setter method for the COM property "IconSet" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setIconSet( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "IconCriteria" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.IconCriteria + */ + + @VTID(32) + com.exceljava.com4j.excel.IconCriteria getIconCriteria(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IIconSets.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IIconSets.java new file mode 100644 index 0000000..de120f6 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IIconSets.java @@ -0,0 +1,92 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002449C-0001-0000-C000-000000000046}") +public interface IIconSets extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(11) + @DefaultMethod + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(12) + java.util.Iterator+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(13) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IInterior.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IInterior.java new file mode 100644 index 0000000..f0217e8 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IInterior.java @@ -0,0 +1,295 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020870-0001-0000-C000-000000000046}") +public interface IInterior extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Color" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(10) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getColor(); + + + /** + *+ * Setter method for the COM property "Color" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(11) + void setColor( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ColorIndex" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getColorIndex(); + + + /** + *+ * Setter method for the COM property "ColorIndex" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(13) + void setColorIndex( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "InvertIfNegative" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(14) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getInvertIfNegative(); + + + /** + *+ * Setter method for the COM property "InvertIfNegative" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(15) + void setInvertIfNegative( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Pattern" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(16) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPattern(); + + + /** + *+ * Setter method for the COM property "Pattern" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(17) + void setPattern( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PatternColor" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(18) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPatternColor(); + + + /** + *+ * Setter method for the COM property "PatternColor" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(19) + void setPatternColor( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PatternColorIndex" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(20) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPatternColorIndex(); + + + /** + *+ * Setter method for the COM property "PatternColorIndex" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(21) + void setPatternColorIndex( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ThemeColor" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(22) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getThemeColor(); + + + /** + *+ * Setter method for the COM property "ThemeColor" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(23) + void setThemeColor( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "TintAndShade" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(24) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getTintAndShade(); + + + /** + *+ * Setter method for the COM property "TintAndShade" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(25) + void setTintAndShade( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PatternThemeColor" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(26) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPatternThemeColor(); + + + /** + *+ * Setter method for the COM property "PatternThemeColor" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(27) + void setPatternThemeColor( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PatternTintAndShade" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(28) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPatternTintAndShade(); + + + /** + *+ * Setter method for the COM property "PatternTintAndShade" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(29) + void setPatternTintAndShade( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Gradient" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(30) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getGradient(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILabel.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILabel.java new file mode 100644 index 0000000..0d7fae9 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILabel.java @@ -0,0 +1,788 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020890-0001-0000-C000-000000000046}") +public interface ILabel extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(10) + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(21) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(26) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(27) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(32) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(33) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(36) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(37) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(38) + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(39) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(40) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(41) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(42) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(43) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(44) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(45) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(46) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(47) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(49) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(50) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(51) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(52) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(53) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(54) + void setAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + */ + + @VTID(55) + void _Dummy33(); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(56) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(57) + void setPhoneticAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILabels.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILabels.java new file mode 100644 index 0000000..aecfea7 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILabels.java @@ -0,0 +1,812 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020891-0001-0000-C000-000000000046}") +public interface ILabels extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + */ + + @VTID(21) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(29) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(30) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setTop( + double rhs); + + + /** + */ + + @VTID(37) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(42) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(43) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(44) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(45) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(46) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(48) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(49) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(50) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(51) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(52) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(53) + void setAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + */ + + @VTID(54) + void _Dummy33(); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(55) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(56) + void setPhoneticAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + * @param left Mandatory double parameter. + * @param top Mandatory double parameter. + * @param width Mandatory double parameter. + * @param height Mandatory double parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Label + */ + + @VTID(57) + com.exceljava.com4j.excel.Label add( + double left, + double top, + double width, + double height); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(58) + int getCount(); + + + /** + * @return Returns a value of type com.exceljava.com4j.excel.GroupObject + */ + + @VTID(59) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(60) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(61) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(10) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + */ + + @VTID(11) + void delete(); + + + /** + */ + + @VTID(12) + void select(); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(13) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILegend.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILegend.java new file mode 100644 index 0000000..b4c1ac8 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILegend.java @@ -0,0 +1,374 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208CD-0001-0000-C000-000000000046}") +public interface ILegend extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(12) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(14) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * legendEntries(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Position" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlLegendPosition + */ + + @VTID(16) + com.exceljava.com4j.excel.XlLegendPosition getPosition(); + + + /** + *+ * Setter method for the COM property "Position" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlLegendPosition parameter. + */ + + @VTID(17) + void setPosition( + com.exceljava.com4j.excel.XlLegendPosition rhs); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(18) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(19) + void setShadow( + boolean rhs); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(20) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object clear(); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(21) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(22) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(23) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFillFormat + */ + + @VTID(24) + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(25) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(26) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(27) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(28) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(29) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(30) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(31) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(32) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "IncludeInLayout" + *
+ * @return Returns a value of type boolean + */ + + @VTID(33) + boolean getIncludeInLayout(); + + + /** + *+ * Setter method for the COM property "IncludeInLayout" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(34) + void setIncludeInLayout( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(35) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + /** + * @param id Mandatory java.lang.String parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @VTID(36) + void setProperty( + java.lang.String id, + @MarshalAs(NativeType.VARIANT) java.lang.Object value); + + + /** + * @param id Mandatory java.lang.String parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(37) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getProperty( + java.lang.String id); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILegendEntries.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILegendEntries.java new file mode 100644 index 0000000..67da64f --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILegendEntries.java @@ -0,0 +1,81 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208BB-0001-0000-C000-000000000046}") +public interface ILegendEntries extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.LegendEntry + */ + + @VTID(11) + com.exceljava.com4j.excel.LegendEntry item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(12) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(10) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(11) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getIndex(); + + + /** + *+ * Getter method for the COM property "LegendKey" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.LegendKey + */ + + @VTID(13) + com.exceljava.com4j.excel.LegendKey getLegendKey(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(14) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(15) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(16) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(17) + double getLeft(); + + + /** + *+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(18) + double getTop(); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getWidth(); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(20) + double getHeight(); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(21) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILegendKey.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILegendKey.java new file mode 100644 index 0000000..f4b6c91 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILegendKey.java @@ -0,0 +1,434 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208BC-0001-0000-C000-000000000046}") +public interface ILegendKey extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(10) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object clearFormats(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object delete(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(13) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Fill" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFillFormat + */ + + @VTID(14) + com.exceljava.com4j.excel.ChartFillFormat getFill(); + + + /** + *+ * Getter method for the COM property "InvertIfNegative" + *
+ * @return Returns a value of type boolean + */ + + @VTID(15) + boolean getInvertIfNegative(); + + + /** + *+ * Setter method for the COM property "InvertIfNegative" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(16) + void setInvertIfNegative( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MarkerBackgroundColor" + *
+ * @return Returns a value of type int + */ + + @VTID(17) + int getMarkerBackgroundColor(); + + + /** + *+ * Setter method for the COM property "MarkerBackgroundColor" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(18) + void setMarkerBackgroundColor( + int rhs); + + + /** + *+ * Getter method for the COM property "MarkerBackgroundColorIndex" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlColorIndex + */ + + @VTID(19) + com.exceljava.com4j.excel.XlColorIndex getMarkerBackgroundColorIndex(); + + + /** + *+ * Setter method for the COM property "MarkerBackgroundColorIndex" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlColorIndex parameter. + */ + + @VTID(20) + void setMarkerBackgroundColorIndex( + com.exceljava.com4j.excel.XlColorIndex rhs); + + + /** + *+ * Getter method for the COM property "MarkerForegroundColor" + *
+ * @return Returns a value of type int + */ + + @VTID(21) + int getMarkerForegroundColor(); + + + /** + *+ * Setter method for the COM property "MarkerForegroundColor" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(22) + void setMarkerForegroundColor( + int rhs); + + + /** + *+ * Getter method for the COM property "MarkerForegroundColorIndex" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlColorIndex + */ + + @VTID(23) + com.exceljava.com4j.excel.XlColorIndex getMarkerForegroundColorIndex(); + + + /** + *+ * Setter method for the COM property "MarkerForegroundColorIndex" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlColorIndex parameter. + */ + + @VTID(24) + void setMarkerForegroundColorIndex( + com.exceljava.com4j.excel.XlColorIndex rhs); + + + /** + *+ * Getter method for the COM property "MarkerSize" + *
+ * @return Returns a value of type int + */ + + @VTID(25) + int getMarkerSize(); + + + /** + *+ * Setter method for the COM property "MarkerSize" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(26) + void setMarkerSize( + int rhs); + + + /** + *+ * Getter method for the COM property "MarkerStyle" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlMarkerStyle + */ + + @VTID(27) + com.exceljava.com4j.excel.XlMarkerStyle getMarkerStyle(); + + + /** + *+ * Setter method for the COM property "MarkerStyle" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlMarkerStyle parameter. + */ + + @VTID(28) + void setMarkerStyle( + com.exceljava.com4j.excel.XlMarkerStyle rhs); + + + /** + *+ * Getter method for the COM property "PictureType" + *
+ * @return Returns a value of type int + */ + + @VTID(29) + int getPictureType(); + + + /** + *+ * Setter method for the COM property "PictureType" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(30) + void setPictureType( + int rhs); + + + /** + *+ * Getter method for the COM property "PictureUnit" + *
+ * @return Returns a value of type int + */ + + @VTID(31) + int getPictureUnit(); + + + /** + *+ * Setter method for the COM property "PictureUnit" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(32) + void setPictureUnit( + int rhs); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(33) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object select(); + + + /** + *+ * Getter method for the COM property "Smooth" + *
+ * @return Returns a value of type boolean + */ + + @VTID(34) + boolean getSmooth(); + + + /** + *+ * Setter method for the COM property "Smooth" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(35) + void setSmooth( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(36) + double getLeft(); + + + /** + *+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(37) + double getTop(); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(38) + double getWidth(); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(39) + double getHeight(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(40) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(41) + void setShadow( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PictureUnit2" + *
+ * @return Returns a value of type double + */ + + @VTID(42) + double getPictureUnit2(); + + + /** + *+ * Setter method for the COM property "PictureUnit2" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(43) + void setPictureUnit2( + double rhs); + + + /** + *+ * Getter method for the COM property "Format" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ChartFormat + */ + + @VTID(44) + com.exceljava.com4j.excel.ChartFormat getFormat(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILine.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILine.java new file mode 100644 index 0000000..ee179c2 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILine.java @@ -0,0 +1,575 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002089A-0001-0000-C000-000000000046}") +public interface ILine extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(10) + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(21) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(26) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(27) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(32) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(33) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(36) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(37) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(38) + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(39) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(40) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(41) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(42) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(43) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(44) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "ArrowHeadLength" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(45) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getArrowHeadLength(); + + + /** + *+ * Setter method for the COM property "ArrowHeadLength" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(46) + void setArrowHeadLength( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ArrowHeadStyle" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(47) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getArrowHeadStyle(); + + + /** + *+ * Setter method for the COM property "ArrowHeadStyle" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(48) + void setArrowHeadStyle( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ArrowHeadWidth" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(49) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getArrowHeadWidth(); + + + /** + *+ * Setter method for the COM property "ArrowHeadWidth" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(50) + void setArrowHeadWidth( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(51) + com.exceljava.com4j.excel.Border getBorder(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILinearGradient.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILinearGradient.java new file mode 100644 index 0000000..c009726 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILinearGradient.java @@ -0,0 +1,77 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244AF-0001-0000-C000-000000000046}") +public interface ILinearGradient extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "ColorStops" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ColorStops + */ + + @VTID(10) + com.exceljava.com4j.excel.ColorStops getColorStops(); + + + /** + *+ * Getter method for the COM property "Degree" + *
+ * @return Returns a value of type double + */ + + @VTID(11) + double getDegree(); + + + /** + *+ * Setter method for the COM property "Degree" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(12) + void setDegree( + double rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILines.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILines.java new file mode 100644 index 0000000..97eab9f --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/ILines.java @@ -0,0 +1,599 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002089B-0001-0000-C000-000000000046}") +public interface ILines extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + */ + + @VTID(21) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(29) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(30) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setTop( + double rhs); + + + /** + */ + + @VTID(37) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(42) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(43) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "ArrowHeadLength" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(44) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getArrowHeadLength(); + + + /** + *+ * Setter method for the COM property "ArrowHeadLength" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(45) + void setArrowHeadLength( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ArrowHeadStyle" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(46) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getArrowHeadStyle(); + + + /** + *+ * Setter method for the COM property "ArrowHeadStyle" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(47) + void setArrowHeadStyle( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ArrowHeadWidth" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(48) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getArrowHeadWidth(); + + + /** + *+ * Setter method for the COM property "ArrowHeadWidth" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(49) + void setArrowHeadWidth( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(50) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + * @param x1 Mandatory double parameter. + * @param y1 Mandatory double parameter. + * @param x2 Mandatory double parameter. + * @param y2 Mandatory double parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Line + */ + + @VTID(51) + com.exceljava.com4j.excel.Line add( + double x1, + double y1, + double x2, + double y2); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(52) + int getCount(); + + + /** + * @return Returns a value of type com.exceljava.com4j.excel.GroupObject + */ + + @VTID(53) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(54) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(55) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "AutoUpdate" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getAutoUpdate(); + + + /** + *+ * Setter method for the COM property "AutoUpdate" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(11) + void setAutoUpdate( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(12) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(13) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(14) + void update(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListBox.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListBox.java new file mode 100644 index 0000000..f2b40e5 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListBox.java @@ -0,0 +1,905 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020887-0001-0000-C000-000000000046}") +public interface IListBox extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(10) + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(21) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(26) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(27) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(32) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(33) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(36) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(37) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(38) + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(39) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(40) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(41) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(42) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(43) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(44) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addItem(text, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Display3DShading" + *
+ * @return Returns a value of type boolean + */ + + @VTID(46) + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(47) + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type int + */ + + @VTID(48) + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(49) + @DefaultMethod + void set_Default( + int rhs); + + + /** + *+ * Getter method for the COM property "LinkedCell" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(50) + java.lang.String getLinkedCell(); + + + /** + *+ * Setter method for the COM property "LinkedCell" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(51) + void setLinkedCell( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "LinkedObject" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(52) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getLinkedObject(); + + + /** + *+ * Getter method for the COM property "List" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getList(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "List" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type java.lang.Object + */ + + @VTID(53) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getList( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Setter method for the COM property "List" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setList(com4j.Variant.getMissing(), rhs);
+ *
+ *
+ * Setter method for the COM property "List" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(54) + void setList( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index, + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ListCount" + *
+ * @return Returns a value of type int + */ + + @VTID(55) + int getListCount(); + + + /** + *+ * Getter method for the COM property "ListFillRange" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(56) + java.lang.String getListFillRange(); + + + /** + *+ * Setter method for the COM property "ListFillRange" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(57) + void setListFillRange( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ListIndex" + *
+ * @return Returns a value of type int + */ + + @VTID(58) + int getListIndex(); + + + /** + *+ * Setter method for the COM property "ListIndex" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(59) + void setListIndex( + int rhs); + + + /** + *+ * Getter method for the COM property "MultiSelect" + *
+ * @return Returns a value of type int + */ + + @VTID(60) + int getMultiSelect(); + + + /** + *+ * Setter method for the COM property "MultiSelect" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(61) + void setMultiSelect( + int rhs); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(62) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object removeAllItems(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * removeItem(index, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Selected" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getSelected(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Selected" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type java.lang.Object + */ + + @VTID(64) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getSelected( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Setter method for the COM property "Selected" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setSelected(com4j.Variant.getMissing(), rhs);
+ *
+ *
+ * Setter method for the COM property "Selected" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(65) + void setSelected( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index, + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type int + */ + + @VTID(66) + int getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(67) + void setValue( + int rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListBoxes.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListBoxes.java new file mode 100644 index 0000000..04edf43 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListBoxes.java @@ -0,0 +1,920 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020888-0001-0000-C000-000000000046}") +public interface IListBoxes extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + */ + + @VTID(21) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(29) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(30) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setTop( + double rhs); + + + /** + */ + + @VTID(37) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(42) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(43) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addItem(text, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Display3DShading" + *
+ * @return Returns a value of type boolean + */ + + @VTID(45) + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(46) + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type int + */ + + @VTID(47) + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(48) + @DefaultMethod + void set_Default( + int rhs); + + + /** + *+ * Getter method for the COM property "LinkedCell" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(49) + java.lang.String getLinkedCell(); + + + /** + *+ * Setter method for the COM property "LinkedCell" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(50) + void setLinkedCell( + java.lang.String rhs); + + + /** + */ + + @VTID(51) + void _Dummy31(); + + + /** + *+ * Getter method for the COM property "List" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getList(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "List" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type java.lang.Object + */ + + @VTID(52) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getList( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Setter method for the COM property "List" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setList(com4j.Variant.getMissing(), rhs);
+ *
+ *
+ * Setter method for the COM property "List" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(53) + void setList( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index, + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + */ + + @VTID(54) + void _Dummy33(); + + + /** + *+ * Getter method for the COM property "ListFillRange" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(55) + java.lang.String getListFillRange(); + + + /** + *+ * Setter method for the COM property "ListFillRange" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(56) + void setListFillRange( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ListIndex" + *
+ * @return Returns a value of type int + */ + + @VTID(57) + int getListIndex(); + + + /** + *+ * Setter method for the COM property "ListIndex" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(58) + void setListIndex( + int rhs); + + + /** + *+ * Getter method for the COM property "MultiSelect" + *
+ * @return Returns a value of type int + */ + + @VTID(59) + int getMultiSelect(); + + + /** + *+ * Setter method for the COM property "MultiSelect" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(60) + void setMultiSelect( + int rhs); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(61) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object removeAllItems(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * removeItem(index, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Selected" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getSelected(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Selected" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type java.lang.Object + */ + + @VTID(63) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getSelected( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Setter method for the COM property "Selected" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setSelected(com4j.Variant.getMissing(), rhs);
+ *
+ *
+ * Setter method for the COM property "Selected" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(64) + void setSelected( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index, + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type int + */ + + @VTID(65) + int getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(66) + void setValue( + int rhs); + + + /** + * @param left Mandatory double parameter. + * @param top Mandatory double parameter. + * @param width Mandatory double parameter. + * @param height Mandatory double parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ListBox + */ + + @VTID(67) + com.exceljava.com4j.excel.ListBox add( + double left, + double top, + double width, + double height); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(68) + int getCount(); + + + /** + * @return Returns a value of type com.exceljava.com4j.excel.GroupObject + */ + + @VTID(69) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(70) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(71) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void delete(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(11) + @DefaultMethod + java.lang.String get_Default(); + + + /** + *+ * Getter method for the COM property "ListDataFormat" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ListDataFormat + */ + + @VTID(12) + com.exceljava.com4j.excel.ListDataFormat getListDataFormat(); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(13) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(14) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(15) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Range" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(16) + com.exceljava.com4j.excel.Range getRange(); + + + /** + *+ * Getter method for the COM property "TotalsCalculation" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlTotalsCalculation + */ + + @VTID(17) + com.exceljava.com4j.excel.XlTotalsCalculation getTotalsCalculation(); + + + /** + *+ * Setter method for the COM property "TotalsCalculation" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlTotalsCalculation parameter. + */ + + @VTID(18) + void setTotalsCalculation( + com.exceljava.com4j.excel.XlTotalsCalculation rhs); + + + /** + *+ * Getter method for the COM property "XPath" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XPath + */ + + @VTID(19) + com.exceljava.com4j.excel.XPath getXPath(); + + + /** + *+ * Getter method for the COM property "SharePointFormula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(20) + java.lang.String getSharePointFormula(); + + + /** + *+ * Getter method for the COM property "DataBodyRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(21) + com.exceljava.com4j.excel.Range getDataBodyRange(); + + + /** + *+ * Getter method for the COM property "Total" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(22) + com.exceljava.com4j.excel.Range getTotal(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListColumns.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListColumns.java new file mode 100644 index 0000000..fdeb3b7 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListColumns.java @@ -0,0 +1,120 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024472-0001-0000-C000-000000000046}") +public interface IListColumns extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ListColumn + */ + + @VTID(11) + @DefaultMethod + com.exceljava.com4j.excel.ListColumn get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(12) + java.util.Iterator+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ListColumn + */ + + @VTID(13) + com.exceljava.com4j.excel.ListColumn getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(14) + int getCount(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListDataFormat.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListDataFormat.java new file mode 100644 index 0000000..7d5c196 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListDataFormat.java @@ -0,0 +1,191 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002447D-0001-0000-C000-000000000046}") +public interface IListDataFormat extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlListDataType + */ + + @VTID(10) + @DefaultMethod + com.exceljava.com4j.excel.XlListDataType get_Default(); + + + /** + *+ * Getter method for the COM property "Choices" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getChoices(); + + + /** + *+ * Getter method for the COM property "DecimalPlaces" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getDecimalPlaces(); + + + /** + *+ * Getter method for the COM property "DefaultValue" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getDefaultValue(); + + + /** + *+ * Getter method for the COM property "IsPercent" + *
+ * @return Returns a value of type boolean + */ + + @VTID(14) + boolean getIsPercent(); + + + /** + *+ * Getter method for the COM property "lcid" + *
+ * @return Returns a value of type int + */ + + @VTID(15) + int getLcid(); + + + /** + *+ * Getter method for the COM property "MaxCharacters" + *
+ * @return Returns a value of type int + */ + + @VTID(16) + int getMaxCharacters(); + + + /** + *+ * Getter method for the COM property "MaxNumber" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(17) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getMaxNumber(); + + + /** + *+ * Getter method for the COM property "MinNumber" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(18) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getMinNumber(); + + + /** + *+ * Getter method for the COM property "Required" + *
+ * @return Returns a value of type boolean + */ + + @VTID(19) + boolean getRequired(); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlListDataType + */ + + @VTID(20) + com.exceljava.com4j.excel.XlListDataType getType(); + + + /** + *+ * Getter method for the COM property "ReadOnly" + *
+ * @return Returns a value of type boolean + */ + + @VTID(21) + boolean getReadOnly(); + + + /** + *+ * Getter method for the COM property "AllowFillIn" + *
+ * @return Returns a value of type boolean + */ + + @VTID(22) + boolean getAllowFillIn(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListObject.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListObject.java new file mode 100644 index 0000000..1db8e8c --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListObject.java @@ -0,0 +1,648 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024471-0001-0000-C000-000000000046}") +public interface IListObject extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void delete(); + + + /** + * @param target Mandatory java.lang.Object parameter. + * @param linkSource Mandatory boolean parameter. + * @return Returns a value of type java.lang.String + */ + + @VTID(11) + java.lang.String publish( + @MarshalAs(NativeType.VARIANT) java.lang.Object target, + boolean linkSource); + + + /** + */ + + @VTID(12) + void refresh(); + + + /** + */ + + @VTID(13) + void unlink(); + + + /** + */ + + @VTID(14) + void unlist(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * updateChanges(0);
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(17) + @DefaultMethod + java.lang.String get_Default(); + + + /** + *+ * Getter method for the COM property "Active" + *
+ * @return Returns a value of type boolean + */ + + @VTID(18) + boolean getActive(); + + + /** + *+ * Getter method for the COM property "DataBodyRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(19) + com.exceljava.com4j.excel.Range getDataBodyRange(); + + + /** + *+ * Getter method for the COM property "DisplayRightToLeft" + *
+ * @return Returns a value of type boolean + */ + + @VTID(20) + boolean getDisplayRightToLeft(); + + + /** + *+ * Getter method for the COM property "HeaderRowRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(21) + com.exceljava.com4j.excel.Range getHeaderRowRange(); + + + /** + *+ * Getter method for the COM property "InsertRowRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(22) + com.exceljava.com4j.excel.Range getInsertRowRange(); + + + /** + *+ * Getter method for the COM property "ListColumns" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ListColumns + */ + + @VTID(23) + com.exceljava.com4j.excel.ListColumns getListColumns(); + + + /** + *+ * Getter method for the COM property "ListRows" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ListRows + */ + + @VTID(24) + com.exceljava.com4j.excel.ListRows getListRows(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(25) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(26) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "QueryTable" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._QueryTable + */ + + @VTID(27) + com.exceljava.com4j.excel._QueryTable getQueryTable(); + + + /** + *+ * Getter method for the COM property "Range" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(28) + com.exceljava.com4j.excel.Range getRange(); + + + /** + *+ * Getter method for the COM property "ShowAutoFilter" + *
+ * @return Returns a value of type boolean + */ + + @VTID(29) + boolean getShowAutoFilter(); + + + /** + *+ * Setter method for the COM property "ShowAutoFilter" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(30) + void setShowAutoFilter( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowTotals" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getShowTotals(); + + + /** + *+ * Setter method for the COM property "ShowTotals" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setShowTotals( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SourceType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlListObjectSourceType + */ + + @VTID(33) + com.exceljava.com4j.excel.XlListObjectSourceType getSourceType(); + + + /** + *+ * Getter method for the COM property "TotalsRowRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(34) + com.exceljava.com4j.excel.Range getTotalsRowRange(); + + + /** + *+ * Getter method for the COM property "SharePointURL" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(35) + java.lang.String getSharePointURL(); + + + /** + *+ * Getter method for the COM property "XmlMap" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XmlMap + */ + + @VTID(36) + com.exceljava.com4j.excel.XmlMap getXmlMap(); + + + /** + *+ * Getter method for the COM property "DisplayName" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(37) + java.lang.String getDisplayName(); + + + /** + *+ * Setter method for the COM property "DisplayName" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(38) + void setDisplayName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ShowHeaders" + *
+ * @return Returns a value of type boolean + */ + + @VTID(39) + boolean getShowHeaders(); + + + /** + *+ * Setter method for the COM property "ShowHeaders" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(40) + void setShowHeaders( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoFilter" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.AutoFilter + */ + + @VTID(41) + com.exceljava.com4j.excel.AutoFilter getAutoFilter(); + + + /** + *+ * Getter method for the COM property "TableStyle" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(42) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getTableStyle(); + + + /** + *+ * Setter method for the COM property "TableStyle" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(43) + void setTableStyle( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ShowTableStyleFirstColumn" + *
+ * @return Returns a value of type boolean + */ + + @VTID(44) + boolean getShowTableStyleFirstColumn(); + + + /** + *+ * Setter method for the COM property "ShowTableStyleFirstColumn" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(45) + void setShowTableStyleFirstColumn( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowTableStyleLastColumn" + *
+ * @return Returns a value of type boolean + */ + + @VTID(46) + boolean getShowTableStyleLastColumn(); + + + /** + *+ * Setter method for the COM property "ShowTableStyleLastColumn" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(47) + void setShowTableStyleLastColumn( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowTableStyleRowStripes" + *
+ * @return Returns a value of type boolean + */ + + @VTID(48) + boolean getShowTableStyleRowStripes(); + + + /** + *+ * Setter method for the COM property "ShowTableStyleRowStripes" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(49) + void setShowTableStyleRowStripes( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ShowTableStyleColumnStripes" + *
+ * @return Returns a value of type boolean + */ + + @VTID(50) + boolean getShowTableStyleColumnStripes(); + + + /** + *+ * Setter method for the COM property "ShowTableStyleColumnStripes" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(51) + void setShowTableStyleColumnStripes( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Sort" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Sort + */ + + @VTID(52) + com.exceljava.com4j.excel.Sort getSort(); + + + /** + *+ * Getter method for the COM property "Comment" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(53) + java.lang.String getComment(); + + + /** + *+ * Setter method for the COM property "Comment" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(54) + void setComment( + java.lang.String rhs); + + + /** + */ + + @VTID(55) + void exportToVisio(); + + + /** + *+ * Getter method for the COM property "AlternativeText" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(56) + java.lang.String getAlternativeText(); + + + /** + *+ * Setter method for the COM property "AlternativeText" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(57) + void setAlternativeText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Summary" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(58) + java.lang.String getSummary(); + + + /** + *+ * Setter method for the COM property "Summary" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(59) + void setSummary( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "TableObject" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.TableObject + */ + + @VTID(60) + com.exceljava.com4j.excel.TableObject getTableObject(); + + + /** + *+ * Getter method for the COM property "Slicers" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Slicers + */ + + @VTID(61) + com.exceljava.com4j.excel.Slicers getSlicers(); + + + /** + *+ * Getter method for the COM property "ShowAutoFilterDropDown" + *
+ * @return Returns a value of type boolean + */ + + @VTID(62) + boolean getShowAutoFilterDropDown(); + + + /** + *+ * Setter method for the COM property "ShowAutoFilterDropDown" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(63) + void setShowAutoFilterDropDown( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListObjects.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListObjects.java new file mode 100644 index 0000000..5c93329 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListObjects.java @@ -0,0 +1,398 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024470-0001-0000-C000-000000000046}") +public interface IListObjects extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Add(1, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 0, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Add(sourceType, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 0, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Add(sourceType, source, com4j.Variant.getMissing(), 0, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Add(sourceType, source, linkSource, 0, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Add(sourceType, source, linkSource, xlListObjectHasHeaders, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ListObject + */ + + @VTID(11) + @DefaultMethod + com.exceljava.com4j.excel.ListObject get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(12) + java.util.Iterator+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ListObject + */ + + @VTID(13) + com.exceljava.com4j.excel.ListObject getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(14) + int getCount(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(1, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 0, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(sourceType, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 0, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(sourceType, source, com4j.Variant.getMissing(), 0, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(sourceType, source, linkSource, 0, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(sourceType, source, linkSource, xlListObjectHasHeaders, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(sourceType, source, linkSource, xlListObjectHasHeaders, destination, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void delete(); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(11) + int getIndex(); + + + /** + *+ * Getter method for the COM property "InvalidData" + *
+ * @return Returns a value of type boolean + */ + + @VTID(12) + boolean getInvalidData(); + + + /** + *+ * Getter method for the COM property "Range" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(13) + com.exceljava.com4j.excel.Range getRange(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListRows.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListRows.java new file mode 100644 index 0000000..7ba9696 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IListRows.java @@ -0,0 +1,174 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024474-0001-0000-C000-000000000046}") +public interface IListRows extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Add(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ListRow + */ + + @VTID(11) + @DefaultMethod + com.exceljava.com4j.excel.ListRow get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(12) + java.util.Iterator+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ListRow + */ + + @VTID(13) + com.exceljava.com4j.excel.ListRow getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(14) + int getCount(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(position, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BCCRecipients" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(10) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getBCCRecipients(); + + + /** + *+ * Setter method for the COM property "BCCRecipients" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(11) + void setBCCRecipients( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "CCRecipients" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getCCRecipients(); + + + /** + *+ * Setter method for the COM property "CCRecipients" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(13) + void setCCRecipients( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Enclosures" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(14) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getEnclosures(); + + + /** + *+ * Setter method for the COM property "Enclosures" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(15) + void setEnclosures( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Received" + *
+ * @return Returns a value of type boolean + */ + + @VTID(16) + boolean getReceived(); + + + /** + *+ * Getter method for the COM property "SendDateTime" + *
+ * @return Returns a value of type java.util.Date + */ + + @VTID(17) + java.util.Date getSendDateTime(); + + + /** + *+ * Getter method for the COM property "Sender" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(18) + java.lang.String getSender(); + + + /** + *+ * Getter method for the COM property "Subject" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(19) + java.lang.String getSubject(); + + + /** + *+ * Setter method for the COM property "Subject" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(20) + void setSubject( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ToRecipients" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(21) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getToRecipients(); + + + /** + *+ * Setter method for the COM property "ToRecipients" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(22) + void setToRecipients( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "WhichAddress" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(23) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getWhichAddress(); + + + /** + *+ * Setter method for the COM property "WhichAddress" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(24) + void setWhichAddress( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IMenu.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IMenu.java new file mode 100644 index 0000000..866266b --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IMenu.java @@ -0,0 +1,118 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020866-0001-0000-C000-000000000046}") +public interface IMenu extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(11) + void setCaption( + java.lang.String rhs); + + + /** + */ + + @VTID(12) + void delete(); + + + /** + *+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(13) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(14) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(15) + int getIndex(); + + + /** + *+ * Getter method for the COM property "MenuItems" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.MenuItems + */ + + @VTID(16) + com.exceljava.com4j.excel.MenuItems getMenuItems(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IMenuBar.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IMenuBar.java new file mode 100644 index 0000000..8d9e6a2 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IMenuBar.java @@ -0,0 +1,120 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020864-0001-0000-C000-000000000046}") +public interface IMenuBar extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void activate(); + + + /** + *+ * Getter method for the COM property "BuiltIn" + *
+ * @return Returns a value of type boolean + */ + + @VTID(11) + boolean getBuiltIn(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(12) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(13) + void setCaption( + java.lang.String rhs); + + + /** + */ + + @VTID(14) + void delete(); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(15) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Menus" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Menus + */ + + @VTID(16) + com.exceljava.com4j.excel.Menus getMenus(); + + + /** + */ + + @VTID(17) + void reset(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IMenuBars.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IMenuBars.java new file mode 100644 index 0000000..5cfdf9b --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IMenuBars.java @@ -0,0 +1,120 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020863-0001-0000-C000-000000000046}") +public interface IMenuBars extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(11) + int getCount(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.MenuBar + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.MenuBar get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.MenuBar + */ + + @VTID(13) + com.exceljava.com4j.excel.MenuBar getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(14) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(11) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Checked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(12) + boolean getChecked(); + + + /** + *+ * Setter method for the COM property "Checked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(13) + void setChecked( + boolean rhs); + + + /** + */ + + @VTID(14) + void delete(); + + + /** + *+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(15) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(16) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "HelpContextID" + *
+ * @return Returns a value of type int + */ + + @VTID(17) + int getHelpContextID(); + + + /** + *+ * Setter method for the COM property "HelpContextID" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(18) + void setHelpContextID( + int rhs); + + + /** + *+ * Getter method for the COM property "HelpFile" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(19) + java.lang.String getHelpFile(); + + + /** + *+ * Setter method for the COM property "HelpFile" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(20) + void setHelpFile( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(21) + int getIndex(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(22) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(23) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "StatusBar" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(24) + java.lang.String getStatusBar(); + + + /** + *+ * Setter method for the COM property "StatusBar" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(25) + void setStatusBar( + java.lang.String rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IMenuItems.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IMenuItems.java new file mode 100644 index 0000000..6c50774 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IMenuItems.java @@ -0,0 +1,372 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020867-0001-0000-C000-000000000046}") +public interface IMenuItems extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(caption, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(caption, onAction, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(caption, onAction, shortcutKey, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(caption, onAction, shortcutKey, before, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(caption, onAction, shortcutKey, before, restore, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(caption, onAction, shortcutKey, before, restore, statusBar, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(caption, onAction, shortcutKey, before, restore, statusBar, helpFile, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addMenu(caption, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * addMenu(caption, before, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getCount(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(13) + @DefaultMethod + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(14) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(15) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(caption, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(caption, before, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(11) + int getCount(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Menu + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.Menu get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Menu + */ + + @VTID(13) + com.exceljava.com4j.excel.Menu getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(14) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "ModelTables" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelTables + */ + + @VTID(10) + com.exceljava.com4j.excel.ModelTables getModelTables(); + + + /** + *+ * Getter method for the COM property "ModelRelationships" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelRelationships + */ + + @VTID(11) + com.exceljava.com4j.excel.ModelRelationships getModelRelationships(); + + + /** + */ + + @VTID(12) + void refresh(); + + + /** + * @param connectionToDataSource Mandatory com.exceljava.com4j.excel.WorkbookConnection parameter. + * @return Returns a value of type com.exceljava.com4j.excel.WorkbookConnection + */ + + @VTID(13) + com.exceljava.com4j.excel.WorkbookConnection addConnection( + com.exceljava.com4j.excel.WorkbookConnection connectionToDataSource); + + + /** + * @param modelTable Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.WorkbookConnection + */ + + @VTID(14) + com.exceljava.com4j.excel.WorkbookConnection createModelWorkbookConnection( + @MarshalAs(NativeType.VARIANT) java.lang.Object modelTable); + + + /** + *+ * Getter method for the COM property "DataModelConnection" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.WorkbookConnection + */ + + @VTID(15) + com.exceljava.com4j.excel.WorkbookConnection getDataModelConnection(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(16) + java.lang.String getName(); + + + /** + */ + + @VTID(17) + void initialize(); + + + /** + *+ * Getter method for the COM property "ModelMeasures" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelMeasures + */ + + @VTID(18) + com.exceljava.com4j.excel.ModelMeasures getModelMeasures(); + + + /** + *+ * Getter method for the COM property "ModelFormatGeneral" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelFormatGeneral + */ + + @VTID(19) + com.exceljava.com4j.excel.ModelFormatGeneral getModelFormatGeneral(); + + + /** + *+ * Getter method for the COM property "ModelFormatDate" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getModelFormatDate(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ModelFormatDate" + *
+ * @param formatString Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.ModelFormatDate + */ + + @VTID(20) + com.exceljava.com4j.excel.ModelFormatDate getModelFormatDate( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object formatString); + + + /** + *+ * Getter method for the COM property "ModelFormatDecimalNumber" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getModelFormatDecimalNumber(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ModelFormatDecimalNumber" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getModelFormatDecimalNumber(useThousandSeparator, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ModelFormatDecimalNumber" + *
+ * @param useThousandSeparator Optional parameter. Default value is com4j.Variant.getMissing() + * @param decimalPlaces Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.ModelFormatDecimalNumber + */ + + @VTID(21) + com.exceljava.com4j.excel.ModelFormatDecimalNumber getModelFormatDecimalNumber( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object useThousandSeparator, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object decimalPlaces); + + + /** + *+ * Getter method for the COM property "ModelFormatWholeNumber" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getModelFormatWholeNumber(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ModelFormatWholeNumber" + *
+ * @param useThousandSeparator Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.ModelFormatWholeNumber + */ + + @VTID(22) + com.exceljava.com4j.excel.ModelFormatWholeNumber getModelFormatWholeNumber( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object useThousandSeparator); + + + /** + *+ * Getter method for the COM property "ModelFormatPercentageNumber" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getModelFormatPercentageNumber(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ModelFormatPercentageNumber" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getModelFormatPercentageNumber(useThousandSeparator, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ModelFormatPercentageNumber" + *
+ * @param useThousandSeparator Optional parameter. Default value is com4j.Variant.getMissing() + * @param decimalPlaces Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.ModelFormatPercentageNumber + */ + + @VTID(23) + com.exceljava.com4j.excel.ModelFormatPercentageNumber getModelFormatPercentageNumber( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object useThousandSeparator, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object decimalPlaces); + + + /** + *+ * Getter method for the COM property "ModelFormatScientificNumber" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getModelFormatScientificNumber(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ModelFormatScientificNumber" + *
+ * @param decimalPlaces Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.ModelFormatScientificNumber + */ + + @VTID(24) + com.exceljava.com4j.excel.ModelFormatScientificNumber getModelFormatScientificNumber( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object decimalPlaces); + + + /** + *+ * Getter method for the COM property "ModelFormatCurrency" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getModelFormatCurrency(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ModelFormatCurrency" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getModelFormatCurrency(symbol, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ModelFormatCurrency" + *
+ * @param symbol Optional parameter. Default value is com4j.Variant.getMissing() + * @param decimalPlaces Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.ModelFormatCurrency + */ + + @VTID(25) + com.exceljava.com4j.excel.ModelFormatCurrency getModelFormatCurrency( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object symbol, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object decimalPlaces); + + + /** + *+ * Getter method for the COM property "ModelFormatBoolean" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelFormatBoolean + */ + + @VTID(26) + com.exceljava.com4j.excel.ModelFormatBoolean getModelFormatBoolean(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelChanges.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelChanges.java new file mode 100644 index 0000000..bd2c495 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelChanges.java @@ -0,0 +1,164 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244E4-0001-0000-C000-000000000046}") +public interface IModelChanges extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "TablesAdded" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelTableNames + */ + + @VTID(10) + com.exceljava.com4j.excel.ModelTableNames getTablesAdded(); + + + /** + *+ * Getter method for the COM property "TablesDeleted" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelTableNames + */ + + @VTID(11) + com.exceljava.com4j.excel.ModelTableNames getTablesDeleted(); + + + /** + *+ * Getter method for the COM property "TablesModified" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelTableNames + */ + + @VTID(12) + com.exceljava.com4j.excel.ModelTableNames getTablesModified(); + + + /** + *+ * Getter method for the COM property "TableNamesChanged" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelTableNameChanges + */ + + @VTID(13) + com.exceljava.com4j.excel.ModelTableNameChanges getTableNamesChanged(); + + + /** + *+ * Getter method for the COM property "RelationshipChange" + *
+ * @return Returns a value of type boolean + */ + + @VTID(14) + boolean getRelationshipChange(); + + + /** + *+ * Getter method for the COM property "ColumnsAdded" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelColumnNames + */ + + @VTID(15) + com.exceljava.com4j.excel.ModelColumnNames getColumnsAdded(); + + + /** + *+ * Getter method for the COM property "ColumnsDeleted" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelColumnNames + */ + + @VTID(16) + com.exceljava.com4j.excel.ModelColumnNames getColumnsDeleted(); + + + /** + *+ * Getter method for the COM property "ColumnsChanged" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelColumnChanges + */ + + @VTID(17) + com.exceljava.com4j.excel.ModelColumnChanges getColumnsChanged(); + + + /** + *+ * Getter method for the COM property "MeasuresAdded" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelMeasureNames + */ + + @VTID(18) + com.exceljava.com4j.excel.ModelMeasureNames getMeasuresAdded(); + + + /** + *+ * Getter method for the COM property "UnknownChange" + *
+ * @return Returns a value of type boolean + */ + + @VTID(19) + boolean getUnknownChange(); + + + /** + *+ * Getter method for the COM property "Source" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlModelChangeSource + */ + + @VTID(20) + com.exceljava.com4j.excel.XlModelChangeSource getSource(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelColumnChange.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelColumnChange.java new file mode 100644 index 0000000..9e00133 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelColumnChange.java @@ -0,0 +1,65 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244E7-0001-0000-C000-000000000046}") +public interface IModelColumnChange extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "TableName" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getTableName(); + + + /** + *+ * Getter method for the COM property "ColumnName" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(11) + java.lang.String getColumnName(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelColumnChanges.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelColumnChanges.java new file mode 100644 index 0000000..f763c5e --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelColumnChanges.java @@ -0,0 +1,87 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244E8-0001-0000-C000-000000000046}") +public interface IModelColumnChanges extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ModelColumnChange + */ + + @VTID(11) + com.exceljava.com4j.excel.ModelColumnChange item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ModelColumnChange + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.ModelColumnChange get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "TableName" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getTableName(); + + + /** + *+ * Getter method for the COM property "ColumnName" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(11) + java.lang.String getColumnName(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelColumnNames.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelColumnNames.java new file mode 100644 index 0000000..d7b625e --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelColumnNames.java @@ -0,0 +1,87 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244E6-0001-0000-C000-000000000046}") +public interface IModelColumnNames extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ModelColumnName + */ + + @VTID(11) + com.exceljava.com4j.excel.ModelColumnName item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ModelColumnName + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.ModelColumnName get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "CommandText" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(10) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getCommandText(); + + + /** + *+ * Setter method for the COM property "CommandText" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(11) + void setCommandText( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "CommandType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCmdType + */ + + @VTID(12) + com.exceljava.com4j.excel.XlCmdType getCommandType(); + + + /** + *+ * Setter method for the COM property "CommandType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlCmdType parameter. + */ + + @VTID(13) + void setCommandType( + com.exceljava.com4j.excel.XlCmdType rhs); + + + /** + *+ * Getter method for the COM property "ADOConnection" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(14) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getADOConnection(); + + + /** + *+ * Getter method for the COM property "CalculatedMembers" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.CalculatedMembers + */ + + @VTID(15) + com.exceljava.com4j.excel.CalculatedMembers getCalculatedMembers(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatBoolean.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatBoolean.java new file mode 100644 index 0000000..9a5d66c --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatBoolean.java @@ -0,0 +1,43 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244F6-0001-0000-C000-000000000046}") +public interface IModelFormatBoolean extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatCurrency.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatCurrency.java new file mode 100644 index 0000000..b8f9f53 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatCurrency.java @@ -0,0 +1,89 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244F5-0001-0000-C000-000000000046}") +public interface IModelFormatCurrency extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Symbol" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getSymbol(); + + + /** + *+ * Setter method for the COM property "Symbol" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(11) + void setSymbol( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "DecimalPlaces" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getDecimalPlaces(); + + + /** + *+ * Setter method for the COM property "DecimalPlaces" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(13) + void setDecimalPlaces( + int rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatDate.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatDate.java new file mode 100644 index 0000000..37c60a2 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatDate.java @@ -0,0 +1,66 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244F0-0001-0000-C000-000000000046}") +public interface IModelFormatDate extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "FormatString" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getFormatString(); + + + /** + *+ * Setter method for the COM property "FormatString" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(11) + void setFormatString( + java.lang.String rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatDecimalNumber.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatDecimalNumber.java new file mode 100644 index 0000000..78eab72 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatDecimalNumber.java @@ -0,0 +1,89 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244F1-0001-0000-C000-000000000046}") +public interface IModelFormatDecimalNumber extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "UseThousandSeparator" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getUseThousandSeparator(); + + + /** + *+ * Setter method for the COM property "UseThousandSeparator" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(11) + void setUseThousandSeparator( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DecimalPlaces" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getDecimalPlaces(); + + + /** + *+ * Setter method for the COM property "DecimalPlaces" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(13) + void setDecimalPlaces( + int rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatGeneral.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatGeneral.java new file mode 100644 index 0000000..e48f8ed --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatGeneral.java @@ -0,0 +1,43 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244EF-0001-0000-C000-000000000046}") +public interface IModelFormatGeneral extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatPercentageNumber.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatPercentageNumber.java new file mode 100644 index 0000000..9f172ff --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatPercentageNumber.java @@ -0,0 +1,89 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244F3-0001-0000-C000-000000000046}") +public interface IModelFormatPercentageNumber extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "UseThousandSeparator" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getUseThousandSeparator(); + + + /** + *+ * Setter method for the COM property "UseThousandSeparator" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(11) + void setUseThousandSeparator( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DecimalPlaces" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getDecimalPlaces(); + + + /** + *+ * Setter method for the COM property "DecimalPlaces" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(13) + void setDecimalPlaces( + int rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatScientificNumber.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatScientificNumber.java new file mode 100644 index 0000000..4208f9e --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatScientificNumber.java @@ -0,0 +1,66 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244F4-0001-0000-C000-000000000046}") +public interface IModelFormatScientificNumber extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "DecimalPlaces" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getDecimalPlaces(); + + + /** + *+ * Setter method for the COM property "DecimalPlaces" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(11) + void setDecimalPlaces( + int rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatWholeNumber.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatWholeNumber.java new file mode 100644 index 0000000..d9932a7 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelFormatWholeNumber.java @@ -0,0 +1,66 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244F2-0001-0000-C000-000000000046}") +public interface IModelFormatWholeNumber extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "UseThousandSeparator" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getUseThousandSeparator(); + + + /** + *+ * Setter method for the COM property "UseThousandSeparator" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(11) + void setUseThousandSeparator( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelMeasure.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelMeasure.java new file mode 100644 index 0000000..ee588b1 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelMeasure.java @@ -0,0 +1,166 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244ED-0001-0000-C000-000000000046}") +public interface IModelMeasure extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(11) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "AssociatedTable" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelTable + */ + + @VTID(12) + com.exceljava.com4j.excel.ModelTable getAssociatedTable(); + + + /** + *+ * Setter method for the COM property "AssociatedTable" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.ModelTable parameter. + */ + + @VTID(13) + void setAssociatedTable( + com.exceljava.com4j.excel.ModelTable rhs); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(14) + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(15) + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "FormatInformation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(16) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getFormatInformation(); + + + /** + *+ * Setter method for the COM property "FormatInformation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(17) + void setFormatInformation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Description" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(18) + java.lang.String getDescription(); + + + /** + *+ * Setter method for the COM property "Description" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(19) + void setDescription( + java.lang.String rhs); + + + /** + */ + + @VTID(20) + void delete(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelMeasureName.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelMeasureName.java new file mode 100644 index 0000000..c297e91 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelMeasureName.java @@ -0,0 +1,65 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244E9-0001-0000-C000-000000000046}") +public interface IModelMeasureName extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "TableName" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getTableName(); + + + /** + *+ * Getter method for the COM property "MeasureName" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(11) + java.lang.String getMeasureName(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelMeasureNames.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelMeasureNames.java new file mode 100644 index 0000000..28baa7f --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelMeasureNames.java @@ -0,0 +1,87 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244EA-0001-0000-C000-000000000046}") +public interface IModelMeasureNames extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ModelMeasureName + */ + + @VTID(11) + com.exceljava.com4j.excel.ModelMeasureName item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ModelMeasureName + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.ModelMeasureName get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ModelMeasure + */ + + @VTID(11) + com.exceljava.com4j.excel.ModelMeasure item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ModelMeasure + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.ModelMeasure get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(measureName, associatedTable, formula, formatInformation, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "ForeignKeyTable" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelTable + */ + + @VTID(10) + com.exceljava.com4j.excel.ModelTable getForeignKeyTable(); + + + /** + *+ * Getter method for the COM property "ForeignKeyColumn" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelTableColumn + */ + + @VTID(11) + com.exceljava.com4j.excel.ModelTableColumn getForeignKeyColumn(); + + + /** + *+ * Getter method for the COM property "PrimaryKeyTable" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelTable + */ + + @VTID(12) + com.exceljava.com4j.excel.ModelTable getPrimaryKeyTable(); + + + /** + *+ * Getter method for the COM property "PrimaryKeyColumn" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelTableColumn + */ + + @VTID(13) + com.exceljava.com4j.excel.ModelTableColumn getPrimaryKeyColumn(); + + + /** + *+ * Getter method for the COM property "Active" + *
+ * @return Returns a value of type boolean + */ + + @VTID(14) + boolean getActive(); + + + /** + *+ * Setter method for the COM property "Active" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(15) + void setActive( + boolean rhs); + + + /** + */ + + @VTID(16) + void delete(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelRelationships.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelRelationships.java new file mode 100644 index 0000000..69805c2 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelRelationships.java @@ -0,0 +1,108 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244DA-0001-0000-C000-000000000046}") +public interface IModelRelationships extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ModelRelationship + */ + + @VTID(11) + com.exceljava.com4j.excel.ModelRelationship item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ModelRelationship + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.ModelRelationship get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + *+ * Getter method for the COM property "SourceName" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(11) + java.lang.String getSourceName(); + + + /** + *+ * Getter method for the COM property "ModelTableColumns" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ModelTableColumns + */ + + @VTID(12) + com.exceljava.com4j.excel.ModelTableColumns getModelTableColumns(); + + + /** + *+ * Getter method for the COM property "SourceWorkbookConnection" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.WorkbookConnection + */ + + @VTID(13) + com.exceljava.com4j.excel.WorkbookConnection getSourceWorkbookConnection(); + + + /** + */ + + @VTID(14) + void _Dummy7(); + + + /** + */ + + @VTID(15) + void refresh(); + + + /** + *+ * Getter method for the COM property "RecordCount" + *
+ * @return Returns a value of type int + */ + + @VTID(16) + int getRecordCount(); + + + /** + * @param newName Mandatory java.lang.String parameter. + */ + + @VTID(17) + void dummy1( + java.lang.String newName); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelTableColumn.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelTableColumn.java new file mode 100644 index 0000000..32a9c74 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelTableColumn.java @@ -0,0 +1,74 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244D5-0001-0000-C000-000000000046}") +public interface IModelTableColumn extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getName(); + + + /** + *+ * Getter method for the COM property "DataType" + *
+ * @return Returns a value of type int + */ + + @VTID(11) + int getDataType(); + + + /** + * @param newName Mandatory java.lang.String parameter. + */ + + @VTID(12) + void dummy1( + java.lang.String newName); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelTableColumns.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelTableColumns.java new file mode 100644 index 0000000..e70bc80 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelTableColumns.java @@ -0,0 +1,87 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244D6-0001-0000-C000-000000000046}") +public interface IModelTableColumns extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ModelTableColumn + */ + + @VTID(11) + com.exceljava.com4j.excel.ModelTableColumn item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ModelTableColumn + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.ModelTableColumn get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "TableNameOld" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getTableNameOld(); + + + /** + *+ * Getter method for the COM property "TableNameNew" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(11) + java.lang.String getTableNameNew(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelTableNameChanges.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelTableNameChanges.java new file mode 100644 index 0000000..08f64ed --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelTableNameChanges.java @@ -0,0 +1,87 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244E3-0001-0000-C000-000000000046}") +public interface IModelTableNameChanges extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ModelTableNameChange + */ + + @VTID(11) + com.exceljava.com4j.excel.ModelTableNameChange item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ModelTableNameChange + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.ModelTableNameChange get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type java.lang.String + */ + + @VTID(11) + java.lang.String item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type java.lang.String + */ + + @VTID(12) + @DefaultMethod + java.lang.String get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelTables.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelTables.java new file mode 100644 index 0000000..879bdb6 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModelTables.java @@ -0,0 +1,87 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244D8-0001-0000-C000-000000000046}") +public interface IModelTables extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ModelTable + */ + + @VTID(11) + com.exceljava.com4j.excel.ModelTable item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ModelTable + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.ModelTable get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * activate(1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(before, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(before, after, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * delete(1033);
+ *
+ *
+ * Getter method for the COM property "CodeName" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(13) + java.lang.String getCodeName(); + + + /** + *+ * Getter method for the COM property "_CodeName" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(14) + java.lang.String get_CodeName(); + + + /** + *+ * Setter method for the COM property "_CodeName" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(15) + void set_CodeName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getIndex(1033);
+ *
+ *
+ * Getter method for the COM property "Index" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type int + */ + + @VTID(16) + int getIndex( + @LCID int lcid); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(before, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(before, after, 1033);
+ *
+ *
+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(18) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(19) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Next" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(20) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getNext(); + + + /** + *+ * Getter method for the COM property "OnDoubleClick" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getOnDoubleClick(1033);
+ *
+ *
+ * Getter method for the COM property "OnDoubleClick" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type java.lang.String + */ + + @VTID(21) + java.lang.String getOnDoubleClick( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "OnDoubleClick" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setOnDoubleClick(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "OnDoubleClick" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(22) + void setOnDoubleClick( + @LCID int lcid, + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnSheetActivate" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getOnSheetActivate(1033);
+ *
+ *
+ * Getter method for the COM property "OnSheetActivate" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type java.lang.String + */ + + @VTID(23) + java.lang.String getOnSheetActivate( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "OnSheetActivate" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setOnSheetActivate(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "OnSheetActivate" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(24) + void setOnSheetActivate( + @LCID int lcid, + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnSheetDeactivate" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getOnSheetDeactivate(1033);
+ *
+ *
+ * Getter method for the COM property "OnSheetDeactivate" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type java.lang.String + */ + + @VTID(25) + java.lang.String getOnSheetDeactivate( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "OnSheetDeactivate" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setOnSheetDeactivate(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "OnSheetDeactivate" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(26) + void setOnSheetDeactivate( + @LCID int lcid, + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "PageSetup" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.PageSetup + */ + + @VTID(27) + com.exceljava.com4j.excel.PageSetup getPageSetup(); + + + /** + *+ * Getter method for the COM property "Previous" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(28) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getPrevious(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, printToFile, collate, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(password, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(password, drawingObjects, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(password, drawingObjects, contents, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(password, drawingObjects, contents, scenarios, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Protect(password, drawingObjects, contents, scenarios, userInterfaceOnly, 1033);
+ *
+ *
+ * Getter method for the COM property "ProtectContents" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getProtectContents(1033);
+ *
+ *
+ * Getter method for the COM property "ProtectContents" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type boolean + */ + + @VTID(32) + boolean getProtectContents( + @LCID int lcid); + + + /** + */ + + @VTID(33) + void _Dummy21(); + + + /** + *+ * Getter method for the COM property "ProtectionMode" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getProtectionMode(1033);
+ *
+ *
+ * Getter method for the COM property "ProtectionMode" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type boolean + */ + + @VTID(34) + boolean getProtectionMode( + @LCID int lcid); + + + /** + */ + + @VTID(35) + void _Dummy23(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, textCodepage, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, textCodepage, textVisualLayout, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(replace, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * unprotect(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * unprotect(password, 1033);
+ *
+ *
+ * Getter method for the COM property "Visible" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getVisible(1033);
+ *
+ *
+ * Getter method for the COM property "Visible" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type com.exceljava.com4j.excel.XlSheetVisibility + */ + + @VTID(39) + com.exceljava.com4j.excel.XlSheetVisibility getVisible( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setVisible(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "Visible" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory com.exceljava.com4j.excel.XlSheetVisibility parameter. + */ + + @VTID(40) + void setVisible( + @LCID int lcid, + com.exceljava.com4j.excel.XlSheetVisibility rhs); + + + /** + *+ * Getter method for the COM property "Shapes" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Shapes + */ + + @VTID(41) + com.exceljava.com4j.excel.Shapes getShapes(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * insertFile(filename, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _SaveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, textCodepage, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * protect(password, drawingObjects, contents, scenarios, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAs(filename, fileFormat, password, writeResPassword, readOnlyRecommended, createBackup, addToMru, textCodepage, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Sheet" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(10) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getSheet(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModules.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModules.java new file mode 100644 index 0000000..d192478 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IModules.java @@ -0,0 +1,1392 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208AE-0001-0000-C000-000000000046}") +public interface IModules extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(before, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(before, after, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(before, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copy(before, after, 1033);
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getCount(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * delete(1033);
+ *
+ *
+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(15) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(before, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * move(before, after, 1033);
+ *
+ *
+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(17) + java.util.Iterator+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * __PrintOut(from, to, copies, preview, activePrinter, printToFile, collate, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(replace, 1033);
+ *
+ *
+ * Getter method for the COM property "HPageBreaks" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.HPageBreaks + */ + + @VTID(21) + com.exceljava.com4j.excel.HPageBreaks getHPageBreaks(); + + + /** + *+ * Getter method for the COM property "VPageBreaks" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.VPageBreaks + */ + + @VTID(22) + com.exceljava.com4j.excel.VPageBreaks getVPageBreaks(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getVisible(1033);
+ *
+ *
+ * Getter method for the COM property "Visible" + *
+ * @param lcid Mandatory int parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(23) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVisible( + @LCID int lcid); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setVisible(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "Visible" + *
+ * @param lcid Mandatory int parameter. + * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(24) + void setVisible( + @LCID int lcid, + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(25) + @DefaultMethod + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, collate, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _PrintOut(from, to, copies, preview, activePrinter, printToFile, collate, prToFileName, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, collate, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, collate, prToFileName, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * printOut(from, to, copies, preview, activePrinter, printToFile, collate, prToFileName, ignorePrintAreas, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(before, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(before, after, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add2(before, after, count, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(11) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ThreadMode" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlThreadMode + */ + + @VTID(12) + com.exceljava.com4j.excel.XlThreadMode getThreadMode(); + + + /** + *+ * Setter method for the COM property "ThreadMode" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlThreadMode parameter. + */ + + @VTID(13) + void setThreadMode( + com.exceljava.com4j.excel.XlThreadMode rhs); + + + /** + *+ * Getter method for the COM property "ThreadCount" + *
+ * @return Returns a value of type int + */ + + @VTID(14) + int getThreadCount(); + + + /** + *+ * Setter method for the COM property "ThreadCount" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(15) + void setThreadCount( + int rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IName.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IName.java new file mode 100644 index 0000000..429d677 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IName.java @@ -0,0 +1,621 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208B9-0001-0000-C000-000000000046}") +public interface IName extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + @DefaultMethod + java.lang.String get_Default(); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(11) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Category" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCategory(1033);
+ *
+ *
+ * Getter method for the COM property "Category" + *
+ * @param lcidIn Mandatory int parameter. + * @return Returns a value of type java.lang.String + */ + + @VTID(12) + java.lang.String getCategory( + @LCID int lcidIn); + + + /** + *+ * Setter method for the COM property "Category" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setCategory(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "Category" + *
+ * @param lcidIn Mandatory int parameter. + * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(13) + void setCategory( + @LCID int lcidIn, + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "CategoryLocal" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(14) + java.lang.String getCategoryLocal(); + + + /** + *+ * Setter method for the COM property "CategoryLocal" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(15) + void setCategoryLocal( + java.lang.String rhs); + + + /** + */ + + @VTID(16) + void delete(); + + + /** + *+ * Getter method for the COM property "MacroType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlXLMMacroType + */ + + @VTID(17) + com.exceljava.com4j.excel.XlXLMMacroType getMacroType(); + + + /** + *+ * Setter method for the COM property "MacroType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlXLMMacroType parameter. + */ + + @VTID(18) + void setMacroType( + com.exceljava.com4j.excel.XlXLMMacroType rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getName(1033);
+ *
+ *
+ * Getter method for the COM property "Name" + *
+ * @param lcidIn Mandatory int parameter. + * @return Returns a value of type java.lang.String + */ + + @VTID(19) + java.lang.String getName( + @LCID int lcidIn); + + + /** + *+ * Setter method for the COM property "Name" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setName(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "Name" + *
+ * @param lcidIn Mandatory int parameter. + * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(20) + void setName( + @LCID int lcidIn, + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "RefersTo" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getRefersTo(1033);
+ *
+ *
+ * Getter method for the COM property "RefersTo" + *
+ * @param lcidIn Mandatory int parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(21) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getRefersTo( + @LCID int lcidIn); + + + /** + *+ * Setter method for the COM property "RefersTo" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setRefersTo(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "RefersTo" + *
+ * @param lcidIn Mandatory int parameter. + * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(22) + void setRefersTo( + @LCID int lcidIn, + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ShortcutKey" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(23) + java.lang.String getShortcutKey(); + + + /** + *+ * Setter method for the COM property "ShortcutKey" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(24) + void setShortcutKey( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(25) + java.lang.String getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(26) + void setValue( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(27) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(28) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "NameLocal" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(29) + java.lang.String getNameLocal(); + + + /** + *+ * Setter method for the COM property "NameLocal" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(30) + void setNameLocal( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "RefersToLocal" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(31) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getRefersToLocal(); + + + /** + *+ * Setter method for the COM property "RefersToLocal" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(32) + void setRefersToLocal( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "RefersToR1C1" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getRefersToR1C1(1033);
+ *
+ *
+ * Getter method for the COM property "RefersToR1C1" + *
+ * @param lcidIn Mandatory int parameter. + * @return Returns a value of type java.lang.Object + */ + + @VTID(33) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getRefersToR1C1( + @LCID int lcidIn); + + + /** + *+ * Setter method for the COM property "RefersToR1C1" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setRefersToR1C1(1033, rhs);
+ *
+ *
+ * Setter method for the COM property "RefersToR1C1" + *
+ * @param lcidIn Mandatory int parameter. + * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(34) + void setRefersToR1C1( + @LCID int lcidIn, + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "RefersToR1C1Local" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(35) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getRefersToR1C1Local(); + + + /** + *+ * Setter method for the COM property "RefersToR1C1Local" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(36) + void setRefersToR1C1Local( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "RefersToRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(37) + com.exceljava.com4j.excel.Range getRefersToRange(); + + + /** + *+ * Getter method for the COM property "Comment" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(38) + java.lang.String getComment(); + + + /** + *+ * Setter method for the COM property "Comment" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(39) + void setComment( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "WorkbookParameter" + *
+ * @return Returns a value of type boolean + */ + + @VTID(40) + boolean getWorkbookParameter(); + + + /** + *+ * Setter method for the COM property "WorkbookParameter" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(41) + void setWorkbookParameter( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ValidWorkbookParameter" + *
+ * @return Returns a value of type boolean + */ + + @VTID(42) + boolean getValidWorkbookParameter(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/INames.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/INames.java new file mode 100644 index 0000000..aac8191 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/INames.java @@ -0,0 +1,644 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208B8-0001-0000-C000-000000000046}") +public interface INames extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, refersTo, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, refersTo, visible, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, refersTo, visible, macroType, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, refersTo, visible, macroType, shortcutKey, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, refersTo, visible, macroType, shortcutKey, category, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, refersTo, visible, macroType, shortcutKey, category, nameLocal, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, refersTo, visible, macroType, shortcutKey, category, nameLocal, refersToLocal, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, refersTo, visible, macroType, shortcutKey, category, nameLocal, refersToLocal, categoryLocal, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, refersTo, visible, macroType, shortcutKey, category, nameLocal, refersToLocal, categoryLocal, refersToR1C1, com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * item(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * item(index, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * item(index, indexLocal, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * item(index, indexLocal, refersTo, 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Default(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Default(index, com4j.Variant.getMissing(), com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Default(index, indexLocal, com4j.Variant.getMissing(), 1033);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * _Default(index, indexLocal, refersTo, 1033);
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(13) + int getCount(); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(14) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "ColorType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlDataBarNegativeColorType + */ + + @VTID(10) + com.exceljava.com4j.excel.XlDataBarNegativeColorType getColorType(); + + + /** + *+ * Setter method for the COM property "ColorType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlDataBarNegativeColorType parameter. + */ + + @VTID(11) + void setColorType( + com.exceljava.com4j.excel.XlDataBarNegativeColorType rhs); + + + /** + *+ * Getter method for the COM property "BorderColorType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlDataBarNegativeColorType + */ + + @VTID(12) + com.exceljava.com4j.excel.XlDataBarNegativeColorType getBorderColorType(); + + + /** + *+ * Setter method for the COM property "BorderColorType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlDataBarNegativeColorType parameter. + */ + + @VTID(13) + void setBorderColorType( + com.exceljava.com4j.excel.XlDataBarNegativeColorType rhs); + + + /** + *+ * Getter method for the COM property "Color" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(14) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getColor(); + + + /** + *+ * Getter method for the COM property "BorderColor" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(15) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getBorderColor(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IODBCConnection.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IODBCConnection.java new file mode 100644 index 0000000..218c507 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IODBCConnection.java @@ -0,0 +1,482 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002448E-0001-0000-C000-000000000046}") +public interface IODBCConnection extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BackgroundQuery" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getBackgroundQuery(); + + + /** + *+ * Setter method for the COM property "BackgroundQuery" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(11) + void setBackgroundQuery( + boolean rhs); + + + /** + */ + + @VTID(12) + void cancelRefresh(); + + + /** + *+ * Getter method for the COM property "CommandText" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(13) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getCommandText(); + + + /** + *+ * Setter method for the COM property "CommandText" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(14) + void setCommandText( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "CommandType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCmdType + */ + + @VTID(15) + com.exceljava.com4j.excel.XlCmdType getCommandType(); + + + /** + *+ * Setter method for the COM property "CommandType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlCmdType parameter. + */ + + @VTID(16) + void setCommandType( + com.exceljava.com4j.excel.XlCmdType rhs); + + + /** + *+ * Getter method for the COM property "Connection" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(17) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getConnection(); + + + /** + *+ * Setter method for the COM property "Connection" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(18) + void setConnection( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "EnableRefresh" + *
+ * @return Returns a value of type boolean + */ + + @VTID(19) + boolean getEnableRefresh(); + + + /** + *+ * Setter method for the COM property "EnableRefresh" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(20) + void setEnableRefresh( + boolean rhs); + + + /** + */ + + @VTID(21) + void refresh(); + + + /** + *+ * Getter method for the COM property "RefreshDate" + *
+ * @return Returns a value of type java.util.Date + */ + + @VTID(22) + java.util.Date getRefreshDate(); + + + /** + *+ * Getter method for the COM property "Refreshing" + *
+ * @return Returns a value of type boolean + */ + + @VTID(23) + boolean getRefreshing(); + + + /** + *+ * Getter method for the COM property "RefreshOnFileOpen" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getRefreshOnFileOpen(); + + + /** + *+ * Setter method for the COM property "RefreshOnFileOpen" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setRefreshOnFileOpen( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RefreshPeriod" + *
+ * @return Returns a value of type int + */ + + @VTID(26) + int getRefreshPeriod(); + + + /** + *+ * Setter method for the COM property "RefreshPeriod" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(27) + void setRefreshPeriod( + int rhs); + + + /** + *+ * Getter method for the COM property "RobustConnect" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlRobustConnect + */ + + @VTID(28) + com.exceljava.com4j.excel.XlRobustConnect getRobustConnect(); + + + /** + *+ * Setter method for the COM property "RobustConnect" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlRobustConnect parameter. + */ + + @VTID(29) + void setRobustConnect( + com.exceljava.com4j.excel.XlRobustConnect rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAsODC(odcFileName, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAsODC(odcFileName, description, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "SavePassword" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getSavePassword(); + + + /** + *+ * Setter method for the COM property "SavePassword" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setSavePassword( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SourceConnectionFile" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(33) + java.lang.String getSourceConnectionFile(); + + + /** + *+ * Setter method for the COM property "SourceConnectionFile" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(34) + void setSourceConnectionFile( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "SourceData" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(35) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getSourceData(); + + + /** + *+ * Setter method for the COM property "SourceData" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(36) + void setSourceData( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "SourceDataFile" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(37) + java.lang.String getSourceDataFile(); + + + /** + *+ * Setter method for the COM property "SourceDataFile" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(38) + void setSourceDataFile( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "ServerCredentialsMethod" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCredentialsMethod + */ + + @VTID(39) + com.exceljava.com4j.excel.XlCredentialsMethod getServerCredentialsMethod(); + + + /** + *+ * Setter method for the COM property "ServerCredentialsMethod" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlCredentialsMethod parameter. + */ + + @VTID(40) + void setServerCredentialsMethod( + com.exceljava.com4j.excel.XlCredentialsMethod rhs); + + + /** + *+ * Getter method for the COM property "ServerSSOApplicationID" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(41) + java.lang.String getServerSSOApplicationID(); + + + /** + *+ * Setter method for the COM property "ServerSSOApplicationID" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(42) + void setServerSSOApplicationID( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "AlwaysUseConnectionFile" + *
+ * @return Returns a value of type boolean + */ + + @VTID(43) + boolean getAlwaysUseConnectionFile(); + + + /** + *+ * Setter method for the COM property "AlwaysUseConnectionFile" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(44) + void setAlwaysUseConnectionFile( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IODBCError.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IODBCError.java new file mode 100644 index 0000000..47d568c --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IODBCError.java @@ -0,0 +1,65 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002442C-0001-0000-C000-000000000046}") +public interface IODBCError extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "SqlState" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getSqlState(); + + + /** + *+ * Getter method for the COM property "ErrorString" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(11) + java.lang.String getErrorString(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IODBCErrors.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IODBCErrors.java new file mode 100644 index 0000000..d86a357 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IODBCErrors.java @@ -0,0 +1,84 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002442D-0001-0000-C000-000000000046}") +public interface IODBCErrors extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory int parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ODBCError + */ + + @VTID(11) + com.exceljava.com4j.excel.ODBCError item( + int index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory int parameter. + * @return Returns a value of type com.exceljava.com4j.excel.ODBCError + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.ODBCError get_Default( + int index); + + + /** + */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "ADOConnection" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(10) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getADOConnection(); + + + /** + *+ * Getter method for the COM property "BackgroundQuery" + *
+ * @return Returns a value of type boolean + */ + + @VTID(11) + boolean getBackgroundQuery(); + + + /** + *+ * Setter method for the COM property "BackgroundQuery" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(12) + void setBackgroundQuery( + boolean rhs); + + + /** + */ + + @VTID(13) + void cancelRefresh(); + + + /** + *+ * Getter method for the COM property "CommandText" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(14) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getCommandText(); + + + /** + *+ * Setter method for the COM property "CommandText" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(15) + void setCommandText( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "CommandType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCmdType + */ + + @VTID(16) + com.exceljava.com4j.excel.XlCmdType getCommandType(); + + + /** + *+ * Setter method for the COM property "CommandType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlCmdType parameter. + */ + + @VTID(17) + void setCommandType( + com.exceljava.com4j.excel.XlCmdType rhs); + + + /** + *+ * Getter method for the COM property "Connection" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(18) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getConnection(); + + + /** + *+ * Setter method for the COM property "Connection" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(19) + void setConnection( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "EnableRefresh" + *
+ * @return Returns a value of type boolean + */ + + @VTID(20) + boolean getEnableRefresh(); + + + /** + *+ * Setter method for the COM property "EnableRefresh" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(21) + void setEnableRefresh( + boolean rhs); + + + /** + *+ * Getter method for the COM property "LocalConnection" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(22) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getLocalConnection(); + + + /** + *+ * Setter method for the COM property "LocalConnection" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(23) + void setLocalConnection( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "MaintainConnection" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getMaintainConnection(); + + + /** + *+ * Setter method for the COM property "MaintainConnection" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setMaintainConnection( + boolean rhs); + + + /** + */ + + @VTID(26) + void makeConnection(); + + + /** + */ + + @VTID(27) + void refresh(); + + + /** + *+ * Getter method for the COM property "RefreshDate" + *
+ * @return Returns a value of type java.util.Date + */ + + @VTID(28) + java.util.Date getRefreshDate(); + + + /** + *+ * Getter method for the COM property "Refreshing" + *
+ * @return Returns a value of type boolean + */ + + @VTID(29) + boolean getRefreshing(); + + + /** + *+ * Getter method for the COM property "RefreshOnFileOpen" + *
+ * @return Returns a value of type boolean + */ + + @VTID(30) + boolean getRefreshOnFileOpen(); + + + /** + *+ * Setter method for the COM property "RefreshOnFileOpen" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(31) + void setRefreshOnFileOpen( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RefreshPeriod" + *
+ * @return Returns a value of type int + */ + + @VTID(32) + int getRefreshPeriod(); + + + /** + *+ * Setter method for the COM property "RefreshPeriod" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(33) + void setRefreshPeriod( + int rhs); + + + /** + *+ * Getter method for the COM property "RobustConnect" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlRobustConnect + */ + + @VTID(34) + com.exceljava.com4j.excel.XlRobustConnect getRobustConnect(); + + + /** + *+ * Setter method for the COM property "RobustConnect" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlRobustConnect parameter. + */ + + @VTID(35) + void setRobustConnect( + com.exceljava.com4j.excel.XlRobustConnect rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAsODC(odcFileName, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * saveAsODC(odcFileName, description, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "SavePassword" + *
+ * @return Returns a value of type boolean + */ + + @VTID(37) + boolean getSavePassword(); + + + /** + *+ * Setter method for the COM property "SavePassword" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(38) + void setSavePassword( + boolean rhs); + + + /** + *+ * Getter method for the COM property "SourceConnectionFile" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(39) + java.lang.String getSourceConnectionFile(); + + + /** + *+ * Setter method for the COM property "SourceConnectionFile" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(40) + void setSourceConnectionFile( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "SourceDataFile" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(41) + java.lang.String getSourceDataFile(); + + + /** + *+ * Setter method for the COM property "SourceDataFile" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(42) + void setSourceDataFile( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OLAP" + *
+ * @return Returns a value of type boolean + */ + + @VTID(43) + boolean getOLAP(); + + + /** + *+ * Getter method for the COM property "UseLocalConnection" + *
+ * @return Returns a value of type boolean + */ + + @VTID(44) + boolean getUseLocalConnection(); + + + /** + *+ * Setter method for the COM property "UseLocalConnection" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(45) + void setUseLocalConnection( + boolean rhs); + + + /** + *+ * Getter method for the COM property "MaxDrillthroughRecords" + *
+ * @return Returns a value of type int + */ + + @VTID(46) + int getMaxDrillthroughRecords(); + + + /** + *+ * Setter method for the COM property "MaxDrillthroughRecords" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(47) + void setMaxDrillthroughRecords( + int rhs); + + + /** + *+ * Getter method for the COM property "IsConnected" + *
+ * @return Returns a value of type boolean + */ + + @VTID(48) + boolean getIsConnected(); + + + /** + *+ * Getter method for the COM property "ServerCredentialsMethod" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCredentialsMethod + */ + + @VTID(49) + com.exceljava.com4j.excel.XlCredentialsMethod getServerCredentialsMethod(); + + + /** + *+ * Setter method for the COM property "ServerCredentialsMethod" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlCredentialsMethod parameter. + */ + + @VTID(50) + void setServerCredentialsMethod( + com.exceljava.com4j.excel.XlCredentialsMethod rhs); + + + /** + *+ * Getter method for the COM property "ServerSSOApplicationID" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(51) + java.lang.String getServerSSOApplicationID(); + + + /** + *+ * Setter method for the COM property "ServerSSOApplicationID" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(52) + void setServerSSOApplicationID( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "AlwaysUseConnectionFile" + *
+ * @return Returns a value of type boolean + */ + + @VTID(53) + boolean getAlwaysUseConnectionFile(); + + + /** + *+ * Setter method for the COM property "AlwaysUseConnectionFile" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(54) + void setAlwaysUseConnectionFile( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ServerFillColor" + *
+ * @return Returns a value of type boolean + */ + + @VTID(55) + boolean getServerFillColor(); + + + /** + *+ * Setter method for the COM property "ServerFillColor" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(56) + void setServerFillColor( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ServerFontStyle" + *
+ * @return Returns a value of type boolean + */ + + @VTID(57) + boolean getServerFontStyle(); + + + /** + *+ * Setter method for the COM property "ServerFontStyle" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(58) + void setServerFontStyle( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ServerNumberFormat" + *
+ * @return Returns a value of type boolean + */ + + @VTID(59) + boolean getServerNumberFormat(); + + + /** + *+ * Setter method for the COM property "ServerNumberFormat" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(60) + void setServerNumberFormat( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ServerTextColor" + *
+ * @return Returns a value of type boolean + */ + + @VTID(61) + boolean getServerTextColor(); + + + /** + *+ * Setter method for the COM property "ServerTextColor" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(62) + void setServerTextColor( + boolean rhs); + + + /** + *+ * Getter method for the COM property "RetrieveInOfficeUILang" + *
+ * @return Returns a value of type boolean + */ + + @VTID(63) + boolean getRetrieveInOfficeUILang(); + + + /** + *+ * Setter method for the COM property "RetrieveInOfficeUILang" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(64) + void setRetrieveInOfficeUILang( + boolean rhs); + + + /** + */ + + @VTID(65) + void reconnect(); + + + /** + *+ * Getter method for the COM property "CalculatedMembers" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.CalculatedMembers + */ + + @VTID(66) + com.exceljava.com4j.excel.CalculatedMembers getCalculatedMembers(); + + + /** + *+ * Getter method for the COM property "LocaleID" + *
+ * @return Returns a value of type int + */ + + @VTID(67) + int getLocaleID(); + + + /** + *+ * Setter method for the COM property "LocaleID" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(68) + void setLocaleID( + int rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IOLEDBError.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IOLEDBError.java new file mode 100644 index 0000000..d9b88a2 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IOLEDBError.java @@ -0,0 +1,98 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024445-0001-0000-C000-000000000046}") +public interface IOLEDBError extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "SqlState" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(10) + java.lang.String getSqlState(); + + + /** + *+ * Getter method for the COM property "ErrorString" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(11) + java.lang.String getErrorString(); + + + /** + *+ * Getter method for the COM property "Native" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getNative(); + + + /** + *+ * Getter method for the COM property "Number" + *
+ * @return Returns a value of type int + */ + + @VTID(13) + int getNumber(); + + + /** + *+ * Getter method for the COM property "Stage" + *
+ * @return Returns a value of type int + */ + + @VTID(14) + int getStage(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IOLEDBErrors.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IOLEDBErrors.java new file mode 100644 index 0000000..141c1b4 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IOLEDBErrors.java @@ -0,0 +1,84 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024446-0001-0000-C000-000000000046}") +public interface IOLEDBErrors extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + * @param index Mandatory int parameter. + * @return Returns a value of type com.exceljava.com4j.excel.OLEDBError + */ + + @VTID(11) + com.exceljava.com4j.excel.OLEDBError item( + int index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory int parameter. + * @return Returns a value of type com.exceljava.com4j.excel.OLEDBError + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.OLEDBError get_Default( + int index); + + + /** + */ + + @VTID(13) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void activate(); + + + /** + *+ * Getter method for the COM property "Object" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(11) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getObject(); + + + /** + *+ * Getter method for the COM property "progID" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(12) + java.lang.String getProgID(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * verb(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + */ + + @VTID(21) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(29) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(30) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setTop( + double rhs); + + + /** + */ + + @VTID(37) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(42) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(43) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(44) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(45) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(46) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(47) + void setShadow( + boolean rhs); + + + /** + */ + + @VTID(48) + void _Dummy30(); + + + /** + *+ * Getter method for the COM property "AutoLoad" + *
+ * @return Returns a value of type boolean + */ + + @VTID(49) + boolean getAutoLoad(); + + + /** + *+ * Setter method for the COM property "AutoLoad" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(50) + void setAutoLoad( + boolean rhs); + + + /** + */ + + @VTID(51) + void _Dummy32(); + + + /** + */ + + @VTID(52) + void _Dummy33(); + + + /** + */ + + @VTID(53) + void _Dummy34(); + + + /** + *+ * Getter method for the COM property "SourceName" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(54) + java.lang.String getSourceName(); + + + /** + *+ * Setter method for the COM property "SourceName" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(55) + void setSourceName( + java.lang.String rhs); + + + /** + */ + + @VTID(56) + void _Dummy36(); + + + /** + */ + + @VTID(57) + void _Dummy37(); + + + /** + */ + + @VTID(58) + void _Dummy38(); + + + /** + */ + + @VTID(59) + void _Dummy39(); + + + /** + */ + + @VTID(60) + void _Dummy40(); + + + /** + */ + + @VTID(61) + void _Dummy41(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(classType, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(classType, filename, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(classType, filename, link, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(classType, filename, link, displayAsIcon, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(classType, filename, link, displayAsIcon, iconFileName, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(classType, filename, link, displayAsIcon, iconFileName, iconIndex, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(classType, filename, link, displayAsIcon, iconFileName, iconIndex, iconLabel, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(classType, filename, link, displayAsIcon, iconFileName, iconIndex, iconLabel, left, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(classType, filename, link, displayAsIcon, iconFileName, iconIndex, iconLabel, left, top, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(classType, filename, link, displayAsIcon, iconFileName, iconIndex, iconLabel, left, top, width, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(63) + int getCount(); + + + /** + * @return Returns a value of type com.exceljava.com4j.excel.GroupObject + */ + + @VTID(64) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(65) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(66) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(10) + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(21) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(26) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(27) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(32) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(33) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(36) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(37) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(38) + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(39) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(40) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(41) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(42) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(43) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(44) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(45) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(46) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(47) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(49) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(50) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(51) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(52) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(53) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(54) + void setAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(55) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type int + */ + + @VTID(56) + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(57) + @DefaultMethod + void set_Default( + int rhs); + + + /** + *+ * Getter method for the COM property "Display3DShading" + *
+ * @return Returns a value of type boolean + */ + + @VTID(58) + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(59) + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(60) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "LinkedCell" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(61) + java.lang.String getLinkedCell(); + + + /** + *+ * Setter method for the COM property "LinkedCell" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(62) + void setLinkedCell( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(63) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(64) + void setPhoneticAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(65) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(66) + void setValue( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "GroupBox" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.GroupBox + */ + + @VTID(67) + com.exceljava.com4j.excel.GroupBox getGroupBox(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IOptionButtons.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IOptionButtons.java new file mode 100644 index 0000000..b6effee --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IOptionButtons.java @@ -0,0 +1,933 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00020882-0001-0000-C000-000000000046}") +public interface IOptionButtons extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + */ + + @VTID(21) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(29) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(30) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setTop( + double rhs); + + + /** + */ + + @VTID(37) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(42) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(43) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(44) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(45) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(46) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(48) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(49) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(50) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(51) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Accelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(52) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAccelerator(); + + + /** + *+ * Setter method for the COM property "Accelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(53) + void setAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(54) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @return Returns a value of type int + */ + + @VTID(55) + @DefaultMethod + int get_Default(); + + + /** + *+ * Setter method for the COM property "_Default" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(56) + @DefaultMethod + void set_Default( + int rhs); + + + /** + *+ * Getter method for the COM property "Display3DShading" + *
+ * @return Returns a value of type boolean + */ + + @VTID(57) + boolean getDisplay3DShading(); + + + /** + *+ * Setter method for the COM property "Display3DShading" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(58) + void setDisplay3DShading( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(59) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "LinkedCell" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(60) + java.lang.String getLinkedCell(); + + + /** + *+ * Setter method for the COM property "LinkedCell" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(61) + void setLinkedCell( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "PhoneticAccelerator" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(62) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPhoneticAccelerator(); + + + /** + *+ * Setter method for the COM property "PhoneticAccelerator" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(63) + void setPhoneticAccelerator( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(64) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getValue(); + + + /** + *+ * Setter method for the COM property "Value" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(65) + void setValue( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "GroupBox" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.GroupBox + */ + + @VTID(66) + com.exceljava.com4j.excel.GroupBox getGroupBox(); + + + /** + * @param left Mandatory double parameter. + * @param top Mandatory double parameter. + * @param width Mandatory double parameter. + * @param height Mandatory double parameter. + * @return Returns a value of type com.exceljava.com4j.excel.OptionButton + */ + + @VTID(67) + com.exceljava.com4j.excel.OptionButton add( + double left, + double top, + double width, + double height); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(68) + int getCount(); + + + /** + * @return Returns a value of type com.exceljava.com4j.excel.GroupObject + */ + + @VTID(69) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(70) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(71) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "AutomaticStyles" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getAutomaticStyles(); + + + /** + *+ * Setter method for the COM property "AutomaticStyles" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(11) + void setAutomaticStyles( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * showLevels(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * showLevels(rowLevels, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "SummaryColumn" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlSummaryColumn + */ + + @VTID(13) + com.exceljava.com4j.excel.XlSummaryColumn getSummaryColumn(); + + + /** + *+ * Setter method for the COM property "SummaryColumn" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlSummaryColumn parameter. + */ + + @VTID(14) + void setSummaryColumn( + com.exceljava.com4j.excel.XlSummaryColumn rhs); + + + /** + *+ * Getter method for the COM property "SummaryRow" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlSummaryRow + */ + + @VTID(15) + com.exceljava.com4j.excel.XlSummaryRow getSummaryRow(); + + + /** + *+ * Setter method for the COM property "SummaryRow" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlSummaryRow parameter. + */ + + @VTID(16) + void setSummaryRow( + com.exceljava.com4j.excel.XlSummaryRow rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IOval.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IOval.java new file mode 100644 index 0000000..8b9e303 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IOval.java @@ -0,0 +1,977 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002089E-0001-0000-C000-000000000046}") +public interface IOval extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(10) + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(21) + int getIndex(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(26) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(27) + void setName( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(28) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(29) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(32) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(33) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(36) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(37) + void setTop( + double rhs); + + + /** + *+ * Getter method for the COM property "TopLeftCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(38) + com.exceljava.com4j.excel.Range getTopLeftCell(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(39) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(40) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(41) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(42) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(43) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(44) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ * @return Returns a value of type boolean + */ + + @VTID(45) + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(46) + void setAddIndent( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(47) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(48) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ * @return Returns a value of type boolean + */ + + @VTID(49) + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(50) + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(51) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(52) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(53) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(55) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(56) + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(57) + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(58) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(59) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(60) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(61) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(62) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(63) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(64) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(65) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(66) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(67) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(68) + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(69) + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(70) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(71) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(72) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(73) + void setShadow( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IOvals.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IOvals.java new file mode 100644 index 0000000..b23172a --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IOvals.java @@ -0,0 +1,1001 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002089F-0001-0000-C000-000000000046}") +public interface IOvals extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + */ + + @VTID(10) + void _Dummy3(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(2, -4147);
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * copyPicture(appearance, -4147);
+ *
+ *
+ * Getter method for the COM property "Enabled" + *
+ * @return Returns a value of type boolean + */ + + @VTID(17) + boolean getEnabled(); + + + /** + *+ * Setter method for the COM property "Enabled" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(18) + void setEnabled( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Height" + *
+ * @return Returns a value of type double + */ + + @VTID(19) + double getHeight(); + + + /** + *+ * Setter method for the COM property "Height" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(20) + void setHeight( + double rhs); + + + /** + */ + + @VTID(21) + void _Dummy12(); + + + /** + *+ * Getter method for the COM property "Left" + *
+ * @return Returns a value of type double + */ + + @VTID(22) + double getLeft(); + + + /** + *+ * Setter method for the COM property "Left" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(23) + void setLeft( + double rhs); + + + /** + *+ * Getter method for the COM property "Locked" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getLocked(); + + + /** + *+ * Setter method for the COM property "Locked" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setLocked( + boolean rhs); + + + /** + */ + + @VTID(26) + void _Dummy15(); + + + /** + *+ * Getter method for the COM property "OnAction" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(27) + java.lang.String getOnAction(); + + + /** + *+ * Setter method for the COM property "OnAction" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(28) + void setOnAction( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Placement" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(29) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPlacement(); + + + /** + *+ * Setter method for the COM property "Placement" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(30) + void setPlacement( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintObject" + *
+ * @return Returns a value of type boolean + */ + + @VTID(31) + boolean getPrintObject(); + + + /** + *+ * Setter method for the COM property "PrintObject" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(32) + void setPrintObject( + boolean rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * select(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Top" + *
+ * @return Returns a value of type double + */ + + @VTID(35) + double getTop(); + + + /** + *+ * Setter method for the COM property "Top" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(36) + void setTop( + double rhs); + + + /** + */ + + @VTID(37) + void _Dummy22(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(38) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(39) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Width" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getWidth(); + + + /** + *+ * Setter method for the COM property "Width" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setWidth( + double rhs); + + + /** + *+ * Getter method for the COM property "ZOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(42) + int getZOrder(); + + + /** + *+ * Getter method for the COM property "ShapeRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.ShapeRange + */ + + @VTID(43) + com.exceljava.com4j.excel.ShapeRange getShapeRange(); + + + /** + *+ * Getter method for the COM property "AddIndent" + *
+ * @return Returns a value of type boolean + */ + + @VTID(44) + boolean getAddIndent(); + + + /** + *+ * Setter method for the COM property "AddIndent" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(45) + void setAddIndent( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AutoScaleFont" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(46) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getAutoScaleFont(); + + + /** + *+ * Setter method for the COM property "AutoScaleFont" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(47) + void setAutoScaleFont( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "AutoSize" + *
+ * @return Returns a value of type boolean + */ + + @VTID(48) + boolean getAutoSize(); + + + /** + *+ * Setter method for the COM property "AutoSize" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(49) + void setAutoSize( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Caption" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(50) + java.lang.String getCaption(); + + + /** + *+ * Setter method for the COM property "Caption" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(51) + void setCaption( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getCharacters(start, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Characters" + *
+ * @param start Optional parameter. Default value is com4j.Variant.getMissing() + * @param length Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type com.exceljava.com4j.excel.Characters + */ + + @VTID(52) + com.exceljava.com4j.excel.Characters getCharacters( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object start, + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object length); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * checkSpelling(customDictionary, ignoreUppercase, alwaysSuggest, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(54) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Formula" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(55) + java.lang.String getFormula(); + + + /** + *+ * Setter method for the COM property "Formula" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(56) + void setFormula( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "HorizontalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(57) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getHorizontalAlignment(); + + + /** + *+ * Setter method for the COM property "HorizontalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(58) + void setHorizontalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "LockedText" + *
+ * @return Returns a value of type boolean + */ + + @VTID(59) + boolean getLockedText(); + + + /** + *+ * Setter method for the COM property "LockedText" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(60) + void setLockedText( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(61) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(62) + void setOrientation( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(63) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(64) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "VerticalAlignment" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(65) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getVerticalAlignment(); + + + /** + *+ * Setter method for the COM property "VerticalAlignment" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(66) + void setVerticalAlignment( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "ReadingOrder" + *
+ * @return Returns a value of type int + */ + + @VTID(67) + int getReadingOrder(); + + + /** + *+ * Setter method for the COM property "ReadingOrder" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(68) + void setReadingOrder( + int rhs); + + + /** + *+ * Getter method for the COM property "Border" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Border + */ + + @VTID(69) + com.exceljava.com4j.excel.Border getBorder(); + + + /** + *+ * Getter method for the COM property "Interior" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Interior + */ + + @VTID(70) + com.exceljava.com4j.excel.Interior getInterior(); + + + /** + *+ * Getter method for the COM property "Shadow" + *
+ * @return Returns a value of type boolean + */ + + @VTID(71) + boolean getShadow(); + + + /** + *+ * Setter method for the COM property "Shadow" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(72) + void setShadow( + boolean rhs); + + + /** + * @param left Mandatory double parameter. + * @param top Mandatory double parameter. + * @param width Mandatory double parameter. + * @param height Mandatory double parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Oval + */ + + @VTID(73) + com.exceljava.com4j.excel.Oval add( + double left, + double top, + double width, + double height); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(74) + int getCount(); + + + /** + * @return Returns a value of type com.exceljava.com4j.excel.GroupObject + */ + + @VTID(75) + com.exceljava.com4j.excel.GroupObject group(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(76) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(77) + java.util.Iterator+ * Getter method for the COM property "LeftHeader" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.HeaderFooter + */ + + @VTID(7) + com.exceljava.com4j.excel.HeaderFooter getLeftHeader(); + + + /** + *+ * Getter method for the COM property "CenterHeader" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.HeaderFooter + */ + + @VTID(8) + com.exceljava.com4j.excel.HeaderFooter getCenterHeader(); + + + /** + *+ * Getter method for the COM property "RightHeader" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.HeaderFooter + */ + + @VTID(9) + com.exceljava.com4j.excel.HeaderFooter getRightHeader(); + + + /** + *+ * Getter method for the COM property "LeftFooter" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.HeaderFooter + */ + + @VTID(10) + com.exceljava.com4j.excel.HeaderFooter getLeftFooter(); + + + /** + *+ * Getter method for the COM property "CenterFooter" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.HeaderFooter + */ + + @VTID(11) + com.exceljava.com4j.excel.HeaderFooter getCenterFooter(); + + + /** + *+ * Getter method for the COM property "RightFooter" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.HeaderFooter + */ + + @VTID(12) + com.exceljava.com4j.excel.HeaderFooter getRightFooter(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IPageSetup.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IPageSetup.java new file mode 100644 index 0000000..0180263 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IPageSetup.java @@ -0,0 +1,1047 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000208B4-0001-0000-C000-000000000046}") +public interface IPageSetup extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BlackAndWhite" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getBlackAndWhite(); + + + /** + *+ * Setter method for the COM property "BlackAndWhite" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(11) + void setBlackAndWhite( + boolean rhs); + + + /** + *+ * Getter method for the COM property "BottomMargin" + *
+ * @return Returns a value of type double + */ + + @VTID(12) + double getBottomMargin(); + + + /** + *+ * Setter method for the COM property "BottomMargin" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(13) + void setBottomMargin( + double rhs); + + + /** + *+ * Getter method for the COM property "CenterFooter" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(14) + java.lang.String getCenterFooter(); + + + /** + *+ * Setter method for the COM property "CenterFooter" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(15) + void setCenterFooter( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "CenterHeader" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(16) + java.lang.String getCenterHeader(); + + + /** + *+ * Setter method for the COM property "CenterHeader" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(17) + void setCenterHeader( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "CenterHorizontally" + *
+ * @return Returns a value of type boolean + */ + + @VTID(18) + boolean getCenterHorizontally(); + + + /** + *+ * Setter method for the COM property "CenterHorizontally" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(19) + void setCenterHorizontally( + boolean rhs); + + + /** + *+ * Getter method for the COM property "CenterVertically" + *
+ * @return Returns a value of type boolean + */ + + @VTID(20) + boolean getCenterVertically(); + + + /** + *+ * Setter method for the COM property "CenterVertically" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(21) + void setCenterVertically( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ChartSize" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlObjectSize + */ + + @VTID(22) + com.exceljava.com4j.excel.XlObjectSize getChartSize(); + + + /** + *+ * Setter method for the COM property "ChartSize" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlObjectSize parameter. + */ + + @VTID(23) + void setChartSize( + com.exceljava.com4j.excel.XlObjectSize rhs); + + + /** + *+ * Getter method for the COM property "Draft" + *
+ * @return Returns a value of type boolean + */ + + @VTID(24) + boolean getDraft(); + + + /** + *+ * Setter method for the COM property "Draft" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(25) + void setDraft( + boolean rhs); + + + /** + *+ * Getter method for the COM property "FirstPageNumber" + *
+ * @return Returns a value of type int + */ + + @VTID(26) + int getFirstPageNumber(); + + + /** + *+ * Setter method for the COM property "FirstPageNumber" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(27) + void setFirstPageNumber( + int rhs); + + + /** + *+ * Getter method for the COM property "FitToPagesTall" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(28) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getFitToPagesTall(); + + + /** + *+ * Setter method for the COM property "FitToPagesTall" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(29) + void setFitToPagesTall( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "FitToPagesWide" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(30) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getFitToPagesWide(); + + + /** + *+ * Setter method for the COM property "FitToPagesWide" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(31) + void setFitToPagesWide( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "FooterMargin" + *
+ * @return Returns a value of type double + */ + + @VTID(32) + double getFooterMargin(); + + + /** + *+ * Setter method for the COM property "FooterMargin" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(33) + void setFooterMargin( + double rhs); + + + /** + *+ * Getter method for the COM property "HeaderMargin" + *
+ * @return Returns a value of type double + */ + + @VTID(34) + double getHeaderMargin(); + + + /** + *+ * Setter method for the COM property "HeaderMargin" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(35) + void setHeaderMargin( + double rhs); + + + /** + *+ * Getter method for the COM property "LeftFooter" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(36) + java.lang.String getLeftFooter(); + + + /** + *+ * Setter method for the COM property "LeftFooter" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(37) + void setLeftFooter( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "LeftHeader" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(38) + java.lang.String getLeftHeader(); + + + /** + *+ * Setter method for the COM property "LeftHeader" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(39) + void setLeftHeader( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "LeftMargin" + *
+ * @return Returns a value of type double + */ + + @VTID(40) + double getLeftMargin(); + + + /** + *+ * Setter method for the COM property "LeftMargin" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(41) + void setLeftMargin( + double rhs); + + + /** + *+ * Getter method for the COM property "Order" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlOrder + */ + + @VTID(42) + com.exceljava.com4j.excel.XlOrder getOrder(); + + + /** + *+ * Setter method for the COM property "Order" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlOrder parameter. + */ + + @VTID(43) + void setOrder( + com.exceljava.com4j.excel.XlOrder rhs); + + + /** + *+ * Getter method for the COM property "Orientation" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlPageOrientation + */ + + @VTID(44) + com.exceljava.com4j.excel.XlPageOrientation getOrientation(); + + + /** + *+ * Setter method for the COM property "Orientation" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPageOrientation parameter. + */ + + @VTID(45) + void setOrientation( + com.exceljava.com4j.excel.XlPageOrientation rhs); + + + /** + *+ * Getter method for the COM property "PaperSize" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlPaperSize + */ + + @VTID(46) + com.exceljava.com4j.excel.XlPaperSize getPaperSize(); + + + /** + *+ * Setter method for the COM property "PaperSize" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPaperSize parameter. + */ + + @VTID(47) + void setPaperSize( + com.exceljava.com4j.excel.XlPaperSize rhs); + + + /** + *+ * Getter method for the COM property "PrintArea" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(48) + java.lang.String getPrintArea(); + + + /** + *+ * Setter method for the COM property "PrintArea" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(49) + void setPrintArea( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "PrintGridlines" + *
+ * @return Returns a value of type boolean + */ + + @VTID(50) + boolean getPrintGridlines(); + + + /** + *+ * Setter method for the COM property "PrintGridlines" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(51) + void setPrintGridlines( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PrintHeadings" + *
+ * @return Returns a value of type boolean + */ + + @VTID(52) + boolean getPrintHeadings(); + + + /** + *+ * Setter method for the COM property "PrintHeadings" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(53) + void setPrintHeadings( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PrintNotes" + *
+ * @return Returns a value of type boolean + */ + + @VTID(54) + boolean getPrintNotes(); + + + /** + *+ * Setter method for the COM property "PrintNotes" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(55) + void setPrintNotes( + boolean rhs); + + + /** + *+ * Getter method for the COM property "PrintQuality" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * getPrintQuality(com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "PrintQuality" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @return Returns a value of type java.lang.Object + */ + + @VTID(56) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getPrintQuality( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Setter method for the COM property "PrintQuality" + *
+ *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * setPrintQuality(com4j.Variant.getMissing(), rhs);
+ *
+ *
+ * Setter method for the COM property "PrintQuality" + *
+ * @param index Optional parameter. Default value is com4j.Variant.getMissing() + * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(57) + void setPrintQuality( + @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object index, + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintTitleColumns" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(58) + java.lang.String getPrintTitleColumns(); + + + /** + *+ * Setter method for the COM property "PrintTitleColumns" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(59) + void setPrintTitleColumns( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "PrintTitleRows" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(60) + java.lang.String getPrintTitleRows(); + + + /** + *+ * Setter method for the COM property "PrintTitleRows" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(61) + void setPrintTitleRows( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "RightFooter" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(62) + java.lang.String getRightFooter(); + + + /** + *+ * Setter method for the COM property "RightFooter" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(63) + void setRightFooter( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "RightHeader" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(64) + java.lang.String getRightHeader(); + + + /** + *+ * Setter method for the COM property "RightHeader" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(65) + void setRightHeader( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "RightMargin" + *
+ * @return Returns a value of type double + */ + + @VTID(66) + double getRightMargin(); + + + /** + *+ * Setter method for the COM property "RightMargin" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(67) + void setRightMargin( + double rhs); + + + /** + *+ * Getter method for the COM property "TopMargin" + *
+ * @return Returns a value of type double + */ + + @VTID(68) + double getTopMargin(); + + + /** + *+ * Setter method for the COM property "TopMargin" + *
+ * @param rhs Mandatory double parameter. + */ + + @VTID(69) + void setTopMargin( + double rhs); + + + /** + *+ * Getter method for the COM property "Zoom" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(70) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getZoom(); + + + /** + *+ * Setter method for the COM property "Zoom" + *
+ * @param rhs Mandatory java.lang.Object parameter. + */ + + @VTID(71) + void setZoom( + @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); + + + /** + *+ * Getter method for the COM property "PrintComments" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlPrintLocation + */ + + @VTID(72) + com.exceljava.com4j.excel.XlPrintLocation getPrintComments(); + + + /** + *+ * Setter method for the COM property "PrintComments" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPrintLocation parameter. + */ + + @VTID(73) + void setPrintComments( + com.exceljava.com4j.excel.XlPrintLocation rhs); + + + /** + *+ * Getter method for the COM property "PrintErrors" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlPrintErrors + */ + + @VTID(74) + com.exceljava.com4j.excel.XlPrintErrors getPrintErrors(); + + + /** + *+ * Setter method for the COM property "PrintErrors" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlPrintErrors parameter. + */ + + @VTID(75) + void setPrintErrors( + com.exceljava.com4j.excel.XlPrintErrors rhs); + + + /** + *+ * Getter method for the COM property "CenterHeaderPicture" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Graphic + */ + + @VTID(76) + com.exceljava.com4j.excel.Graphic getCenterHeaderPicture(); + + + /** + *+ * Getter method for the COM property "CenterFooterPicture" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Graphic + */ + + @VTID(77) + com.exceljava.com4j.excel.Graphic getCenterFooterPicture(); + + + /** + *+ * Getter method for the COM property "LeftHeaderPicture" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Graphic + */ + + @VTID(78) + com.exceljava.com4j.excel.Graphic getLeftHeaderPicture(); + + + /** + *+ * Getter method for the COM property "LeftFooterPicture" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Graphic + */ + + @VTID(79) + com.exceljava.com4j.excel.Graphic getLeftFooterPicture(); + + + /** + *+ * Getter method for the COM property "RightHeaderPicture" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Graphic + */ + + @VTID(80) + com.exceljava.com4j.excel.Graphic getRightHeaderPicture(); + + + /** + *+ * Getter method for the COM property "RightFooterPicture" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Graphic + */ + + @VTID(81) + com.exceljava.com4j.excel.Graphic getRightFooterPicture(); + + + /** + *+ * Getter method for the COM property "OddAndEvenPagesHeaderFooter" + *
+ * @return Returns a value of type boolean + */ + + @VTID(82) + boolean getOddAndEvenPagesHeaderFooter(); + + + /** + *+ * Setter method for the COM property "OddAndEvenPagesHeaderFooter" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(83) + void setOddAndEvenPagesHeaderFooter( + boolean rhs); + + + /** + *+ * Getter method for the COM property "DifferentFirstPageHeaderFooter" + *
+ * @return Returns a value of type boolean + */ + + @VTID(84) + boolean getDifferentFirstPageHeaderFooter(); + + + /** + *+ * Setter method for the COM property "DifferentFirstPageHeaderFooter" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(85) + void setDifferentFirstPageHeaderFooter( + boolean rhs); + + + /** + *+ * Getter method for the COM property "ScaleWithDocHeaderFooter" + *
+ * @return Returns a value of type boolean + */ + + @VTID(86) + boolean getScaleWithDocHeaderFooter(); + + + /** + *+ * Setter method for the COM property "ScaleWithDocHeaderFooter" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(87) + void setScaleWithDocHeaderFooter( + boolean rhs); + + + /** + *+ * Getter method for the COM property "AlignMarginsHeaderFooter" + *
+ * @return Returns a value of type boolean + */ + + @VTID(88) + boolean getAlignMarginsHeaderFooter(); + + + /** + *+ * Setter method for the COM property "AlignMarginsHeaderFooter" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(89) + void setAlignMarginsHeaderFooter( + boolean rhs); + + + /** + *+ * Getter method for the COM property "Pages" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Pages + */ + + @VTID(90) + com.exceljava.com4j.excel.Pages getPages(); + + + /** + *+ * Getter method for the COM property "EvenPage" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Page + */ + + @VTID(91) + com.exceljava.com4j.excel.Page getEvenPage(); + + + /** + *+ * Getter method for the COM property "FirstPage" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Page + */ + + @VTID(92) + com.exceljava.com4j.excel.Page getFirstPage(); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IPages.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IPages.java new file mode 100644 index 0000000..99bf774 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IPages.java @@ -0,0 +1,56 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{000244A3-0001-0000-C000-000000000046}") +public interface IPages extends Com4jObject,Iterable+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Page + */ + + @VTID(7) + com.exceljava.com4j.excel.Page getItem( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Page + */ + + @VTID(8) + @DefaultMethod + com.exceljava.com4j.excel.Page get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(9) + int getCount(); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(10) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + * @return Returns a value of type boolean + */ + + @VTID(10) + boolean activate(); + + + /** + *+ * Getter method for the COM property "Index" + *
+ * @return Returns a value of type int + */ + + @VTID(11) + int getIndex(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * largeScroll(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * largeScroll(down, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * largeScroll(down, up, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * largeScroll(down, up, toRight, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "ScrollColumn" + *
+ * @return Returns a value of type int + */ + + @VTID(13) + int getScrollColumn(); + + + /** + *+ * Setter method for the COM property "ScrollColumn" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(14) + void setScrollColumn( + int rhs); + + + /** + *+ * Getter method for the COM property "ScrollRow" + *
+ * @return Returns a value of type int + */ + + @VTID(15) + int getScrollRow(); + + + /** + *+ * Setter method for the COM property "ScrollRow" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(16) + void setScrollRow( + int rhs); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * smallScroll(com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * smallScroll(down, com4j.Variant.getMissing(), com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * smallScroll(down, up, com4j.Variant.getMissing(), com4j.Variant.getMissing());
+ *
+ *
+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * smallScroll(down, up, toRight, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "VisibleRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(18) + com.exceljava.com4j.excel.Range getVisibleRange(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * scrollIntoView(left, top, width, height, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory int parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Pane + */ + + @VTID(11) + com.exceljava.com4j.excel.Pane getItem( + int index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory int parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Pane + */ + + @VTID(12) + @DefaultMethod + com.exceljava.com4j.excel.Pane get_Default( + int index); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IParameter.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IParameter.java new file mode 100644 index 0000000..811cd8a --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IParameter.java @@ -0,0 +1,168 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002442A-0001-0000-C000-000000000046}") +public interface IParameter extends Com4jObject { + // Methods: + /** + *+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "DataType" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlParameterDataType + */ + + @VTID(10) + com.exceljava.com4j.excel.XlParameterDataType getDataType(); + + + /** + *+ * Setter method for the COM property "DataType" + *
+ * @param rhs Mandatory com.exceljava.com4j.excel.XlParameterDataType parameter. + */ + + @VTID(11) + void setDataType( + com.exceljava.com4j.excel.XlParameterDataType rhs); + + + /** + *+ * Getter method for the COM property "Type" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlParameterType + */ + + @VTID(12) + com.exceljava.com4j.excel.XlParameterType getType(); + + + /** + *+ * Getter method for the COM property "PromptString" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(13) + java.lang.String getPromptString(); + + + /** + *+ * Getter method for the COM property "Value" + *
+ * @return Returns a value of type java.lang.Object + */ + + @VTID(14) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object getValue(); + + + /** + *+ * Getter method for the COM property "SourceRange" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(15) + com.exceljava.com4j.excel.Range getSourceRange(); + + + /** + *+ * Getter method for the COM property "Name" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(16) + java.lang.String getName(); + + + /** + *+ * Setter method for the COM property "Name" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(17) + void setName( + java.lang.String rhs); + + + /** + * @param type Mandatory com.exceljava.com4j.excel.XlParameterType parameter. + * @param value Mandatory java.lang.Object parameter. + */ + + @VTID(18) + void setParam( + com.exceljava.com4j.excel.XlParameterType type, + @MarshalAs(NativeType.VARIANT) java.lang.Object value); + + + /** + *+ * Getter method for the COM property "RefreshOnChange" + *
+ * @return Returns a value of type boolean + */ + + @VTID(19) + boolean getRefreshOnChange(); + + + /** + *+ * Setter method for the COM property "RefreshOnChange" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(20) + void setRefreshOnChange( + boolean rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IParameters.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IParameters.java new file mode 100644 index 0000000..7ee5892 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IParameters.java @@ -0,0 +1,125 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{0002442B-0001-0000-C000-000000000046}") +public interface IParameters extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *
+ * Therefore, using this method is equivalent to
+ *
+ * add(name, com4j.Variant.getMissing());
+ *
+ *
+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(11) + int getCount(); + + + /** + * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Parameter + */ + + @VTID(12) + com.exceljava.com4j.excel.Parameter item( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory java.lang.Object parameter. + * @return Returns a value of type com.exceljava.com4j.excel.Parameter + */ + + @VTID(13) + @DefaultMethod + com.exceljava.com4j.excel.Parameter get_Default( + @MarshalAs(NativeType.VARIANT) java.lang.Object index); + + + /** + */ + + @VTID(14) + void delete(); + + + /** + */ + + @VTID(15) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(10) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(11) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "CharacterType" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getCharacterType(); + + + /** + *+ * Setter method for the COM property "CharacterType" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(13) + void setCharacterType( + int rhs); + + + /** + *+ * Getter method for the COM property "Alignment" + *
+ * @return Returns a value of type int + */ + + @VTID(14) + int getAlignment(); + + + /** + *+ * Setter method for the COM property "Alignment" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(15) + void setAlignment( + int rhs); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(16) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(17) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(18) + void setText( + java.lang.String rhs); + + + // Properties: +} diff --git a/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IPhonetics.java b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IPhonetics.java new file mode 100644 index 0000000..12c2395 --- /dev/null +++ b/jinx-com4j/src/main/java/com/exceljava/com4j/excel/IPhonetics.java @@ -0,0 +1,237 @@ +package com.exceljava.com4j.excel ; + +import com4j.*; + +@IID("{00024447-0001-0000-C000-000000000046}") +public interface IPhonetics extends Com4jObject,Iterable+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "Count" + *
+ * @return Returns a value of type int + */ + + @VTID(10) + int getCount(); + + + /** + *+ * Getter method for the COM property "Start" + *
+ * @return Returns a value of type int + */ + + @VTID(11) + int getStart(); + + + /** + *+ * Getter method for the COM property "Length" + *
+ * @return Returns a value of type int + */ + + @VTID(12) + int getLength(); + + + /** + *+ * Getter method for the COM property "Visible" + *
+ * @return Returns a value of type boolean + */ + + @VTID(13) + boolean getVisible(); + + + /** + *+ * Setter method for the COM property "Visible" + *
+ * @param rhs Mandatory boolean parameter. + */ + + @VTID(14) + void setVisible( + boolean rhs); + + + /** + *+ * Getter method for the COM property "CharacterType" + *
+ * @return Returns a value of type int + */ + + @VTID(15) + int getCharacterType(); + + + /** + *+ * Setter method for the COM property "CharacterType" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(16) + void setCharacterType( + int rhs); + + + /** + *+ * Getter method for the COM property "Alignment" + *
+ * @return Returns a value of type int + */ + + @VTID(17) + int getAlignment(); + + + /** + *+ * Setter method for the COM property "Alignment" + *
+ * @param rhs Mandatory int parameter. + */ + + @VTID(18) + void setAlignment( + int rhs); + + + /** + *+ * Getter method for the COM property "Font" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Font + */ + + @VTID(19) + com.exceljava.com4j.excel.Font getFont(); + + + /** + *+ * Getter method for the COM property "Item" + *
+ * @param index Mandatory int parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(20) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getItem( + int index); + + + /** + */ + + @VTID(21) + void delete(); + + + /** + * @param start Mandatory int parameter. + * @param length Mandatory int parameter. + * @param text Mandatory java.lang.String parameter. + */ + + @VTID(22) + void add( + int start, + int length, + java.lang.String text); + + + /** + *+ * Getter method for the COM property "Text" + *
+ * @return Returns a value of type java.lang.String + */ + + @VTID(23) + java.lang.String getText(); + + + /** + *+ * Setter method for the COM property "Text" + *
+ * @param rhs Mandatory java.lang.String parameter. + */ + + @VTID(24) + void setText( + java.lang.String rhs); + + + /** + *+ * Getter method for the COM property "_Default" + *
+ * @param index Mandatory int parameter. + * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(25) + @DefaultMethod + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject get_Default( + int index); + + + /** + *+ * Getter method for the COM property "_NewEnum" + *
+ */ + + @VTID(26) + java.util.Iterator+ * Getter method for the COM property "Application" + *
+ * @return Returns a value of type com.exceljava.com4j.excel._Application + */ + + @VTID(7) + com.exceljava.com4j.excel._Application getApplication(); + + + /** + *+ * Getter method for the COM property "Creator" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.XlCreator + */ + + @VTID(8) + com.exceljava.com4j.excel.XlCreator getCreator(); + + + /** + *+ * Getter method for the COM property "Parent" + *
+ * @return Returns a value of type com4j.Com4jObject + */ + + @VTID(9) + @ReturnValue(type=NativeType.Dispatch) + com4j.Com4jObject getParent(); + + + /** + *+ * Getter method for the COM property "BottomRightCell" + *
+ * @return Returns a value of type com.exceljava.com4j.excel.Range + */ + + @VTID(10) + com.exceljava.com4j.excel.Range getBottomRightCell(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(11) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object bringToFront(); + + + /** + * @return Returns a value of type java.lang.Object + */ + + @VTID(12) + @ReturnValue(type=NativeType.VARIANT) + java.lang.Object copy(); + + + /** + *+ * This method uses predefined default values for the following parameters: + *
+ *