Click or drag to resize

textSectionwriteField Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.textBlocks
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public string writeField(
	string content,
	printHorizontal tab,
	int toInnerLine = -1,
	string customFormat = "",
	string customBackground = ""
)
Request Example View Source

Parameters

content
Type: SystemString
tab
Type: printHorizontal
toInnerLine (Optional)
Type: SystemInt32
customFormat (Optional)
Type: SystemString
customBackground (Optional)
Type: SystemString

Return Value

Type: String

Implements

IHasTextSectionMethodswriteField(String, printHorizontal, Int32, String, String)
See Also