API Reference

Class

ReaderHeadingPath

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers static

Builds and parses escaped Reader heading paths.

Inheritance

  • Object
  • ReaderHeadingPath

Methods

public static String Combine(IEnumerable<String> headings) #
Returns: String

Combines heading titles while escaping literal backslashes and greater-than signs.

Parameters

headings System.Collections.Generic.IEnumerable{System.String} requiredposition: 0
public static Void SetHierarchyPath(ReaderLocation location, String hierarchyPath) #
Returns: Void

Associates an escaped hierarchy-only path with the current public display path. Reader adapters use this to preserve literal heading delimiters without changing normal output.

Parameters

location OfficeIMO.Reader.ReaderLocation requiredposition: 0
hierarchyPath System.String requiredposition: 1
public static IReadOnlyList<String> Split(String path) #
Returns: IReadOnlyList<String>

Parses an escaped path. Legacy unescaped separators continue to represent nesting.

Parameters

path System.String requiredposition: 0
public static String ToDisplayString(String path) #
Returns: String

Returns the unescaped display form of a heading path.

Parameters

path System.String requiredposition: 0