org.zkoss.zss.model
Interface FormatText

All Known Implementing Classes:
FormatTextImpl

public interface FormatText

Holding class for possible cell formatted text results

Author:
henrichen

Method Summary
 org.zkoss.poi.ss.format.CellFormatResult getCellFormatResult()
          Returns the CellFormatResult.
 org.zkoss.poi.ss.usermodel.RichTextString getRichTextString()
          Returns the RichTextString.
 boolean isCellFormatResult()
          Returns whether the formatted text a CellFormatResult.
 boolean isRichTextString()
          Returns whether the formatted text a RichTextString.
 

Method Detail

isRichTextString

boolean isRichTextString()
Returns whether the formatted text a RichTextString.

Returns:
whether a RichTextString.

isCellFormatResult

boolean isCellFormatResult()
Returns whether the formatted text a CellFormatResult.

Returns:
whether a CellFormatResult.

getCellFormatResult

org.zkoss.poi.ss.format.CellFormatResult getCellFormatResult()
Returns the CellFormatResult.

Returns:
the CellFormatResult.

getRichTextString

org.zkoss.poi.ss.usermodel.RichTextString getRichTextString()
Returns the RichTextString.

Returns:
the RichTextString.


Copyright © 2005-2010 Potix Corporation. All Rights Reserved. SourceForge.net Logo