Click or drag to resize

MixedCodeDocumentFragment Class

Represents a base class for fragments in a mixed code document.
Inheritance Hierarchy

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public abstract class MixedCodeDocumentFragment

The MixedCodeDocumentFragment type exposes the following members.

Properties
  NameDescription
Public propertyFragmentText
Gets the fragement text.
Public propertyFragmentType
Gets the type of fragment.
Public propertyLine
Gets the line number of the fragment.
Public propertyLinePosition
Gets the line position (column) of the fragment.
Public propertyStreamPosition
Gets the fragment position in the document's stream.
Top
See Also