GOffice.FormatDetails¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
append_SI |
r/w |
append an SI unit. |
|
appended_SI_unit |
r/w |
the SI unit to append. |
|
automatic_denominator |
r/w |
use an automatic denominator for fractions. |
|
currency |
r/w |
||
denominator |
r/w |
fixed denominator. |
|
denominator_max_digits |
r/w |
minimum digits number for the denominator. |
|
denominator_min_digits |
r/w |
minimum digits number for the denominator. |
|
expansion |
[ |
r |
|
exponent_digits |
r/w |
digits number in exponent. |
|
exponent_sign_forced |
r/w |
whether the sign in the exponent is always shown. |
|
exponent_step |
r/w |
steps between allowed exponents in scientific notation. |
|
family |
r/w |
||
force_quoted |
r/w |
force quotes use. |
|
magic |
r/w |
||
min_digits |
r/w |
minimum digits number. |
|
negative_paren |
r/w |
uses parenthersis around negative numbers. |
|
negative_red |
r/w |
display negative number using red ink. |
|
num_decimals |
r/w |
decimals number. |
|
numerator_min_digits |
r/w |
minimum digits number for the numerator. |
|
pi_scale |
r/w |
use multiples of pi for fractions, e.g. 1/2*pi. |
|
ref_count |
r |
||
scale |
r/w |
scale. |
|
simplify_mantissa |
r/w |
simplify the mantissa. |
|
split_fraction |
r/w |
split the fraction. |
|
thousands_sep |
r/w |
thousands separator. |
|
use_markup |
r/w |
whether to use a markup. |
Methods¶
class |
|
|
|
|
|
|
Details¶
- class GOffice.FormatDetails¶
- classmethod new(family)¶
- Parameters:
family (
GOffice.FormatFamily
) –- Return type:
- finalize()¶
- free()¶
- init(family)¶
- Parameters:
family (
GOffice.FormatFamily
) –