asposecells.api

Class HtmlTableLoadOptionCollection

Represents the table options when importing html.

Constructor Summary
 
Property Getters/Setters Summary
methodgetCount()
methodgetTableToListObject()
method
           Indicates whether generate list objects from imported tables. The default value is false.
methodget(index)
Gets the HtmlTableLoadOption element at the specified index.
 
Method Summary
methodadd(item)
Adds one HtmlTableLoadOption into this collection.
methodadd(tableIndex)
Add a HtmlTableLoadOption to the list.
methodadd(tableIndex, targetSheetIndex)
Add a HtmlTableLoadOption to the list.
methodadd(tableIndex, targetSheetIndex, originalSheetIndex)
Add a HtmlTableLoadOption to the list.
methodadd(value)
Reserved for internal use.
methodadd(tableId)
Add a HtmlTableLoadOption to the list.
methodadd(tableId, targetSheetIndex)
Add a HtmlTableLoadOption to the list.
methodadd(tableId, targetSheetIndex, originalSheetIndex)
Add a HtmlTableLoadOption to the list.
methodclear()
methodcontains(value)
Reserved for internal use.
methodget(index)
Reserved for internal use.
methodindexOf(value)
Reserved for internal use.
methoditerator()
methodremoveAt(index)
 

    • Constructor Detail

      • HtmlTableLoadOptionCollection

        HtmlTableLoadOptionCollection()
    • Property Getters/Setters Detail

      • getTableToListObject/setTableToListObject : boolean 

        boolean getTableToListObject() / setTableToListObject(value)
        
        Indicates whether generate list objects from imported tables. The default value is false.
      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int add(item)
        Adds one HtmlTableLoadOption into this collection.
        Parameters:
        item: HtmlTableLoadOption - one HtmlTableLoadOption
        Returns:
        the index of the added item
      • add

        int add(tableIndex)
        Add a HtmlTableLoadOption to the list.
        Parameters:
        tableIndex: int - Table index
        Returns:
      • add

        int add(tableId)
        Add a HtmlTableLoadOption to the list.
        Parameters:
        tableId: String - Table ID
        Returns:
      • add

        int add(tableIndex, targetSheetIndex)
        Add a HtmlTableLoadOption to the list.
        Parameters:
        tableIndex: int - Table index
        targetSheetIndex: int - The target index of worksheet in Excel
      • add

        int add(tableId, targetSheetIndex)
        Add a HtmlTableLoadOption to the list.
        Parameters:
        tableId: String - Table ID
        targetSheetIndex: int - The target index of worksheet in Excel
        Returns:
      • add

        int add(tableIndex, targetSheetIndex, originalSheetIndex)
        Add a HtmlTableLoadOption to the list.
        Parameters:
        tableIndex: int - Table index
        targetSheetIndex: int - The target index of worksheet in Excel
        originalSheetIndex: int - The original index of worksheet in the html
      • add

        int add(tableId, targetSheetIndex, originalSheetIndex)
        Add a HtmlTableLoadOption to the list.
        Parameters:
        tableId: String - Table ID
        targetSheetIndex: int - The target index of worksheet in Excel
        originalSheetIndex: int - The original index of worksheet in the html
        Returns:
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
      • get

        Object get(index)
        Reserved for internal use.
      • contains

        boolean contains(value)
        Reserved for internal use.
      • add

        int add(value)
        Reserved for internal use.
      • indexOf

        int indexOf(value)
        Reserved for internal use.