OutputOps
Builder step that allows to specify the output to render to.
Value members
Concrete methods
Inherited methods
Builder step that instructs the runtime to render the document tree to files in the specified directory and its subdirectories.
Builder step that instructs the runtime to render the document tree to files in the specified directory and its subdirectories.
The virtual paths of the document tree will be translated to a directory structure, with the root of the virtual path being the directory specified with this method.
- Value Params
- codec
the character encoding of the files, if not specified the platform default will be used.
- dir
the directory to write to
- Inherited from
- TextOutputOps
Builder step that instructs the runtime to render the document tree to files in the specified directory and its subdirectories.
Builder step that instructs the runtime to render the document tree to files in the specified directory and its subdirectories.
The virtual paths of the document tree will be translated to a directory structure, with the root of the virtual path being the directory specified with this method.
- Value Params
- codec
the character encoding of the files, if not specified the platform default will be used.
- name
the name of the directory to write to
- Inherited from
- TextOutputOps
Builder step that instructs the runtime to render the document tree to files in the working directory and its subdirectories.
Builder step that instructs the runtime to render the document tree to files in the working directory and its subdirectories.
The virtual paths of the document tree will be translated to a directory structure, with the root of the virtual path being the directory specified with this method.
- Value Params
- codec
the character encoding of the files, if not specified the platform default will be used.
- Inherited from
- TextOutputOps