HTMLOptions module

class HTMLOptions.HTMLOptions

Bases: SpireObject

static Default() HTMLOptions
property ImageEmbedded: bool

Internet Explorer 8 limits data URIs to a maximum length of 32KB.

Type:

If false,indicates exporting the image as a single file; If true, embedding the image into the html code using Data URI scheme. The default value is false. Note

property ImageLocationType: ImageLocationTypes

Gets or sets the Image Location type. GlobalAbsolute or Relative to Table

property ImagePath: str
property IsFixedTableColWidth: bool

If true, the width of td is fixed, same as width of column in excel view. If false, the width of td is not fixed. Default is false.

Type:

Gets or sets whether the width of td is fixed

property StyleDefine: StyleDefineType

head

Type:

where is the style defined; default

property TextMode: GetText