Aspose.Finance.Xbrl.Dom.Html

Classes

Class Description
HTMLAddressElement The class represents address element. See the ADDRESS element definition in HTML 4.01.
HTMLAnchorElement The class represents anchor element. See the A element definition in HTML 4.01.
HTMLAppletElement The class represents an embedded Java applet. See the APPLET element definition in HTML 4.01. This element is deprecated in HTML 4.01.
HTMLAreaElement The class represents client-side image map area definition. See the AREA element definition in HTML 4.01.
HTMLBaseElement The class represents document base URI. See the BASE element definition in HTML 4.01.
HTMLBaseFontElement The class represents base font. See the BASEFONT element definition in HTML 4.01. This element is deprecated in HTML 4.01.
HTMLBodyElement The class represents 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.
HTMLBRElement The class represents a line break. See the BR element definition in HTML 4.01.
HTMLButtonElement The class represents push button. See the BUTTON element definition in HTML 4.01.
HTMLCanvasElement The class provides properties and methods for manipulating the layout and presentation of canvas elements.
HTMLDataListElement The class represents a set of option elements that represent predefined options for other controls.
HTMLDirectoryElement The class represents directory list. See the DIR element definition in HTML 4.01. This element is deprecated in HTML 4.01.
HTMLDivElement The class represents generic block container. See the DIV element definition in HTML 4.01.
HTMLDListElement The class represents definition list. See the DL element definition in HTML 4.01.
HTMLElement All HTML element classes derive from this class. Elements that only expose the HTML core attributes are represented by this class, 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, ABBR list: DD, DTNOFRAMES, NOSCRIPTADDRESS, CENTERT.
HTMLFieldSetElement Organizes form controls into logical groups. See the FIELDSET element definition in HTML 4.01.
HTMLFontElement The class represents local change to font. See the FONT element definition in HTML 4.01. This element is deprecated in HTML 4.01.
HTMLFormElement The class encompasses behavior similar to a collection and 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.
HTMLFrameElement The class represents html frame. See the FRAME element definition in HTML 4.01.
HTMLFrameSetElement This class represents a grid of frames. See the FRAMESET element definition in HTML 4.01.
HTMLHeadElement The class represents document head information. See the HEAD element definition in HTML 4.01.
HTMLHeadingElement The class represents for the H1 to H6 elements. See the H1 element definition in HTML 4.01.
HTMLHRElement This class represents a horizontal rule. See the HR element definition in HTML 4.01.
HTMLHtmlElement The class represents root of an HTML document. See the HTML element definition in HTML 4.01.
HTMLIFrameElement The class represents inline subwindows. See the IFRAME element definition in HTML 4.01.
HTMLImageElement The class represents embedded image. See the IMG element definition in HTML 4.01.
HTMLInputElement The class represents 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.
HTMLIsIndexElement This class is used for single-line text input. See the ISINDEX element definition in HTML 4.01. This element is deprecated in HTML 4.01.
HTMLLabelElement The class represents form field label text. See the LABEL element definition in HTML 4.01.
HTMLLegendElement The class represents a caption for a FIELDSET grouping. See the LEGEND element definition in HTML 4.01.
HTMLLIElement The class represents list item. See the LI element definition in HTML 4.01.
HTMLLinkElement The class specifies a link to an external resource, and defines this document’s relationship to that resource (or vice versa). See the LINK element definition in HTML 4.01
HTMLMapElement The class represents client-side image map. See the MAP element definition in HTML 4.01.
HTMLMenuElement The class represents menu list. See the MENU element definition in HTML 4.01. This element is deprecated in HTML 4.01.
HTMLMetaElement The class contains generic meta-information about the document. See the META element definition in HTML 4.01.
HTMLModElement The class represents notice of modification to part of a document. See the INS and DEL element definitions in HTML 4.01.
HTMLNoScriptElement The class represents script statements. See the NOSCRIPT element definition in HTML 4.01.
HTMLObjectElement The class represents 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.
HTMLOListElement The class represents ordered list. See the OL element definition in HTML 4.01.
HTMLOptGroupElement The class represents group options together in logical subdivisions. See the OPTGROUP element definition in HTML 4.01.
HTMLOptionElement The class represents a selectable choice. See the OPTION element definition in HTML 4.01.
HTMLParagraphElement The class represents paragraphs. See the P element definition in HTML 4.01.
HTMLParamElement The class represents parameters fed to the OBJECT element. See the PARAM element definition in HTML 4.01.
HTMLPreElement The class represents preformatted text. See the PRE element definition in HTML 4.01.
HTMLQuoteElement The class represents for the Q and BLOCKQUOTE elements. See the Q element definition in HTML 4.01.
HTMLScriptElement The class represents script statements. See the SCRIPT element definition in HTML 4.01.
HTMLSelectElement The class represents 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.
HTMLStyleElement The class represents style information. See the STYLE element definition in HTML 4.01.
HTMLTableCaptionElement The class represents table caption. See the CAPTION element definition in HTML 4.01.
HTMLTableCellElement The class used to represent the TH and TD elements. See the TD element definition in HTML 4.01.
HTMLTableColElement The class represents the COL element. See the COL element definition in HTML 4.01.
HTMLTableColGroupElement The class represents the COLGROUP element. See the COLGROUP element definition in HTML 4.01.
HTMLTableElement The class represents a table. See the TABLE element definition in HTML 4.01.
HTMLTableRowElement The class represents a row in a table. See the TR element definition in HTML 4.01.
HTMLTableSectionElement The class represents THEAD, TFOOT, and TBODY elements.
HTMLTemplateElement The class represents template element
HTMLTextAreaElement The class represents Multi-line text field. See the TEXTAREA element definition in HTML 4.01.
HTMLTitleElement The class represents title element. See the TITLE element definition in HTML 4.01.
HTMLUListElement The class represents unordered list. See the UL element definition in HTML 4.01.
HTMLUnknownElement The class represents the Unknown html elements.