Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To add it as a dependency to your own project add the following to your pom.xml
<dependency>
<groupId>com.github.exceljava.jinx-com4j</groupId>
<artifactId>jinx-com4j</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.exceljava</groupId>
<artifactId>jinx-com4j-root</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.exceljava</groupId>
<artifactId>jinx-com4j</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.exceljava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jinx-com4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.exceljava</groupId>
<artifactId>jinx-com4j-root</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,5 +325,77 @@ void setAutoFillFormulasInLists(
boolean rhs);


/**
* <p>
* Getter method for the COM property "KeepGeneralFormatLeadingZerosAsText"
* </p>
*/

@DISPID(3348)
@PropGet
boolean getKeepGeneralFormatLeadingZerosAsText();


/**
* <p>
* Setter method for the COM property "KeepGeneralFormatLeadingZerosAsText"
* </p>
* @param rhs Mandatory boolean parameter.
*/

@DISPID(3348)
@PropPut
void setKeepGeneralFormatLeadingZerosAsText(
boolean rhs);


/**
* <p>
* Getter method for the COM property "KeepGeneralFormatLargeNumbersAsText"
* </p>
*/

@DISPID(3349)
@PropGet
boolean getKeepGeneralFormatLargeNumbersAsText();


/**
* <p>
* Setter method for the COM property "KeepGeneralFormatLargeNumbersAsText"
* </p>
* @param rhs Mandatory boolean parameter.
*/

@DISPID(3349)
@PropPut
void setKeepGeneralFormatLargeNumbersAsText(
boolean rhs);


/**
* <p>
* Getter method for the COM property "KeepGeneralFormatDigitsWithEAsText"
* </p>
*/

@DISPID(3350)
@PropGet
boolean getKeepGeneralFormatDigitsWithEAsText();


/**
* <p>
* Setter method for the COM property "KeepGeneralFormatDigitsWithEAsText"
* </p>
* @param rhs Mandatory boolean parameter.
*/

@DISPID(3350)
@PropPut
void setKeepGeneralFormatDigitsWithEAsText(
boolean rhs);


// Properties:
}
15 changes: 13 additions & 2 deletions jinx-com4j/src/main/java/com/exceljava/com4j/excel/AutoFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ public interface AutoFilter extends Com4jObject {

/**
* <p>
* Getter method for the COM property "Sort"
* Getter method for the COM property "_Sort"
* </p>
*/

@DISPID(880)
@PropGet
com.exceljava.com4j.excel.Sort getSort();
com.exceljava.com4j.excel.Sort get_Sort();


/**
Expand All @@ -96,5 +96,16 @@ public interface AutoFilter extends Com4jObject {
void showAllData();


/**
* <p>
* Getter method for the COM property "Sort"
* </p>
*/

@DISPID(3288)
@PropGet
com.exceljava.com4j.excel.Sort getSort();


// Properties:
}
Original file line number Diff line number Diff line change
Expand Up @@ -149,17 +149,6 @@ java.lang.String text(
@Optional java.lang.Object overwrite);


/**
* <p>
* Getter method for the COM property "SupportsReplies"
* </p>
*/

@DISPID(3284)
@PropGet
boolean getSupportsReplies();


/**
* <p>
* Getter method for the COM property "Replies"
Expand Down Expand Up @@ -207,5 +196,29 @@ java.lang.String text(
com.exceljava.com4j.excel.CommentThreaded previous();


/**
* <p>
* Getter method for the COM property "Resolved"
* </p>
*/

@DISPID(3304)
@PropGet
boolean getResolved();


/**
* <p>
* Setter method for the COM property "Resolved"
* </p>
* @param rhs Mandatory boolean parameter.
*/

@DISPID(3304)
@PropPut
void setResolved(
boolean rhs);


// Properties:
}
Original file line number Diff line number Diff line change
Expand Up @@ -2426,13 +2426,13 @@ void set_DisplayRightToLeft(

/**
* <p>
* Getter method for the COM property "AutoFilter"
* Getter method for the COM property "_AutoFilter"
* </p>
*/

@DISPID(793)
@PropGet
com.exceljava.com4j.excel.AutoFilter getAutoFilter();
com.exceljava.com4j.excel.AutoFilter get_AutoFilter();


/**
Expand Down Expand Up @@ -4210,13 +4210,13 @@ void setEnableFormatConditionsCalculation(

/**
* <p>
* Getter method for the COM property "Sort"
* Getter method for the COM property "_Sort"
* </p>
*/

@DISPID(880)
@PropGet
com.exceljava.com4j.excel.Sort getSort();
com.exceljava.com4j.excel.Sort get_Sort();


/**
Expand Down Expand Up @@ -5029,6 +5029,39 @@ void saveAs(
@Optional java.lang.Object local);


/**
* <p>
* Getter method for the COM property "CommentsThreaded"
* </p>
*/

@DISPID(3282)
@PropGet
com.exceljava.com4j.excel.CommentsThreaded getCommentsThreaded();


/**
* <p>
* Getter method for the COM property "AutoFilter"
* </p>
*/

@DISPID(3289)
@PropGet
com.exceljava.com4j.excel.AutoFilter getAutoFilter();


/**
* <p>
* Getter method for the COM property "Sort"
* </p>
*/

@DISPID(3288)
@PropGet
com.exceljava.com4j.excel.Sort getSort();


/**
* <p>
* Getter method for the COM property "DefaultButton"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,5 +302,29 @@ void setInconsistentTableFormula(
boolean rhs);


/**
* <p>
* Getter method for the COM property "MisleadingNumberFormats"
* </p>
*/

@DISPID(3298)
@PropGet
boolean getMisleadingNumberFormats();


/**
* <p>
* Setter method for the COM property "MisleadingNumberFormats"
* </p>
* @param rhs Mandatory boolean parameter.
*/

@DISPID(3298)
@PropPut
void setMisleadingNumberFormats(
boolean rhs);


// Properties:
}
Original file line number Diff line number Diff line change
Expand Up @@ -321,5 +321,74 @@ void setAutoFillFormulasInLists(
boolean rhs);


/**
* <p>
* Getter method for the COM property "KeepGeneralFormatLeadingZerosAsText"
* </p>
* @return Returns a value of type boolean
*/

@VTID(30)
boolean getKeepGeneralFormatLeadingZerosAsText();


/**
* <p>
* Setter method for the COM property "KeepGeneralFormatLeadingZerosAsText"
* </p>
* @param rhs Mandatory boolean parameter.
*/

@VTID(31)
void setKeepGeneralFormatLeadingZerosAsText(
boolean rhs);


/**
* <p>
* Getter method for the COM property "KeepGeneralFormatLargeNumbersAsText"
* </p>
* @return Returns a value of type boolean
*/

@VTID(32)
boolean getKeepGeneralFormatLargeNumbersAsText();


/**
* <p>
* Setter method for the COM property "KeepGeneralFormatLargeNumbersAsText"
* </p>
* @param rhs Mandatory boolean parameter.
*/

@VTID(33)
void setKeepGeneralFormatLargeNumbersAsText(
boolean rhs);


/**
* <p>
* Getter method for the COM property "KeepGeneralFormatDigitsWithEAsText"
* </p>
* @return Returns a value of type boolean
*/

@VTID(34)
boolean getKeepGeneralFormatDigitsWithEAsText();


/**
* <p>
* Setter method for the COM property "KeepGeneralFormatDigitsWithEAsText"
* </p>
* @param rhs Mandatory boolean parameter.
*/

@VTID(35)
void setKeepGeneralFormatDigitsWithEAsText(
boolean rhs);


// Properties:
}
Loading