Table of Contents

Class DocxFormIssue

Namespace
DocToolkit
Assembly
DocToolkit.Docx.dll

One problem with a set of values.

public sealed class DocxFormIssue
Inheritance
DocxFormIssue
Inherited Members

Properties

Key

The control, or the supplied name, the issue concerns.

public string Key { get; }

Property Value

string

Kind

Which kind of problem this is.

public DocxFormIssueKind Kind { get; }

Property Value

DocxFormIssueKind

Message

What is wrong, in the underlying library's words.

public string Message { get; }

Property Value

string