MixedCodeDocumentTextFragment Properties
From Html Agility Pack
| A Sandcastle Documented Class Library |
| MixedCodeDocumentTextFragment Properties |
| MixedCodeDocumentTextFragment Class See Also Send Feedback |
The MixedCodeDocumentTextFragment type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| FragmentText |
Gets the fragement text.
(Inherited from MixedCodeDocumentFragment.) | |
| FragmentType |
Gets the type of fragment.
(Inherited from MixedCodeDocumentFragment.) | |
| Line |
Gets the line number of the fragment.
(Inherited from MixedCodeDocumentFragment.) | |
| LinePosition |
Gets the line position (column) of the fragment.
(Inherited from MixedCodeDocumentFragment.) | |
| StreamPosition |
Gets the fragment position in the document's stream.
(Inherited from MixedCodeDocumentFragment.) | |
| Text |
Gets the fragment text.
|