Write a string of text followed by a newline character to a document stream opened by open(). Note that the function will produce a document which is not necessarily driven by a DTD and therefore might be produce an invalid result in the context of the document
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.4
Syntaxpublic void WriteLn(
params string[] texts
)
Public Sub WriteLn (
ParamArray texts As String()
)
public:
void WriteLn(
... array<String^>^ texts
)
member WriteLn :
texts : string[] -> unit
Parameters
- texts
- Type: SystemString
The string to be parsed into some structure in the document structure model.
See Also