Click or drag to resize

textSectioninsertLine Method

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

Namespace:  imbACE.Services.textBlocks
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public 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

Implements

IHasTextSectionMethodsinsertLine(String, Int32, Boolean, Int32)
See Also