How access OLE Table in Writer from Python (UNO API)

I want access (or create) to OLE table within writer document. I started access to Libre Office via C++ but was not succesfull and changed to python.
I used
Libre Office 25.8.1
Python which is delivered by Libre Office

I have access to Libre Office via Socket, I can load document and can change user property fieds and add chapters and text.
I can create a writer table but can not align (mix align per each cell (LEFT, RIGHT, CNTER). Either center or left.
Therefore I need an OLE Table which can also created or use an existing one.
I have a template e.g. delivery note with footer and header and some prepared text. I will add the articles into the table.

But I get it no running I fins some small samples and get tipps from chatgpt but I get always issues. I have tried different steps without success. I checked the inside help or class print but the function are not working. Also he don’t find the OLE Table.

Has anyone tipps or small running snippets to access to OLE Tables?

Regards HB

I think it’s easier to align the cell text horizontally to the right. This can be done interactively via the Standard toolbar and, probably, with a macro.

What exactly should we understand by an OLE table?