API Documentation > Classes > Class pfcDetailTextLine
Class pfcDetailTextLine
Description
This interface represents a line of text in a detail note.
See Also:
Property Summary
The text elements that make up the text line.
Method Summary
Creates a data object containing a line of text in a note.
Property Detail
The text elements that make up the text line.
Exceptions thrown (but not limited to):
pfcXToolkitOutOfMemory - Not enough memory.
Method Detail
Create
(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.
Was this helpful?