Set printer properties.
More...
|
file | printer.h |
| SCEW printer routines for XML output.
|
|
Set printer properties.
Tells whether the output sent to the given SCEW printer should be indented or not.
- Precondition
- printer != NULL
- Parameters
-
printer | the SCEW printer to change its indentation for. |
indented | true if the output should be indented, false otherwise. |
SCEW_API void scew_printer_set_indentation |
( |
scew_printer * |
printer, |
|
|
unsigned int |
spaces |
|
) |
| |
Sets the number of spaces to use when indenting output for the given SCEW printer.
- Precondition
- printer != NULL
- Parameters
-
printer | the SCEW printer to change its indentation spaces for. |
spaces | the number of spaces to use for indentation. |