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 SourceControlParser
Declaration
public Parser<char, IEnumerable<Control>> ControlParser
Field Value
Type | Description |
---|---|
Parser<System.Char, IEnumerable<Robust.Client.UserInterface.Control>> |
Methods
| Improve this Doc View SourceInitialize()
Declaration
public void Initialize()
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 |