Show / Hide Table of Contents

Class DocumentParsingManager

This manager should be used to convert documents (shitty rich-text / pseudo-xaml) into UI Controls

Inheritance
System.Object
DocumentParsingManager
Namespace: Content.Client.Guidebook
Assembly: Content.Client.dll
Syntax
public sealed class DocumentParsingManager : object

Fields

| Improve this Doc View Source

ControlParser

Declaration
public Parser<char, IEnumerable<Control>> ControlParser
Field Value
Type Description
Parser<System.Char, IEnumerable<Robust.Client.UserInterface.Control>>

Methods

| Improve this Doc View Source

Initialize()

Declaration
public void Initialize()
| Improve this Doc View Source

TryAddMarkup(Control, String, Boolean)

Declaration
public bool TryAddMarkup(Control control, string text, bool log = true)
Parameters
Type Name Description
Robust.Client.UserInterface.Control control
System.String text
System.Boolean log
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾