![]() |
![]() |
![]() |
GData Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include <gdata/services/documents/gdata-documents-text.h>
#define GDATA_DOCUMENTS_TEXT_DOC
#define GDATA_DOCUMENTS_TEXT_HTML
#define GDATA_DOCUMENTS_TEXT_ODT
#define GDATA_DOCUMENTS_TEXT_PDF
#define GDATA_DOCUMENTS_TEXT_PNG
#define GDATA_DOCUMENTS_TEXT_RTF
#define GDATA_DOCUMENTS_TEXT_TXT
#define GDATA_DOCUMENTS_TEXT_ZIP
GDataDocumentsText;
GDataDocumentsTextClass;
GDataDocumentsText * gdata_documents_text_new (const gchar *id
);
GObject +----GDataParsable +----GDataEntry +----GDataDocumentsEntry +----GDataDocumentsDocument +----GDataDocumentsText
GDataDocumentsText is a subclass of GDataDocumentsDocument to represent a text document from Google Documents.
For more details of Google Documents' GData API, see the online documentation.
#define GDATA_DOCUMENTS_TEXT_DOC "doc"
The export format for Microsoft Word (DOC) format.
For more information, see the GData protocol specification.
Since 0.7.0
#define GDATA_DOCUMENTS_TEXT_HTML "html"
The export format for HyperText Markup Language (HTML) format.
For more information, see the GData protocol specification.
Since 0.7.0
#define GDATA_DOCUMENTS_TEXT_ODT "odt"
The export format for OpenDocument Text (ODT) format.
For more information, see the GData protocol specification.
Since 0.7.0
#define GDATA_DOCUMENTS_TEXT_PDF "pdf"
The export format for Portable Document Format (PDF).
For more information, see the GData protocol specification.
Since 0.7.0
#define GDATA_DOCUMENTS_TEXT_PNG "png"
The export format for Portable Network Graphics (PNG) image format.
For more information, see the GData protocol specification.
Since 0.7.0
#define GDATA_DOCUMENTS_TEXT_RTF "rtf"
The export format for Rich Text Format (RTF).
For more information, see the GData protocol specification.
Since 0.7.0
#define GDATA_DOCUMENTS_TEXT_TXT "txt"
The export format for plain text format.
For more information, see the GData protocol specification.
Since 0.7.0
#define GDATA_DOCUMENTS_TEXT_ZIP "zip"
The export format for a ZIP archive containing images and exported HTML.
For more information, see the GData protocol specification.
Since 0.7.0
typedef struct _GDataDocumentsText GDataDocumentsText;
All the fields in the GDataDocumentsText structure are private and should never be accessed directly.
Since 0.4.0
typedef struct { } GDataDocumentsTextClass;
All the fields in the GDataDocumentsTextClass structure are private and should never be accessed directly.
Since 0.4.0
GDataDocumentsText * gdata_documents_text_new (const gchar *id
);
Creates a new GDataDocumentsText with the given entry ID ("id").
|
the entry's ID (not the document ID of the text document), or NULL . [allow-none]
|
Returns : |
a new GDataDocumentsText, or NULL ; unref with g_object_unref() . [transfer full]
|
Since 0.4.0