titleCharset

The character set to be used to display the title of the PODSDocument object.

Interface

PODSDocument

IDL definition
attribute PODSUInt16 titleCharset;
JavaScript synopsis

Not applicable

C synopsis
PODSUInt16 PODSgetTitleCharset(PODSDocument* doc);
void PODSsetTitleCharset(
  PODSDocument* doc,
  PODSUInt16
);
Parameters
Returns

Getter: Value of character set to be used in displaying the document’s title.

Setter: None

See also

title