Library | Module

Class pfcDetailTextLine



Description

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



Property Summary

pfcDetailTextsTexts
The text elements that make up the text line.



Method Summary

static pfcDetailTextLineCreate (pfcDetailTexts inTexts)
Creates a data object containing a line of text in a note.



Property Detail


pfcDetailTextsTexts

The text elements that make up the text line.

Exceptions thrown (but not limited to):

pfcXToolkitOutOfMemory - Not enough memory.







Method Detail


static pfcDetailTextLineCreate (pfcDetailTexts inTexts)

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.