ooodev.format.inner.direct.chart2.title.position_size.position module
- class ooodev.format.inner.direct.chart2.title.position_size.position.Position(pos_x, pos_y)[source]
Bases:
Position
Positions a Title.
New in version 0.9.4.
- __init__(pos_x, pos_y)[source]
Constructor
- Parameters:
pos_x (float, UnitT) – Specifies the x-coordinate of the position of the shape (in
mm
units) or Class UnitT.pos_y (float, UnitT) – Specifies the y-coordinate of the position of the shape (in
mm
units) or Class UnitT.
- Return type:
None