Table of Contents

Property RawXml

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

RawXml

Gets or sets the complete preserved a:theme outer XML, or null for a theme that was not read from a package.

The typed members above cover the parts of a theme DocWright resolves — the color scheme, the font sets, and as much of the format scheme as the shape engine uses. A real theme part holds a great deal more (effect styles, background fill styles, extension lists, per-script font tables), so the typed members are a projection, not a representation. Keeping the source text alongside them is what lets a writer reproduce the part exactly instead of rebuilding a lossy approximation of it.

public string? RawXml { get; set; }

Property Value

string