ListObjectModel

ListObjectModel

Overview

ListObjectModel is a class in Aspose.Cells FOSS for Java.

Internal model for a table (ListObject / structured reference).

Properties

NameTypeAccessDescription
idintRead
displayNameStringRead
commentStringRead
startRowintRead
startColumnintRead
endRowintRead
endColumnintRead
showHeaderRowbooleanRead
showTotalsbooleanRead
tableStyleNameStringRead
showTableStyleFirstColumnbooleanRead
showTableStyleLastColumnbooleanRead
showTableStyleRowStripesbooleanRead
showTableStyleColumnStripesbooleanRead
autoFilterEnabledbooleanRead
columnsList<ListColumnModel>Read

Methods

SignatureDescription
getId()int
setId(id: int)
getDisplayName()String
setDisplayName(displayName: String)
getComment()String
setComment(comment: String)
getStartRow()int
setStartRow(startRow: int)
getStartColumn()int
setStartColumn(startColumn: int)
getEndRow()int
setEndRow(endRow: int)
getEndColumn()int
setEndColumn(endColumn: int)
isShowHeaderRow()boolean
setShowHeaderRow(showHeaderRow: boolean)
isShowTotals()boolean
setShowTotals(showTotals: boolean)
getTableStyleName()String
setTableStyleName(tableStyleName: String)
isShowTableStyleFirstColumn()boolean
setShowTableStyleFirstColumn(v: boolean)
isShowTableStyleLastColumn()boolean
setShowTableStyleLastColumn(v: boolean)
isShowTableStyleRowStripes()boolean
setShowTableStyleRowStripes(v: boolean)
isShowTableStyleColumnStripes()boolean
setShowTableStyleColumnStripes(v: boolean)
isAutoFilterEnabled()boolean
setAutoFilterEnabled(autoFilterEnabled: boolean)
getColumns()List<ListColumnModel>

See Also