aspose.html
The Aspose.Html namespace contains classes and methods to manipulate HTML documents, whether simple or complex and on the fly. Aspose.HTML for .NET allows developers to Insert, Remove, Replace HTML nodes, extract CSS style information, Navigate through HTML document either by NodeIterator, TreeWalker that are provided by Traversal Specifications, XPath or CSS selector queries. It also offers the scripting which allows to manipulate HTML DOM via JavaScript. As well as HTML, this API also provides the capabilities to load EPUB and MHTML. Aspose APIs are famous for their inter file format conversion features and this API also provides the capabilities to load HTML file and render the output in PDF, XPS and raster image formats including JPEG, PNG, BMP and TIFF.
Classes
Class | Description |
---|---|
ArrayBuffer | The ArrayBuffer object is used to represent a generic, fixed-length raw binary data buffer. |
Configuration | Represents the configuration context object that is used to set up the environment settings for the application. |
Float32Array | Represents an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order. |
Float64Array | Represents an array of 64-bit floating point numbers (corresponding to the C float data type) in the platform byte order. |
FontsSettings | Represents fonts handling settings. |
HTMLAddressElement | The address element. See the ADDRESS element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLAnchorElement | The anchor element. See the A element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLAppletElement | An embedded Java applet. See the APPLET element definition in HTML 4.01. This element is deprecated in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLAreaElement | Client-side image map area definition. See the AREA element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLBRElement | Force a line break. See the BR element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLBaseElement | Document base URI [IETF RFC 2396]. See the BASE element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLBaseFontElement | Base font. See the BASEFONT element definition in HTML 4.01. This element is deprecated in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLBodyElement | The HTML document body. This element is always present in the DOM API, even if the tags are not present in the source document. See the BODY element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLButtonElement | Push button. See the BUTTON element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLCanvasElement | The HTMLCanvasElement interface provides properties and methods for manipulating the layout and presentation of canvas elements. The HTMLCanvasElement interface also inherits the properties and methods of the HTMLElement interface. |
HTMLDListElement | Definition list. See the DL element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLDataListElement | The datalist element represents a set of option elements that represent predefined options for other controls. See also the HTML 5.2 W3C Recommendation. |
HTMLDirectoryElement | Directory list. See the DIR element definition in HTML 4.01. This element is deprecated in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLDivElement | Generic block container. See the DIV element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLDocument | An HTMLDocument is the root of the HTML hierarchy and holdsthe entire content. Besides providing access to the hierarchy, it also provides some convenience methods for accessing certain sets of information from the document. The following properties have been deprecated in favor of the corresponding ones for the BODY element.In DOM Level 2, the method getElementById is inherited from the Document interface where it was moved to. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLElement | All HTML element interfaces derive from this class. Elements that only expose the HTML core attributes are represented by the base HTMLElement interface. These elements are as follows:special: SUB, SUP, SPAN, BDOfont: TT, I, B, U, S, STRIKE, BIG, SMALL phrase: EM, STRONG, DFN, CODE, SAMP, KBD, VAR, CITE, ACRONYM, ABBRlist: DD, DTNOFRAMES, NOSCRIPTADDRESS, CENTERThe style attributeof an HTML element is accessible through the ElementCSSInlineStyle interface which is defined in the CSSmodule [DOM Level 2 Style Sheets and CSS]. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLFieldSetElement | Organizes form controls into logical groups. See the FIELDSET element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLFontElement | Local change to font. See the FONT element definition in HTML 4.01. This element is deprecated in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLFormElement | The FORM element encompasses behavior similar to a collectionand an element. It provides direct access to the contained form controls as well as the attributes of the form element. See the FORM element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLFrameElement | Create a frame. See the FRAME element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLFrameSetElement | Create a grid of frames. See the FRAMESET element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLHRElement | Create a horizontal rule. See the HR element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLHeadElement | Document head information. See the HEAD element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLHeadingElement | For the H1 to H6 elements. See the H1 elementdefinition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLHtmlElement | Root of an HTML document. See the HTML element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLIFrameElement | Inline subwindows. See the IFRAME element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLImageElement | Embedded image. See the IMG element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLInputElement | Form control.Depending upon the environment in which the page is being viewed, the value property may be read-only for the file upload input type. For the “password” input type, the actual value returned may be masked to prevent unauthorized use. See the INPUT element definition in [HTML 4.01]. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLIsIndexElement | This element is used for single-line text input. See the ISINDEX element definition in HTML 4.01. This element is deprecated in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLLIElement | List item. See the LI element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLLabelElement | Form field label text. See the LABEL element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLLegendElement | Provides a caption for a FIELDSET grouping. See the LEGENDelement definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLLinkElement | The LINK element specifies a link to an external resource, anddefines this document’s relationship to that resource (or vice versa). See the LINK element definition in HTML 4.01 (see also the LinkStyle interface in the StyleSheet module [DOM Level 2 Style Sheets and CSS]).See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLMapElement | Client-side image map. See the MAP element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLMenuElement | Menu list. See the MENU element definition in HTML 4.01. This element is deprecated in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLMetaElement | This contains generic meta-information about the document. See the META element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLModElement | Notice of modification to part of a document. See the INS and DEL element definitions in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLNoScriptElement | Script statements. See the NOSCRIPT element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLOListElement | Ordered list. See the OL element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLObjectElement | Generic embedded object.In principle, all properties on the object element are read-write but in some environments some properties may be read-only once the underlying object is instantiated. See the OBJECT element definition in [HTML 4.01]. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLOptGroupElement | Group options together in logical subdivisions. See the OPTGROUP element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLOptionElement | A selectable choice. See the OPTION element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLParagraphElement | Paragraphs. See the P element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLParamElement | Parameters fed to the OBJECT element. See the PARAM elementdefinition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLPreElement | Preformatted text. See the PRE element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLQuoteElement | For the Q and BLOCKQUOTE elements. See the Qelement definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLScriptElement | Script statements. See the SCRIPT element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLSelectElement | The select element allows the selection of an option. The contained options can be directly accessed through the select element as a collection. See the SELECT element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLStyleElement | Style information. See the STYLE element definition in HTML 4.01, the CSS module [DOM Level 2 Style Sheets and CSS] and the LinkStyle interface in the StyleSheetsmodule [DOM Level 2 Style Sheets and CSS]. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLTableCaptionElement | Table caption See the CAPTION element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLTableCellElement | The object used to represent the TH and TD elements. See the TD element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLTableColElement | Regroups the COL and COLGROUP elements. See theCOL element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLTableElement | The create* and delete* methods on the table allow authors to construct and modify tables. [HTML 4.01] specifies that only one of each of the CAPTION , THEAD , and TFOOT elementsmay exist in a table. Therefore, if one exists, and the createTHead() or createTFoot() method is called, the method returns the existing THead or TFoot element. See the TABLE element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLTableRowElement | A row in a table. See the TR element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLTableSectionElement | The THEAD , TFOOT , and TBODY elements. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLTemplateElement | The template element |
HTMLTextAreaElement | Multi-line text field. See the TEXTAREA element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLTitleElement | The title element. See the TITLE element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLUListElement | Unordered list. See the UL element definition in HTML 4.01. See also the Document object Model (DOM) Level 2 HTML Specification. |
HTMLUnknownElement | The Unknown html element. |
IConfigurationBuilder | Represents a Configuration object builder. |
IDocumentFragmentElement | Represents common interface for all Document Fragment elements. |
IHTMLFormElement | Represents a base interface that should be implemented by HTML Form Elements. |
IHTMLOptionsCollection | An HTMLOptionsCollection is a list of nodes representing HTMLoption element. An individual node may be accessed by either ordinal index or the node’s name or id attributes.Collections in the HTML DOM are assumed to be live meaning that they are automatically updated when the underlying document is changed. See also the Document object Model (DOM) Level 2 HTML Specification. @since DOM Level 2 |
IUrlSearchParams | Provides methods to work with URLs query string. |
Int16Array | Represents an array of twos-complement 16-bit signed integers in the platform byte order. |
Int32Array | Represents an array of twos-complement 32-bit signed integers in the platform byte order. |
Int8Array | Represents an array of twos-complement 8-bit signed integers. |
License | Provides methods to license the component. |
Metered | Provides methods to set metered key. |
MimeType | Represents an Internet Media Types |
PlatformException | Represents the base class for all exceptions that may occur during the application execution. |
TypedArray | TypedArray objects present an array-like view of an underlying binary data buffer. |
Uint16Array | Represents an array of twos-complement 16-bit unsigned integers in the platform byte order. |
Uint32Array | Represents an array of twos-complement 32-bit unsigned integers in the platform byte order. |
Uint8Array | Represents an array of twos-complement 8-bit unsigned integers. |
Uint8ClampedArray | Represents an array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; |
Url | Provides an object representation of a universal identifier (URL). |
Enumerations
Enumeration | Description |
---|---|
Sandbox | A sandboxing flag set is a set of zero or more of the following flags, which are used to restrict the abilities that potentially untrusted resources. |