Click or drag to resize

IHasTextSectionMethodsinsertLine Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Ubacuje liniju ili linije

Namespace:  imbACE.Services.textBlocks.interfaces
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
int insertLine(
	string content,
	int toInnerLine = -1,
	bool doMoveToNextLine = true,
	int limitLineCount = 5
)
Request Example View Source

Parameters

content
Type: SystemString
toInnerLine (Optional)
Type: SystemInt32
doMoveToNextLine (Optional)
Type: SystemBoolean
limitLineCount (Optional)
Type: SystemInt32

Return Value

Type: Int32
See Also