DocumentWriterHashTextBuilderAppend - метод
Добавляет строку text в буфер вывода
Пространство имён: Tessa.UI.HashEditor.HashStructureСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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)