API Documentation > Classes > Interface IpfcTextReference
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:
Property Summary
Property
as Long
The index of the text, on this line.
Property
as Long
The line number of the note.
Property
The note item containing the text.
Method Summary
Function
CCpfcTextReference.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
Property
TextIndexNumber
as Long
The index of the text, on this line.
Property
TextLineNumber
as Long
The line number of the note.
Property
TextRefNote
The note item containing the text.
Method Detail
Function
CCpfcTextReference.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:
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:
Was this helpful?