![]() | ![]() | ![]() | xmlroff Reference Manual | ![]() |
---|
FoDocPDFlib —
struct FoDocPDFLIB; struct FoDocPDFLIBClass; FoDoc* fo_doc_pdflib_new (void); void fo_doc_pdflib_set_parameter (FoDoc *fo_doc, constgchar *key, constgchar *value); void fo_doc_pdflib_set_value (FoDoc *fo_doc, constgchar *key,gfloat value); void fo_doc_pdflib_set_info (FoDoc *fo_doc, constgchar *key, constgchar *value); void fo_doc_pdflib_open_file (FoDoc *fo_doc, constgchar *filename,GError **error);
FoDoc* fo_doc_pdflib_new (void);
Creates a new FoDoc.
Returns : | the newly created FoDoc. |
void fo_doc_pdflib_set_parameter (FoDoc *fo_doc, constgchar *key, constgchar *value);
Set the parameter of fo_doc named key with string type to value.
fo_doc : | FoDoc. |
key : | Name of string parameter. |
value : | String parameter value. |
void fo_doc_pdflib_set_value (FoDoc *fo_doc, constgchar *key,gfloat value);
Set the parameter of fo_doc named key with numeric type to value.
fo_doc : | FoDoc. |
key : | Name of numeric parameter. |
value : | Numeric parameter value. |
void fo_doc_pdflib_set_info (FoDoc *fo_doc, constgchar *key, constgchar *value);
Set the document information field of fo_doc named key to value.
fo_doc : | FoDoc. |
key : | Document information item name. |
value : | Document information item value. |
<< FoDocGP | FoFontDesc >> |