EbookLoadOptions Class

EbookLoadOptions class

Represents options when importing an ebook file.


type EbookLoadOptions struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewEbookLoadOptionsCreates an options of loading the ebook file.
NewEbookLoadOptions_LoadFormatCreates an options of loading the ebook file.
NewEbookLoadOptions_HtmlLoadOptionsConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetLoadFormulasIndicates whether importing formulas if the original html file contains formulas
SetLoadFormulasIndicates whether importing formulas if the original html file contains formulas
GetSupportDivTagIndicates whether support the layout of <div> tag when the html file contains it.The default value is false.
SetSupportDivTagIndicates whether support the layout of <div> tag when the html file contains it.The default value is false.
GetDeleteRedundantSpacesIndicates whether delete redundant spaces when the text wraps lines using <br> tag.The default value is false.
SetDeleteRedundantSpacesIndicates whether delete redundant spaces when the text wraps lines using <br> tag.The default value is false.
GetAutoFitColsAndRowsIndicates whether auto-fit columns and rows. The default value is false.
SetAutoFitColsAndRowsIndicates whether auto-fit columns and rows. The default value is false.
GetHasFormulaIndicates whether the text is formula if it starts with “=”.
SetHasFormulaIndicates whether the text is formula if it starts with “=”.
GetProgIdGets the program id of creating the file.Only for MHT files.
GetTableLoadOptionsGet the HtmlTableLoadOptionCollection instance