GrafikObjekte

Programmierung unter AOO/LO (StarBasic, Python, Java, ...)

Moderator: Moderatoren

sarotti
****
Beiträge: 105
Registriert: So, 12.03.2006 17:40
Wohnort: Nähe Krefeld

Re: GrafikObjekte

Beitrag von sarotti »

...sorry 2 mal gepostet...

sarotti
Zuletzt geändert von sarotti am So, 08.03.2009 10:26, insgesamt 1-mal geändert.
sarotti
****
Beiträge: 105
Registriert: So, 12.03.2006 17:40
Wohnort: Nähe Krefeld

Re: GrafikObjekte

Beitrag von sarotti »

Hallo CGhrriStoff

Graphiken erreichst du wie folgt

Code: Alles auswählen

...
odoc=thisComponent
grafiken=odoc.getGraphicObjects()
for i= 0 to grafiken.count -1
        REM hier erfolgt die weitere Bearbeitung
next
...
Gruss
sarotti
Antworten