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