API Documentation > Interfaces > Interface TextReference
Interface TextReference

package com.ptc.pfc.pfcDetail;

public interface
TextReference
extends
jxobject


Description
This interface identifies the text item used for a symbol definition which as a height type of SYMDEF_TEXT_RELATED.
See Also:
Method Summary
int
Get method for attribute "TextIndexNumber"
The index of the text, on this line.
int
Get method for attribute "TextLineNumber"
The line number of the note.
Get method for attribute "TextRefNote"
The note item containing the text.
void
SetTextIndexNumber (int value)
Set method for attribute "TextIndexNumber"
The index of the text, on this line.
void
SetTextLineNumber (int value)
Set method for attribute "TextLineNumber"
The line number of the note.
void
Set method for attribute "TextRefNote"
The note item containing the text.
Method Detail
GetTextRefNote
GetTextRefNote
()
SetTextRefNote
void
SetTextRefNote
(DetailNoteItem value)
The note item containing the text.
GetTextLineNumber
int
GetTextLineNumber
()
SetTextLineNumber
void
SetTextLineNumber
(int value)
The line number of the note.
GetTextIndexNumber
int
GetTextIndexNumber
()
SetTextIndexNumber
void
SetTextIndexNumber
(int value)
The index of the text, on this line.
Was this helpful?