IHashTextBuilderAppendLine - метод
Добавляет текст text в буфер вывода
с последующим переводом строки
Пространство имён: Tessa.UI.HashEditor.HashStructureСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[NotNullAttribute]
ISegmentWithLines AppendLine(
[NotNullAttribute] string text
)
<NotNullAttribute>
Function AppendLine (
<NotNullAttribute> text As String
) As ISegmentWithLines
[NotNullAttribute]
ISegmentWithLines^ AppendLine(
[NotNullAttribute] String^ text
)
[<NotNullAttribute>]
abstract AppendLine :
[<NotNullAttribute>] text : string -> ISegmentWithLines
- text String
-
Текст выводимый в буфер
ISegmentWithLines
Сегмент привязки содержащий координаты добавленного текста