Class WidthHeightFraction

class ooodev.utils.data_type.width_height_fraction.WidthHeightFraction(width, height)[source]

Represents a Width and Height values in decimal values.

Parameters:
  • width (float) –

  • height (float) –

__init__(width, height)
Parameters:
  • width (float) –

  • height (float) –

Return type:

None