EbookLoadOptions Class
Contents
[
Hide
]EbookLoadOptions class
Represents options when importing an ebook file.
type EbookLoadOptions struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewEbookLoadOptions | Creates an options of loading the ebook file. |
NewEbookLoadOptions_LoadFormat | Creates an options of loading the ebook file. |
NewEbookLoadOptions_HtmlLoadOptions | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetLoadFormulas | Indicates whether importing formulas if the original html file contains formulas |
SetLoadFormulas | Indicates whether importing formulas if the original html file contains formulas |
GetSupportDivTag | Indicates whether support the layout of |
SetSupportDivTag | Indicates whether support the layout of |
GetDeleteRedundantSpaces | Indicates whether delete redundant spaces when the text wraps lines using |
SetDeleteRedundantSpaces | Indicates whether delete redundant spaces when the text wraps lines using |
GetAutoFitColsAndRows | Indicates whether auto-fit columns and rows. The default value is false. |
SetAutoFitColsAndRows | Indicates whether auto-fit columns and rows. The default value is false. |
GetHasFormula | Indicates whether the text is formula if it starts with “=”. |
SetHasFormula | Indicates whether the text is formula if it starts with “=”. |
GetProgId | Gets the program id of creating the file.Only for MHT files. |
GetTableLoadOptions | Get the HtmlTableLoadOptionCollection instance |