Click or drag to resize

textContentLinesinsert Method (String, Int32, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Glavni metod za ubacivanje sadrzaja - vraca linije koje je napravio wordwrapom

Namespace:  imbACE.Services.textBlocks.core
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public List<string> insert(
	string content,
	int innerWidth,
	int toInnerLine = -1
)
Request Example View Source

Parameters

content
Type: SystemString
innerWidth
Type: SystemInt32
toInnerLine (Optional)
Type: SystemInt32

Return Value

Type: ListString
See Also