Library | Module

Interface IpfcDetailTextLine



Description

This interface represents a line of text in a detail note.
See Also:
IpfcDetailText.Create()



Property Summary

PropertyTextsas IpfcDetailTexts
The text elements that make up the text line.



Method Summary

FunctionCCpfcDetailTextLine.Create (inTexts as IpfcDetailTexts) as IpfcDetailTextLine
Creates a data object containing a line of text in a note.



Property Detail


PropertyTextsas IpfcDetailTexts

The text elements that make up the text line.

Exceptions thrown (but not limited to):

IpfcXToolkitOutOfMemory - Not enough memory.







Method Detail


FunctionCCpfcDetailTextLine.Create (inTexts as IpfcDetailTexts) as IpfcDetailTextLine

Creates a data object containing a line of text in a note.
Parameters:
inTexts
The text strings that make up the line.
Returns:
The created data object.