public interface IClearTextWriter
Writer interface to write clear text values
| Modifier and Type | Method and Description |
|---|---|
void |
info(String message)
Logs a info message
|
void |
write(String text)
Writes the text at the current position
|
void |
writeLine(String line)
Writes the line to the text file
|
void writeLine(String line)
Writes the line to the text file
line - The line to writevoid write(String text)
Writes the text at the current position
text - The text to writevoid info(String message)
Logs a info message
message - The message to logCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.