Library | Package Java Toolkit

Interface DetailTextLine

package com.ptc.pfc.pfcDetail;

public interface DetailTextLine
  extends jxobject



Description

This interface represents a line of text in a detail note.
See Also:
pfcDetail.DetailText_Create(String)



Method Summary
DetailTextsGetTexts ()
    Get method for attribute "Texts"
    The text elements that make up the text line.
voidSetTexts (DetailTexts value)
    Set method for attribute "Texts"
    The text elements that make up the text line.

Method Detail

GetTexts/SetTexts

DetailTextsGetTexts ()
voidSetTexts (DetailTexts value)


    The text elements that make up the text line.

Exceptions thrown (but not limited to):

XToolkitOutOfMemory - Not enough memory.