asposecells.api

Class HtmlTableLoadOption

Represents the option when import table from html.

Constructor Summary
 
Property Getters/Setters Summary
methodgetId()
method
setId(value)
           Get or set the id of table to import from html
methodgetName()
method
setName(value)
           Get or set the name of table to import from html
methodgetOriginalSheetIndex()
method
           Get or set the original index of worksheet in the html.
methodgetTableIndex()
method
           Get or set the index of table to import from html.
methodgetTableToListObject()
method
           Indicates whether generate list objects from imported table. The default value is false.
methodgetTargetSheetIndex()
method
           Get or set the target index of worksheet where the table is to be located.
 

    • Constructor Detail

      • HtmlTableLoadOption

        HtmlTableLoadOption()
    • Property Getters/Setters Detail

      • getTableIndex/setTableIndex : int 

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

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

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

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

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

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