com.retek.component.internet
Interface ExAPersonalizationTextLineRequest

All Superinterfaces:
ExAPersonalizationAttributesRequest, ExAPersonalizationBase

public interface ExAPersonalizationTextLineRequest
extends ExAPersonalizationAttributesRequest

This interface manages the text that can be set on a Personalization request.

Retek Inc. Copyright (c) 2003


Field Summary
 
Fields inherited from interface com.retek.component.internet.ExAPersonalizationBase
EMBOSSING_TYPE_CODE, EMBROIDERING_TYPE_CODE, ENGRAVING_TYPE_CODE, PAINTING_TYPE_CODE
 
Method Summary
 void setLineNumber(int lineNumber)
          Items that support personalization, can have multiple lines of text.
 void setText(java.lang.String text)
          Sets the personalized text.
 
Methods inherited from interface com.retek.component.internet.ExAPersonalizationAttributesRequest
setColorId, setFontId, setPersonalizationTypeCode
 

Method Detail

setText

public void setText(java.lang.String text)
Sets the personalized text.


setLineNumber

public void setLineNumber(int lineNumber)
Items that support personalization, can have multiple lines of text. This method specifies the line number on which the text should appear.



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25