Click or drag to resize
InfoTemplateBase Methods

The InfoTemplateBase type exposes the following members.

Methods
  NameDescription
Public methodClearIndent
Remove any indentation
Public methodError
Raise an error
Public methodPopIndent
Remove the last indent that was added with PushIndent
Public methodPushIndent
Increase the indent
Public methodWarning
Raise a warning
Public methodWrite(String)
Write text directly into the generated output
Public methodWrite(String, Object)
Write formatted text directly into the generated output
Public methodWriteLine(String)
Write text directly into the generated output
Public methodWriteLine(String, Object)
Write formatted text directly into the generated output
Top
See Also