Class DomTextExtensions
Text-extraction helpers for any subtree of the document model.
public static class DomTextExtensions
- Inheritance
-
DomTextExtensions
- Inherited Members
Methods
- GetText(DomNode, RevisionView)
Extracts the plain text of a subtree. Paragraph boundaries and line breaks become '\n', page and column breaks become '\f', tabs are '\t' (already in run text). Field instruction text is excluded; cached field results are included. Tracked changes are collapsed per
view(deleted text excluded in Final, inserted text excluded in Original).