PAJES 2.3.9

org.pajes.html
Interface TextContainer

All Known Implementing Classes:
Anchor, FormattedText, Label, Option, Paragraph, PlainText, Span, SubmitAnchor

public interface TextContainer

This interface is implemented by all HTML objects that contain text.


Method Summary
 java.lang.String getContainedText()
          Returns the text that this object contains.
 

Method Detail

getContainedText

public java.lang.String getContainedText()
Returns the text that this object contains.

Returns:
the text that this object contains.

PAJES 2.3.9

Copyright © 2002-2003 Viridian Pty Limited. All Rights Reserved.