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