DocumentWriterHashTextBuilderAppend - метод
Добавляет строку text в буфер вывода
Пространство имён: Tessa.UI.HashEditorСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public ISegmentWithLines Append(
string text
)
Public Function Append (
text As String
) As ISegmentWithLines
public:
virtual ISegmentWithLines^ Append(
String^ text
) sealed
abstract Append :
text : string -> ISegmentWithLines
override Append :
text : string -> ISegmentWithLines
- text String
-
Текст выводимый в буфер
ISegmentWithLines
Сегмент привязки содержащий координаты добавленного текста
IHashTextBuilderAppend(String)