Library | Package Java Toolkit

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:
SymbolDefHeight, DetailSymbolDefInstructions, DetailSymbolDefItem.ListDetailItems(/*optional*/ DetailType), DetailSymbolDefItem.GetDetailItem(DetailType, int), DetailSymbolDefItem.CreateDetailItem(DetailCreateInstructions)



Method Summary
intGetTextIndexNumber ()
    Get method for attribute "TextIndexNumber"
    The index of the text, on this line.
intGetTextLineNumber ()
    Get method for attribute "TextLineNumber"
    The line number of the note.
DetailNoteItemGetTextRefNote ()
    Get method for attribute "TextRefNote"
    The note item containing the text.
voidSetTextIndexNumber (int value)
    Set method for attribute "TextIndexNumber"
    The index of the text, on this line.
voidSetTextLineNumber (int value)
    Set method for attribute "TextLineNumber"
    The line number of the note.
voidSetTextRefNote (DetailNoteItem value)
    Set method for attribute "TextRefNote"
    The note item containing the text.

Method Detail

GetTextRefNote/SetTextRefNote

DetailNoteItemGetTextRefNote ()
voidSetTextRefNote (DetailNoteItem value)


    The note item containing the text.



GetTextLineNumber/SetTextLineNumber

intGetTextLineNumber ()
voidSetTextLineNumber (int value)


    The line number of the note.



GetTextIndexNumber/SetTextIndexNumber

intGetTextIndexNumber ()
voidSetTextIndexNumber (int value)


    The index of the text, on this line.