Click or drag to resize

TextBufferExtensions Class

Extensions for ITextBuffer
Inheritance Hierarchy
SystemObject
  Eto.FormsTextBufferExtensions

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static class TextBufferExtensions

The TextBufferExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetRtf
Gets the content of the specified buffer as an RTF formatted string. Note that some platforms don't support RTF (e.g. Gtk).
Public methodStatic memberSetRtf
Sets the content of the buffer to the specified rtf string. Note that some platforms don't support RTF (e.g. Gtk).
Top
See Also