ListObject
Vue de l’ensemble
‘ListObject’ est une classe dans Aspose.Cells FOSS pour Java.
Il représente une table Excel (référence structurée / ListObject).
Cette classe fournit 29 méthodes pour travailler avec les objets de ListObject dans des programmes Java. Les méthodologies disponibles comprennent: convertToRange, getComment , getsDisplayName ; GetsEndColumn; ‘getEndRow : GetListColumns . , ‘getStartColumbus ! , 'gettStardRows ، ‘GetTableStyleNamen., ' GetsTablesStielType. , isShowHeaderROW` et 17 méthode supplémentaires. Tous les membres exportés sont accessibles à toute application Java après l’installation du package d’Aspose.Cells FOSS pour Java . Propriétés : commentaire, nom d’affichage, columbre``Rendowns, heads, plus de 9
Description
‘ListObject’ est une classe dans la bibliothèque Aspose.Cells FOSS pour Java qui expose 29 méthodes et 15 propriétés pour l’utilisation programmée.
Les capacités de base comprennent : ‘string’ ; ’ string` ; ‘boolean’ . Ces opérations permettent aux développeurs d’intégrer la fonctionnalité listobject directement dans les applications Java.
La classe fournit également la propriété ‘displayName’ (jette le nom de l’affichage), la «commentaire» (jeette l’avis), et la ‘startRow’ (jaette la ligne d’ouverture).
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
displayName | String | Read | Gets the display name. |
comment | String | Read | Gets the comment. |
startRow | int | Read | Gets the start row. |
startColumn | int | Read | Gets the start column. |
endRow | int | Read | Gets the end row. |
endColumn | int | Read | Gets the end column. |
showHeaderRow | boolean | Read | Gets the show header row. |
showTotals | boolean | Read | Gets the show totals. |
tableStyleType | TableStyleType | Read | Gets the table style type. |
tableStyleName | String | Read | Gets the table style name. |
showTableStyleFirstColumn | boolean | Read | Gets the show table style first column. |
showTableStyleLastColumn | boolean | Read | Gets the show table style last column. |
showTableStyleRowStripes | boolean | Read | Gets the show table style row stripes. |
showTableStyleColumnStripes | boolean | Read | Gets the show table style column stripes. |
listColumns | ListColumnCollection | Read | Gets the list columns. |
méthodes
| Signature | Description |
|---|---|
getDisplayName() → String | Returns the display name. |
setDisplayName(name: String) | Sets the display name value. |
getComment() → String | Returns the comment. |
setComment(comment: String) | Sets the comment value. |
getStartRow() → int | Returns the start row. |
getStartColumn() → int | Returns the start column. |
getEndRow() → int | Returns the end row. |
getEndColumn() → int | Returns the end column. |
isShowHeaderRow() → boolean | Returns true if show header row is set. |
setShowHeaderRow(show: boolean) | Sets the show header row value. |
isShowTotals() → boolean | Returns true if show totals is set. |
setShowTotals(show: boolean) | Sets the show totals value. |
getTableStyleType() → TableStyleType | Returns the table style type. |
setTableStyleType(type: TableStyleType) | Sets the table style type value. |
getTableStyleName() → String | Returns the table style name. |
setTableStyleName(name: String) | Sets the table style name value. |
isShowTableStyleFirstColumn() → boolean | Returns true if show table style first column is set. |
setShowTableStyleFirstColumn(v: boolean) | Sets the show table style first column value. |
isShowTableStyleLastColumn() → boolean | Returns true if show table style last column is set. |
setShowTableStyleLastColumn(v: boolean) | Sets the show table style last column value. |
isShowTableStyleRowStripes() → boolean | Returns true if show table style row stripes is set. |
setShowTableStyleRowStripes(v: boolean) | Sets the show table style row stripes value. |
isShowTableStyleColumnStripes() → boolean | Returns true if show table style column stripes is set. |
setShowTableStyleColumnStripes(v: boolean) | Sets the show table style column stripes value. |
getListColumns() → ListColumnCollection | Returns the list columns. |
resize(startRow: int, startColumn: int, endRow: int, endColumn: int, hasHeaders: boolean) | Resizes the table to a new range, optionally preserving/removing header row. |
showAutoFilter() | |
removeAutoFilter() | |
convertToRange() | Removes the table structure, leaving cell data in place, and removes it from the collection. |
Voir aussi
- Aspose.Cells — référence API d’entreprise
- Aspose.Cells pour Java — Enterprise API Reference