Overload | Description |
---|---|
ApplyTemplate(String) | Applies a template by using a string that points to the template file. |
ApplyTemplate(String,Boolean) | Applies a template by using a string that points to the template file and allows to copy the text content from that template into the target Document. |
ApplyTemplate(Stream) | parserApplies a template by using a stream. |
ApplyTemplate(Stream,Boolean) | Applies a template by using a stream and allows to copy the text content from that template into the target Document. |