Click or drag to resize

_textBlockappendLine Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.textBlocks.depracated
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public int appendLine(
	string content,
	string contentInnerFormat = "{0}",
	printHorizontal hor = printHorizontal.left,
	string deco = "",
	int index = -1
)
Request Example View Source

Parameters

content
Type: SystemString
contentInnerFormat (Optional)
Type: SystemString
hor (Optional)
Type: printHorizontal
deco (Optional)
Type: SystemString
index (Optional)
Type: SystemInt32

Return Value

Type: Int32
See Also