Library | Module

Interface IpfcTextReference



Description

This interface identifies the text item used for a symbol definition which as a height type of SYMDEF_TEXT_RELATED.
See Also:
IpfcSymbolDefHeight, IpfcDetailSymbolDefInstructions, IpfcDetailSymbolDefItem.ListDetailItems(), IpfcDetailSymbolDefItem.GetDetailItem(), IpfcDetailSymbolDefItem.CreateDetailItem()



Property Summary

PropertyTextIndexNumberas Long
The index of the text, on this line.
PropertyTextLineNumberas Long
The line number of the note.
PropertyTextRefNoteas IpfcDetailNoteItem
The note item containing the text.



Method Summary

FunctionCCpfcTextReference.Create (inTextRefNote as IpfcDetailNoteItem, inTextLineNumber as Long, inTextIndexNumber as Long) as IpfcTextReference
Creates a data object that identifies the text item used for a symbol definition which as a height type of SYMDEF_TEXT_RELATED.



Property Detail


PropertyTextIndexNumberas Long

The index of the text, on this line.




PropertyTextLineNumberas Long

The line number of the note.




PropertyTextRefNoteas IpfcDetailNoteItem

The note item containing the text.





Method Detail


FunctionCCpfcTextReference.Create (inTextRefNote as IpfcDetailNoteItem, inTextLineNumber as Long, inTextIndexNumber as Long) as IpfcTextReference

Creates a data object that identifies the text item used for a symbol definition which as a height type of SYMDEF_TEXT_RELATED.
See Also:
IpfcSymbolDefHeight, IpfcDetailSymbolDefInstructions, IpfcDetailSymbolDefItem.ListDetailItems(), IpfcDetailSymbolDefItem.GetDetailItem(), IpfcDetailSymbolDefItem.CreateDetailItem()
Parameters:
inTextRefNote
The note item containing the text.
inTextLineNumber
The line number of the note.
inTextIndexNumber
The index of the text, on this line.
Returns: