ooodev.format.inner.common.format_types.size_percent module

class ooodev.format.inner.common.format_types.size_percent.SizePercent(width, height)[source]

Bases: WidthHeightPercent

Size in percent values

Parameters:
  • width (int) –

  • height (int) –

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

  • height (int) –

Return type:

None

height: int
width: int