Skip to content

Commit

Permalink
Update with latest Excel typelibs
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyroberts committed Jan 2, 2020
1 parent 69695c4 commit 61c9ced
Show file tree
Hide file tree
Showing 45 changed files with 8,539 additions and 208 deletions.
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:
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ public interface IAutoFilter extends Com4jObject {

/**
* <p>
* Getter method for the COM property "Sort"
* Getter method for the COM property "_Sort"
* </p>
* @return Returns a value of type com.exceljava.com4j.excel.Sort
*/

@VTID(13)
com.exceljava.com4j.excel.Sort getSort();
com.exceljava.com4j.excel.Sort get_Sort();


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


/**
* <p>
* Getter method for the COM property "Sort"
* </p>
* @return Returns a value of type com.exceljava.com4j.excel.Sort
*/

@VTID(16)
com.exceljava.com4j.excel.Sort getSort();


// Properties:
}
Loading

0 comments on commit 61c9ced

Please sign in to comment.