Click or drag to resize

textContentBasicBlockwriteInlineText Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renderuje preko __content sadrzaja __textToInsert u skladu sa formatiranjem i printHorizontal podesavanjem.

Namespace:  imbACE.Services.textBlocks.core.proto
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public virtual string writeInlineText(
	string __content,
	string __textToInsert,
	printHorizontal horizontal,
	int __widthLimit = -1
)
Request Example View Source

Parameters

__content
Type: SystemString
Postojeci sadrzaj
__textToInsert
Type: SystemString
Sadrzaj koji treba da se insertuje
horizontal
Type: printHorizontal
TextAligment - mesto gde treba sadrzaj da se insertuje
__widthLimit (Optional)
Type: SystemInt32
Ogranicenje duzine sadrzaja za ubacivanje. Ukoliko ostane -1 onda je limit innerWidth

Return Value

Type: String
Azurirani sadrzaj
See Also