aspose.cells

Class HtmlTableLoadOption

Represents the option when import table from html.

Constructor Summary
 
Property Getters/Setters Summary
functiongetId()
function
setId(value)
           Get or set the id of table to import from html
functiongetName()
function
setName(value)
           Get or set the name of table to import from html
functiongetOriginalSheetIndex()
function
           Get or set the original index of worksheet in the html.
functiongetTableIndex()
function
           Get or set the index of table to import from html.
functiongetTableToListObject()
function
           Indicates whether generate list objects from imported table. The default value is false.
functiongetTargetSheetIndex()
function
           Get or set the target index of worksheet where the table is to be located.
 

    • Constructor Detail

      • HtmlTableLoadOption

        function HtmlTableLoadOption()
    • Property Getters/Setters Detail

      • getTableIndex/setTableIndex : Number 

        function getTableIndex() / function setTableIndex(value)
        
        Get or set the index of table to import from html.
      • getId/setId : String 

        function getId() / function setId(value)
        
        Get or set the id of table to import from html
      • getName/setName : String 

        function getName() / function setName(value)
        
        Get or set the name of table to import from html
      • getOriginalSheetIndex/setOriginalSheetIndex : Number 

        function getOriginalSheetIndex() / function setOriginalSheetIndex(value)
        
        Get or set the original index of worksheet in the html.
      • getTargetSheetIndex/setTargetSheetIndex : Number 

        function getTargetSheetIndex() / function setTargetSheetIndex(value)
        
        Get or set the target index of worksheet where the table is to be located.
      • getTableToListObject/setTableToListObject : boolean 

        function getTableToListObject() / function setTableToListObject(value)
        
        Indicates whether generate list objects from imported table. The default value is false.