Class WidthHeightPercent

class ooodev.utils.data_type.width_height_percent.WidthHeightPercent(width, height)[source]

Represents a Width and Height values from 0 to 100.

Parameters:
  • width (int) –

  • height (int) –

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

  • height (int) –

Return type:

None