Usage
-
Content(ContextConfig content)Uses the string value of the returned object as the new content for each document. This allows you to specify different content depending on the execution context.
contentA delegate that gets the new content to use.
-
Content(DocumentConfig content)Uses the string value of the returned object as the new content for each document. This allows you to specify different content for each document depending on the input document.
contentA delegate that gets the new content to use.
-
Content(params IModule[] modules)The specified modules are executed against an empty initial document and the results are applied to every input document (possibly creating more than one output document for each input document).
modulesThe modules to execute.
-
Content(Object content)Uses the string value of the specified object as the new content for every input document.
contentThe new content to use.
