xmlroff Reference Manual |
---|
FoPropertyBorder —
struct FoPropertyBorder; struct FoPropertyBorderClass; enum FoEnumBorderWidth;GType fo_enum_border_width_get_type (void); #define FO_TYPE_ENUM_BORDER_WIDTH enum FoEnumBorderStyle;GType fo_enum_border_style_get_type (void); #define FO_TYPE_ENUM_BORDER_STYLE FoProperty* fo_property_border_new (void); void fo_property_border_resolve (FoContext *current_context, FoContext *parent_context);
typedef enum { FO_ENUM_BORDER_WIDTH_THIN, FO_ENUM_BORDER_WIDTH_MEDIUM, FO_ENUM_BORDER_WIDTH_THICK } FoEnumBorderWidth;
typedef enum { FO_ENUM_BORDER_STYLE_NONE, FO_ENUM_BORDER_STYLE_HIDDEN, FO_ENUM_BORDER_STYLE_DOTTED, FO_ENUM_BORDER_STYLE_DASHED, FO_ENUM_BORDER_STYLE_SOLID, FO_ENUM_BORDER_STYLE_DOUBLE, FO_ENUM_BORDER_STYLE_GROOVE, FO_ENUM_BORDER_STYLE_RIDGE, FO_ENUM_BORDER_STYLE_INSET, FO_ENUM_BORDER_STYLE_OUTSET } FoEnumBorderStyle;
FoProperty* fo_property_border_new (void);
Creates a new FoPropertyBorder initialized to default value.
Returns : | the new FoPropertyBorder. |
<< Other Properties | FoPropertyMargin >> |