public interface

ITextConstruct

com.google.gdata.data.ITextConstruct
Known Indirect Subclasses

Class Overview

Shared text construct interface.

Summary

Nested Classes
class ITextConstruct.Type Defines the possible text construct types: TEXT, HTML, and XHTML. 
Public Methods
abstract String getPlainText()
Returns a plain-text representation of this text construct.
abstract int getType()
Returns this text construct's type (text, HTML, or XHTML).

Public Methods

public abstract String getPlainText ()

Returns a plain-text representation of this text construct.

public abstract int getType ()

Returns this text construct's type (text, HTML, or XHTML).

Returns
  • an integer value of 1 to represent TEXT, 2 to represent HTML, or 3 to represent XHTML.