Aspose.Finance.Xbrl.Dom.Html

Classes

ClassDescription
HTMLAddressElementThe class represents address element. See the ADDRESS element definition in HTML 4.01.
HTMLAnchorElementThe class represents anchor element. See the A element definition in HTML 4.01.
HTMLAppletElementThe class represents an embedded Java applet. See the APPLET element definition in HTML 4.01. This element is deprecated in HTML 4.01.
HTMLAreaElementThe class represents client-side image map area definition. See the AREA element definition in HTML 4.01.
HTMLBaseElementThe class represents document base URI. See the BASE element definition in HTML 4.01.
HTMLBaseFontElementThe class represents base font. See the BASEFONT element definition in HTML 4.01. This element is deprecated in HTML 4.01.
HTMLBodyElementThe 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.
HTMLBRElementThe class represents a line break. See the BR element definition in HTML 4.01.
HTMLButtonElementThe class represents push button. See the BUTTON element definition in HTML 4.01.
HTMLCanvasElementThe class provides properties and methods for manipulating the layout and presentation of canvas elements.
HTMLDataListElementThe class represents a set of option elements that represent predefined options for other controls.
HTMLDirectoryElementThe class represents directory list. See the DIR element definition in HTML 4.01. This element is deprecated in HTML 4.01.
HTMLDivElementThe class represents generic block container. See the DIV element definition in HTML 4.01.
HTMLDListElementThe class represents definition list. See the DL element definition in HTML 4.01.
HTMLElementAll 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.
HTMLFieldSetElementOrganizes form controls into logical groups. See the FIELDSET element definition in HTML 4.01.
HTMLFontElementThe class represents local change to font. See the FONT element definition in HTML 4.01. This element is deprecated in HTML 4.01.
HTMLFormElementThe 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.
HTMLFrameElementThe class represents html frame. See the FRAME element definition in HTML 4.01.
HTMLFrameSetElementThis class represents a grid of frames. See the FRAMESET element definition in HTML 4.01.
HTMLHeadElementThe class represents document head information. See the HEAD element definition in HTML 4.01.
HTMLHeadingElementThe class represents for the H1 to H6 elements. See the H1 element definition in HTML 4.01.
HTMLHRElementThis class represents a horizontal rule. See the HR element definition in HTML 4.01.
HTMLHtmlElementThe class represents root of an HTML document. See the HTML element definition in HTML 4.01.
HTMLIFrameElementThe class represents inline subwindows. See the IFRAME element definition in HTML 4.01.
HTMLImageElementThe class represents embedded image. See the IMG element definition in HTML 4.01.
HTMLInputElementThe 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.
HTMLIsIndexElementThis 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.
HTMLLabelElementThe class represents form field label text. See the LABEL element definition in HTML 4.01.
HTMLLegendElementThe class represents a caption for a FIELDSET grouping. See the LEGEND element definition in HTML 4.01.
HTMLLIElementThe class represents list item. See the LI element definition in HTML 4.01.
HTMLLinkElementThe 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
HTMLMapElementThe class represents client-side image map. See the MAP element definition in HTML 4.01.
HTMLMenuElementThe class represents menu list. See the MENU element definition in HTML 4.01. This element is deprecated in HTML 4.01.
HTMLMetaElementThe class contains generic meta-information about the document. See the META element definition in HTML 4.01.
HTMLModElementThe class represents notice of modification to part of a document. See the INS and DEL element definitions in HTML 4.01.
HTMLNoScriptElementThe class represents script statements. See the NOSCRIPT element definition in HTML 4.01.
HTMLObjectElementThe 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.
HTMLOListElementThe class represents ordered list. See the OL element definition in HTML 4.01.
HTMLOptGroupElementThe class represents group options together in logical subdivisions. See the OPTGROUP element definition in HTML 4.01.
HTMLOptionElementThe class represents a selectable choice. See the OPTION element definition in HTML 4.01.
HTMLParagraphElementThe class represents paragraphs. See the P element definition in HTML 4.01.
HTMLParamElementThe class represents parameters fed to the OBJECT element. See the PARAM element definition in HTML 4.01.
HTMLPreElementThe class represents preformatted text. See the PRE element definition in HTML 4.01.
HTMLQuoteElementThe class represents for the Q and BLOCKQUOTE elements. See the Q element definition in HTML 4.01.
HTMLScriptElementThe class represents script statements. See the SCRIPT element definition in HTML 4.01.
HTMLSelectElementThe 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.
HTMLStyleElementThe class represents style information. See the STYLE element definition in HTML 4.01.
HTMLTableCaptionElementThe class represents table caption. See the CAPTION element definition in HTML 4.01.
HTMLTableCellElementThe class used to represent the TH and TD elements. See the TD element definition in HTML 4.01.
HTMLTableColElementThe class represents the COL element. See the COL element definition in HTML 4.01.
HTMLTableColGroupElementThe class represents the COLGROUP element. See the COLGROUP element definition in HTML 4.01.
HTMLTableElementThe class represents a table. See the TABLE element definition in HTML 4.01.
HTMLTableRowElementThe class represents a row in a table. See the TR element definition in HTML 4.01.
HTMLTableSectionElementThe class represents THEAD, TFOOT, and TBODY elements.
HTMLTemplateElementThe class represents template element
HTMLTextAreaElementThe class represents Multi-line text field. See the TEXTAREA element definition in HTML 4.01.
HTMLTitleElementThe class represents title element. See the TITLE element definition in HTML 4.01.
HTMLUListElementThe class represents unordered list. See the UL element definition in HTML 4.01.
HTMLUnknownElementThe class represents the Unknown html elements.