![]() | ![]() | ![]() | xmlroff Reference Manual | ![]() |
---|
fo-property-page-width —
enum FoEnumPageWidth; #define FO_TYPE_ENUM_PAGE_WIDTHGType fo_enum_page_width_get_type (void); struct FoPropertyPageWidth; struct FoPropertyPageWidthClass; FoProperty* fo_property_page_width_new (void); FoDatatype* fo_property_page_width_get_value (FoProperty *property); void fo_property_page_width_set_value (FoProperty *property, FoDatatype *new_value); FoProperty* fo_property_page_width_new_from_expression (constgchar *expression, FoContext *context, FoProperty *current_font_size, FoFo *fo_node,GError **error); FoProperty* fo_property_page_width_get_initial (void);
GObject +----FoObject +----FoProperty +----FoPropertyPageWidth
"value" FoDatatype : Read / Write
typedef enum { FO_ENUM_PAGE_WIDTH_AUTO, FO_ENUM_PAGE_WIDTH_INDEFINITE, FO_ENUM_PAGE_WIDTH_INHERIT } FoEnumPageWidth;
FoProperty* fo_property_page_width_new (void);
Creates a new
Returns : | the new |
FoDatatype* fo_property_page_width_get_value (FoProperty *property);
property : | |
Returns : |
void fo_property_page_width_set_value (FoProperty *property, FoDatatype *new_value);
property : | |
new_value : |
FoProperty* fo_property_page_width_new_from_expression (constgchar *expression, FoContext *context, FoProperty *current_font_size, FoFo *fo_node,GError **error);
expression : | |
context : | |
current_font_size : | |
fo_node : | |
error : | |
Returns : |
FoProperty* fo_property_page_width_get_initial (void);
Returns : |
"value" (FoDatatype : Read / Write) | page-width property value. |
<< fo-property-page-height | fo-property-provisional-distance-between-starts >> |