Table of Contents

Method CollectIslands

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

CollectIslands(WordDocument)

Collects every unknown-XML island of a document — from tree nodes, their format bags, and the style/numbering/settings/theme definitions — in stable order (definitions first, then tree order).

public static IReadOnlyList<UnknownXml> CollectIslands(WordDocument document)

Parameters

document WordDocument

The document.

Returns

IReadOnlyList<UnknownXml>

The islands.