IText |
The ITextOutputService type exposes the following members.
Name | Description | |
---|---|---|
![]() | Write(String) | Writes a string to the output. |
![]() | Write(String, Object) | Writes a line using the format string and the parameters |
![]() | Write(IFormatProvider, String, Object) | Write a line using a format provider and a formatted string. |
![]() | WriteLine | Starts a new line. |
![]() | WriteLine(String) | Writes a string to the output and then starts a new line. |
![]() | WriteLine(String, Object) | Writes a line using the format string and the parameters, then starts a new line. |
![]() | WriteLine(IFormatProvider, String, Object) | Write a line using a format provider and a formatted string, then starts a new line. |