![]() | ![]() | ![]() | xmlroff Reference Manual | ![]() |
---|
fo-property-writing-mode —
struct FoPropertyWritingMode; struct FoPropertyWritingModeClass; FoProperty* fo_property_writing_mode_new (void); FoProperty* fo_property_writing_mode_get_initial (void); FoEnumAreaDirection fo_property_writing_mode_to_bpd (FoProperty *writing_mode, GError **error); FoEnumAreaDirection fo_property_writing_mode_to_ipd (FoProperty *writing_mode, GError **error); FoEnumAreaDirection fo_property_writing_mode_to_sd (FoProperty *writing_mode, GError **error);
FoProperty* fo_property_writing_mode_new (void);
Creates a new FoPropertyWritingMode initialized to default value.
Returns : | the new FoPropertyWritingMode. |
FoProperty* fo_property_writing_mode_get_initial (void);
Get an instance of the property with the correct initial value.
Returns : | An instance of the property. |
FoEnumAreaDirection fo_property_writing_mode_to_bpd (FoProperty *writing_mode, GError **error);
Determine the block-progression-direction for the current value of writing_mode
writing_mode : | FoPropertyWritingMode |
error : | GError |
Returns : | FoEnumAreaDirection indicating block-progression-direction |
FoEnumAreaDirection fo_property_writing_mode_to_ipd (FoProperty *writing_mode, GError **error);
Determine the inline-progression-direction for the current value of writing_mode
writing_mode : | FoPropertyWritingMode |
error : | GError |
Returns : | FoEnumAreaDirection indicating inline-progression-direction |
FoEnumAreaDirection fo_property_writing_mode_to_sd (FoProperty *writing_mode, GError **error);
Determine the shift-direction for the current value of writing_mode
writing_mode : | FoPropertyWritingMode |
error : | GError |
Returns : | FoEnumAreaDirection indicating shift-direction |
<< fo-property-wrap-option | Area Objects >> |