Click or drag to resize

HtmlDoc Class

Inheritance Hierarchy

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public class HtmlDoc : HtmlElement

The HtmlDoc type exposes the following members.

Constructors
  NameDescription
Public methodHtmlDoc
Initializes a new instance of the HtmlDoc class
Top
Properties
  NameDescription
Public propertyChecked (Inherited from HtmlElement.)
Public propertyChildren (Inherited from HtmlElement.)
Public propertyClass (Inherited from HtmlElement.)
Public propertyDisabled (Inherited from HtmlElement.)
Public propertyDisplay (Inherited from HtmlElement.)
Public propertyHeight (Inherited from HtmlElement.)
Public propertyID (Inherited from HtmlElement.)
Public propertyInnerText (Inherited from HtmlElement.)
Public propertyName (Inherited from HtmlElement.)
Public propertyParent (Inherited from HtmlNode.)
Public propertySelected (Inherited from HtmlElement.)
Public propertyStyleBold (Inherited from HtmlElement.)
Public propertyStyleFontSize (Inherited from HtmlElement.)
Public propertyStyleItalic (Inherited from HtmlElement.)
Public propertyStyleLeft (Inherited from HtmlElement.)
Public propertyStyleTop (Inherited from HtmlElement.)
Public propertyStyleUnderline (Inherited from HtmlElement.)
Public propertySytleHeight (Inherited from HtmlElement.)
Public propertySytleWidth (Inherited from HtmlElement.)
Public propertyTag (Inherited from HtmlElement.)
Public propertyType (Inherited from HtmlElement.)
Public propertyValue (Inherited from HtmlElement.)
Public propertyWidth (Inherited from HtmlElement.)
Top
Methods
  NameDescription
Public methodAddChild (Inherited from HtmlElement.)
Public methodAllStyles (Inherited from HtmlElement.)
Public methodApplyStyles (Inherited from HtmlElement.)
Public methodCleanRecusive (Inherited from HtmlElement.)
Public methodConvertTable2Img (Inherited from HtmlElement.)
Public methodStatic memberEncodeBracket
Public methodStatic memberEncodeQuote
Public methodEnum
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind (Inherited from HtmlElement.)
Public methodFindAndSetStyle (Inherited from HtmlElement.)
Public methodFindFirst(String) (Inherited from HtmlElement.)
Public methodFindFirst(String, String, String) (Inherited from HtmlElement.)
Public methodFixBorderWidth (Inherited from HtmlElement.)
Public methodGetAttribute (Inherited from HtmlElement.)
Public methodGetChildElements (Inherited from HtmlElement.)
Public methodGetElementByID
Public methodGetElementsByName
Public methodGetElementsByTagName
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetPlainText
Public methodGetStyle (Inherited from HtmlElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasAttribute (Inherited from HtmlElement.)
Public methodHasSpace (Inherited from HtmlElement.)
Public methodHTML (Inherited from HtmlNode.)
Public methodImages
Public methodInnerHTML (Inherited from HtmlElement.)
Public methodIsAbsolutePosition (Inherited from HtmlElement.)
Public methodIsButton (Inherited from HtmlElement.)
Public methodIsCheckBox (Inherited from HtmlElement.)
Public methodIsEmptyText (Inherited from HtmlElement.)
Public methodIsInput (Inherited from HtmlElement.)
Public methodIsInputText (Inherited from HtmlElement.)
Public methodIsOption (Inherited from HtmlElement.)
Public methodIsPassword (Inherited from HtmlElement.)
Public methodIsRadio (Inherited from HtmlElement.)
Public methodIsSelection (Inherited from HtmlElement.)
Public methodIsTag (Inherited from HtmlElement.)
Public methodIsTextArea (Inherited from HtmlElement.)
Public methodStatic memberLooksLikeHtml
Public methodMakeSafe
Public methodMakeSafe(Boolean)
Public methodStatic memberMakeSafe(String)
Public methodStatic memberMakeSafe(String, Boolean)
Public methodStatic memberMakeSafe(HtmlElement, Boolean)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMergeSameStyleChildren (Inherited from HtmlElement.)
Public methodOuterHTML (Inherited from HtmlElement.)
Public methodStatic memberParseHtml(Stream)
Public methodStatic memberParseHtml(StreamReader)
Public methodStatic memberParseHtml(String)
Public methodStatic memberReadFile
Public methodRemoveAttribute (Inherited from HtmlElement.)
Public methodStatic memberRemoveBlankLabels
Public methodRemoveChild (Inherited from HtmlElement.)
Public methodRemoveClasses (Inherited from HtmlElement.)
Public methodRemoveElement
Public methodRemoveElements (Inherited from HtmlElement.)
Public methodRemoveElementStyle (Inherited from HtmlElement.)
Public methodRemoveEmptySpan (Inherited from HtmlElement.)
Public methodRemoveEventHandler (Inherited from HtmlElement.)
Public methodRemoveNotImportantStyles (Inherited from HtmlElement.)
Public methodRemoveStyle(String) (Inherited from HtmlElement.)
Public methodRemoveStyle(String, Boolean) (Inherited from HtmlElement.)
Public methodRemoveStyle(String, String, Boolean) (Inherited from HtmlElement.)
Public methodRemoveStyles
Public methodRemoveWordStyles (Inherited from HtmlElement.)
Public methodRender (Inherited from HtmlElement.)
Public methodRenderInner (Inherited from HtmlElement.)
Public methodReplaceChild (Inherited from HtmlElement.)
Public methodReplaceTagNames (Inherited from HtmlElement.)
Public methodReplaceWith(HtmlNode) (Inherited from HtmlNode.)
Public methodReplaceWith(HtmlNode, HtmlNode) (Inherited from HtmlElement.)
Public methodSelect (Inherited from HtmlElement.)
Public methodSelectFirst (Inherited from HtmlElement.)
Public methodSetAttribute (Inherited from HtmlElement.)
Public methodSetFont
Public methodSetStyle(String, String) (Inherited from HtmlElement.)
Public methodSetStyle(String, String, Boolean, Boolean) (Inherited from HtmlElement.)
Public methodStyleValue (Inherited from HtmlElement.)
Public methodSwapContents (Inherited from HtmlElement.)
Public methodTitle
Public methodStatic memberToPlainText
Public methodToString (Inherited from HtmlElement.)
Public methodVerify
Top
Fields
  NameDescription
Public fieldAttributes (Inherited from HtmlElement.)
Public fieldHackedHtml (Inherited from HtmlElement.)
Public fieldStyles (Inherited from HtmlElement.)
Top
See Also