DocumentWriterHashTextBuilderAppend - метод |
Добавляет строку text в буфер вывода
Пространство имён:
Tessa.UI.HashEditor.HashStructure
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
Текст выводимый в буфер
Возвращаемое значение
Тип:
ISegmentWithLines
Сегмент привязки содержащий координаты добавленного текста
Реализации
IHashTextBuilderAppend(String)См. также