PAJES 3.0.21

org.pajes.html
Interface TextContainer

All Known Implementing Classes:
Anchor, AnchorButton, Big, Bold, Cite, Code, Dfn, Em, Font, FormattedText, Italic, Kbd, Label, Legend, Option, Paragraph, PlainText, Samp, Small, Span, Strike, Strong, SubmitAnchor, Subscript, Superscript, Teletype, Text, Underline, Var

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

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

Returns:
the text that this object contains.

PAJES 3.0.21

Copyright © 1998-2007 Viridian Pty Limited. All Rights Reserved.