API Reference
Class
FormattingHelper
Provides helpers for working with runs and their formatting.
Inheritance
- Object
- FormattingHelper
Methods
public static IEnumerable<FormattedRun> GetFormattedRuns(WordParagraph paragraph) #Returns:
IEnumerable<FormattedRun>Enumerates runs within the paragraph and returns their text and formatting flags.
Parameters
- paragraph OfficeIMO.Word.WordParagraph
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object