forked from PeterWaher/IoTGateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWaher.Content.Markdown.GraphViz.xml
More file actions
113 lines (113 loc) · 6.18 KB
/
Waher.Content.Markdown.GraphViz.xml
File metadata and controls
113 lines (113 loc) · 6.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0"?>
<doc>
<assembly>
<name>Waher.Content.Markdown.GraphViz</name>
</assembly>
<members>
<member name="T:Waher.Content.Markdown.GraphViz.GraphViz">
<summary>
Class managing GraphViz integration into Markdown documents.
</summary>
</member>
<member name="M:Waher.Content.Markdown.GraphViz.GraphViz.#ctor">
<summary>
Class managing GraphViz integration into Markdown documents.
</summary>
</member>
<member name="M:Waher.Content.Markdown.GraphViz.GraphViz.Init(System.String)">
<summary>
Initializes the GraphViz-Markdown integration.
</summary>
<param name="ContentRootFolder">Content root folder. If hosting markdown under a web server, this would correspond
to the roof folder for the web content.</param>
</member>
<member name="M:Waher.Content.Markdown.GraphViz.GraphViz.SetInstallationFolder(System.String)">
<summary>
Sets the installation folder of GraphViz.
</summary>
<param name="Folder">Installation folder.</param>
<exception cref="T:System.Exception">If trying to set the installation folder to a different folder than the one set previously.
The folder can only be set once, for security reasons.</exception>
</member>
<member name="M:Waher.Content.Markdown.GraphViz.GraphViz.SearchForInstallationFolder">
<summary>
Searches for the installation folder on the local machine.
</summary>
<returns>Installation folder, if found, null otherwise.</returns>
</member>
<member name="M:Waher.Content.Markdown.GraphViz.GraphViz.Supports(System.String)">
<summary>
Checks how well the handler supports multimedia content of a given type.
</summary>
<param name="Language">Language.</param>
<returns>How well the handler supports the content.</returns>
</member>
<member name="M:Waher.Content.Markdown.GraphViz.GraphViz.Register(Waher.Content.Markdown.MarkdownDocument)">
<summary>
Is called on the object when an instance of the element has been created in a document.
</summary>
<param name="Document">Document containing the instance.</param>
</member>
<member name="P:Waher.Content.Markdown.GraphViz.GraphViz.HandlesHTML">
<summary>
If HTML is handled.
</summary>
</member>
<member name="P:Waher.Content.Markdown.GraphViz.GraphViz.HandlesPlainText">
<summary>
If Plain Text is handled.
</summary>
</member>
<member name="P:Waher.Content.Markdown.GraphViz.GraphViz.HandlesXAML">
<summary>
If XAML is handled.
</summary>
</member>
<member name="M:Waher.Content.Markdown.GraphViz.GraphViz.GenerateHTML(System.Text.StringBuilder,System.String[],System.String,System.Int32,Waher.Content.Markdown.MarkdownDocument)">
<summary>
Generates HTML for the markdown element.
</summary>
<param name="Output">HTML will be output here.</param>
<param name="Rows">Code rows.</param>
<param name="Language">Language used.</param>
<param name="Indent">Additional indenting.</param>
<param name="Document">Markdown document containing element.</param>
<returns>If content was rendered. If returning false, the default rendering of the code block will be performed.</returns>
</member>
<member name="M:Waher.Content.Markdown.GraphViz.GraphViz.GeneratePlainText(System.Text.StringBuilder,System.String[],System.String,System.Int32,Waher.Content.Markdown.MarkdownDocument)">
<summary>
Generates Plain Text for the markdown element.
</summary>
<param name="Output">HTML will be output here.</param>
<param name="Rows">Code rows.</param>
<param name="Language">Language used.</param>
<param name="Indent">Additional indenting.</param>
<param name="Document">Markdown document containing element.</param>
<returns>If content was rendered. If returning false, the default rendering of the code block will be performed.</returns>
</member>
<member name="M:Waher.Content.Markdown.GraphViz.GraphViz.GenerateXAML(System.Xml.XmlWriter,Waher.Content.Markdown.Model.TextAlignment,System.String[],System.String,System.Int32,Waher.Content.Markdown.MarkdownDocument)">
<summary>
Generates WPF XAML for the markdown element.
</summary>
<param name="Output">XAML will be output here.</param>
<param name="TextAlignment">Alignment of text in element.</param>
<param name="Rows">Code rows.</param>
<param name="Language">Language used.</param>
<param name="Indent">Additional indenting.</param>
<param name="Document">Markdown document containing element.</param>
<returns>If content was rendered. If returning false, the default rendering of the code block will be performed.</returns>
</member>
<member name="M:Waher.Content.Markdown.GraphViz.GraphViz.GenerateXamarinForms(System.Xml.XmlWriter,Waher.Content.Markdown.Model.TextAlignment,System.String[],System.String,System.Int32,Waher.Content.Markdown.MarkdownDocument)">
<summary>
Generates Xamarin.Forms XAML for the markdown element.
</summary>
<param name="Output">XAML will be output here.</param>
<param name="TextAlignment">Alignment of text in element.</param>
<param name="Rows">Code rows.</param>
<param name="Language">Language used.</param>
<param name="Indent">Additional indenting.</param>
<param name="Document">Markdown document containing element.</param>
<returns>If content was rendered. If returning false, the default rendering of the code block will be performed.</returns>
</member>
</members>
</doc>