![]() |
![]() |
![]() |
xmlroff Reference Manual | ![]() |
---|---|---|---|---|
enum FoEnumFormat; #define FO_TYPE_ENUM_FORMAT enum FoEnumFontEmbed; GType fo_enum_font_embed_get_type (void); #define FO_TYPE_ENUM_FONT_EMBED FoLibfoContextClass; GType fo_libfo_context_get_type (void); gboolean fo_libfo_context_get_continue_after_error (FoLibfoContext *libfo_context); void fo_libfo_context_set_continue_after_error (FoLibfoContext *libfo_context, gboolean continue_after_error); FoEnumFormat fo_libfo_context_get_format (FoLibfoContext *libfo_context); void fo_libfo_context_set_format (FoLibfoContext *libfo_context, FoEnumFormat format); FoEnumFontEmbed fo_libfo_context_get_font_embed (FoLibfoContext *libfo_context); void fo_libfo_context_set_font_embed (FoLibfoContext *libfo_context, FoEnumFontEmbed font_embed); gboolean fo_libfo_context_get_validation (FoLibfoContext *libfo_context); void fo_libfo_context_set_validation (FoLibfoContext *libfo_context, gboolean validation); FoWarningFlag fo_libfo_context_get_warning_mode (FoLibfoContext *libfo_context); void fo_libfo_context_set_warning_mode (FoLibfoContext *libfo_context, FoWarningFlag warning_mode); FoDebugFlag fo_libfo_context_get_debug_mode (FoLibfoContext *libfo_context); void fo_libfo_context_set_debug_mode (FoLibfoContext *libfo_context, FoDebugFlag debug_mode);
typedef enum { FO_ENUM_FORMAT_UNKNOWN, FO_ENUM_FORMAT_AUTO, FO_ENUM_FORMAT_PDF, FO_ENUM_FORMAT_POSTSCRIPT, FO_ENUM_FORMAT_SVG } FoEnumFormat;
typedef enum { FO_ENUM_FONT_EMBED_INVALID, FO_ENUM_FONT_EMBED_ALL, FO_ENUM_FONT_EMBED_NONBASE, FO_ENUM_FONT_EMBED_NONE } FoEnumFontEmbed;
GType fo_libfo_context_get_type (void);
Register the FoLibfoContext type if not already registered and return its GType value.
Returns : | GType of FoLibfoContext. |
gboolean fo_libfo_context_get_continue_after_error (FoLibfoContext *libfo_context);
Get the 'continue' property of libfo_context
.
libfo_context : |
FoLibfoContext. |
Returns : | Value of the 'continue' property of libfo_context .
|
void fo_libfo_context_set_continue_after_error (FoLibfoContext *libfo_context, gboolean continue_after_error);
Set the 'continue' property of libfo_context
.
libfo_context : |
FoLibfoContext. |
continue_after_error : |
New 'continue' value for libfo_context .
|
FoEnumFormat fo_libfo_context_get_format (FoLibfoContext *libfo_context);
Get the 'format' property of libfo_context
.
libfo_context : |
FoLibfoContext. |
Returns : | Value of the 'format' property of libfo_context .
|
void fo_libfo_context_set_format (FoLibfoContext *libfo_context, FoEnumFormat format);
Set the 'format' property of libfo_context
.
libfo_context : |
FoLibfoContext. |
format : |
New 'format' value for libfo_context .
|
FoEnumFontEmbed fo_libfo_context_get_font_embed (FoLibfoContext *libfo_context);
Get the 'font-embed' property of libfo_context
.
libfo_context : |
FoLibfoContext. |
Returns : | Value of the 'font-embed' property of libfo_context .
|
void fo_libfo_context_set_font_embed (FoLibfoContext *libfo_context, FoEnumFontEmbed font_embed);
Set the 'font-embed' property of libfo_context
.
libfo_context : |
FoLibfoContext. |
font_embed : |
New 'font-embed' value for libfo_context .
|
gboolean fo_libfo_context_get_validation (FoLibfoContext *libfo_context);
Get the 'validation' property of libfo_context
.
libfo_context : |
FoLibfoContext. |
Returns : | Value of the 'validation' property of libfo_context .
|
void fo_libfo_context_set_validation (FoLibfoContext *libfo_context, gboolean validation);
Set the 'validation' property of libfo_context
.
libfo_context : |
FoLibfoContext. |
validation : |
New 'validation' value for libfo_context .
|
FoWarningFlag fo_libfo_context_get_warning_mode (FoLibfoContext *libfo_context);
Get the 'warning_mode' property of libfo_context
.
libfo_context : |
FoLibfoContext. |
Returns : | Value of the 'warning_mode' property of libfo_context .
|
void fo_libfo_context_set_warning_mode (FoLibfoContext *libfo_context, FoWarningFlag warning_mode);
Set the 'warning-mode' property of libfo_context
.
libfo_context : |
FoLibfoContext. |
warning_mode : |
New 'warning-mode' value for libfo_context .
|
FoDebugFlag fo_libfo_context_get_debug_mode (FoLibfoContext *libfo_context);
Get the 'debug_mode' property of libfo_context
.
libfo_context : |
FoLibfoContext. |
Returns : | Value of the 'debug_mode' property of libfo_context .
|
void fo_libfo_context_set_debug_mode (FoLibfoContext *libfo_context, FoDebugFlag debug_mode);
Set the 'debug-mode' property of libfo_context
.
libfo_context : |
FoLibfoContext. |
debug_mode : |
New 'debug-mode' value for libfo_context .
|