|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.mediarss.MediaTitle
Describes a media title.
Defined in gdata.js
Field Summary | |
{string|undefined} |
$t
Text of the title. |
{string|undefined} |
type
Type of text, either plain or html. |
<static> <final> {string} |
TYPE_HTML
Entity encoded html. |
<static> <final> {string} |
TYPE_PLAIN
Plain text. |
Constructor Summary | |
google.gdata.mediarss.MediaTitle(<Object> opt_params)
Constructs a media title using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
string|undefined
|
getContent()
Returns the text of the title. |
string|undefined
|
getType()
Returns the type of text, either plain or html. |
void
|
setContent(<string|undefined> content)
Sets the text of the title. |
void
|
setType(<string|undefined> type)
Sets the type of text, either plain or html. |
Field Detail |
{string|undefined} $t
{string|undefined} type
<static> <final> {string} TYPE_HTML
<static> <final> {string} TYPE_PLAIN
Constructor Detail |
google.gdata.mediarss.MediaTitle(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: content and type.
Method Detail |
string|undefined getContent()
string|undefined getType()
void setContent(<string|undefined> content)
content
- Text of the title or undefined for none.
void setType(<string|undefined> type)
type
- Type of text, either plain or html or undefined for none.
|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |