HtmlLoadOptions Class |
Namespace: Aspose.Words
The HtmlLoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | HtmlLoadOptions |
Initializes a new instance of this class with default values.
|
![]() ![]() | HtmlLoadOptions(String) |
A shortcut to initialize a new instance of this class with the specified password to load an encrypted document.
|
![]() ![]() | HtmlLoadOptions(LoadFormat, String, String) |
A shortcut to initialize a new instance of this class with properties set to the specified values.
|
Name | Description | |
---|---|---|
![]() | AnnotationsAtBlockLevel | Obsolete.
Gets or sets a flag indicating whether cross structure annotation nodes can be added at block/cell/row level.
(Inherited from LoadOptions.) |
![]() ![]() | BaseUri |
Gets or sets the string that will be used to resolve relative URIs found in the document into absolute URIs when required.
Can be null or empty string. Default is null.
(Inherited from LoadOptions.) |
![]() ![]() | ConvertShapeToOfficeMath |
Gets or sets whether to convert shapes with EquationXML to Office Math objects.
(Inherited from LoadOptions.) |
![]() ![]() | Encoding |
Gets or sets the encoding that will be used to load an HTML or TXT document if the encoding is not specified in HTML/TXT.
Can be null. Default is null.
(Inherited from LoadOptions.) |
![]() ![]() | FontSettings |
Allows to specify document font settings.
(Inherited from LoadOptions.) |
![]() ![]() | LanguagePreferences |
Gets language preferences that will be used when document is loading.
(Inherited from LoadOptions.) |
![]() ![]() | LoadFormat |
Specifies the format of the document to be loaded.
Default is Auto.
(Inherited from LoadOptions.) |
![]() ![]() | MswVersion |
Allows to specify that the document loading process should match a specific MS Word version.
Default value is Word2007 (Inherited from LoadOptions.) |
![]() ![]() | Password |
Gets or sets the password for opening an encrypted document.
Can be null or empty string. Default is null.
(Inherited from LoadOptions.) |
![]() ![]() | PreferredControlType |
Gets or sets preffered type of document nodes that will represent imported <input> and <select> elements.
Default value is FormField.
|
![]() ![]() | PreserveIncludePictureField |
Gets or sets whether to preserve the INCLUDEPICTURE field when reading Microsoft Word formats.
The default value is false.
(Inherited from LoadOptions.) |
![]() ![]() | ResourceLoadingCallback |
Allows to control how external resources (images, style sheets) are loaded when a document is imported from HTML, MHTML.
(Inherited from LoadOptions.) |
![]() ![]() | SupportVml |
Specifies HTML parser to parse conditional comments exactly like <!--[if gte vml 1]>
and not to parse conditional comments exactly like <![if !vml]>.
|
![]() ![]() | UpdateDirtyFields |
Specifies whether to update the fields with the dirty attribute.
(Inherited from LoadOptions.) |
![]() ![]() | WarningCallback |
Called during a load operation, when an issue is detected that might result in data or formatting fidelity loss.
(Inherited from LoadOptions.) |
![]() ![]() | WebRequestTimeout |
The number of milliseconds to wait before the web request times out. The default value is 100000 milliseconds
(100 seconds).
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |