Document.Write
Document.Write method
Write a String of text 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.
public void Write(params String[] texts)
Parameter | Type | Description |
---|---|---|
texts | String[] | The String to be parsed into some structure in the document structure model. |
See Also
- class Document
- package com.aspose.html.Dom
- package Aspose.HTML