aspose.cells

Class HtmlTableLoadOptionCollection

Represents the table options when importing html.

Constructor Summary
 
Property Getters/Setters Summary
functiongetCount()
functiongetTableToListObject()
function
           Indicates whether generate list objects from imported tables. The default value is false.
functionget(index)
Gets the HtmlTableLoadOption element at the specified index.
 
Method Summary
functionadd(item)
Adds one HtmlTableLoadOption into this collection.
functionadd(tableIndex)
Add a HtmlTableLoadOption to the list.
functionadd(tableIndex, targetSheetIndex)
Add a HtmlTableLoadOption to the list.
functionadd(tableIndex, targetSheetIndex, originalSheetIndex)
Add a HtmlTableLoadOption to the list.
functionadd(value)
Reserved for internal use.
functionadd(tableId)
Add a HtmlTableLoadOption to the list.
functionadd(tableId, targetSheetIndex)
Add a HtmlTableLoadOption to the list.
functionadd(tableId, targetSheetIndex, originalSheetIndex)
Add a HtmlTableLoadOption to the list.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Constructor Detail

      • HtmlTableLoadOptionCollection

        function HtmlTableLoadOptionCollection()
    • Property Getters/Setters Detail

      • getTableToListObject/setTableToListObject : boolean 

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

        function getCount()
        
      • get : HtmlTableLoadOption 

        function get(index)
        
        Gets the HtmlTableLoadOption element at the specified index.
        Parameters:
        index - The zero based index of the element.
        Returns:
        The element at the specified index.
    • Method Detail

      • add

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

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

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

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

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

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

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

        function clear()
      • removeAt

        function removeAt(index)
      • iterator

        function iterator()
      • get

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

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

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

        function indexOf(value)
        Reserved for internal use.