[zum Teil gelöst] Suche Doku zu com.sun.star.beans.PropertyValue
Verfasst: Mi, 24.11.2021 19:17
Hallo,
ich stolpere immer wieder über die PropertyValues.
Wo finde ich eine Doku, zu Namen und Values der PropertyValues.
Beispiel wenn ein BItmap markiert wurde:
Name "SelectedFormat" war mir bisher unbekannt und das Value=2 ein Bitmap bedeutet auch.
Die API gibt leider keine weiteren Auskünfte:
https://www.openoffice.org/api/docs/com ... .html#Name
ich stolpere immer wieder über die PropertyValues.
Wo finde ich eine Doku, zu Namen und Values der PropertyValues.
Beispiel wenn ein BItmap markiert wurde:
Code: Alles auswählen
REM Quelle: https://ask.libreoffice.org/t/macro-for-saving-sheet-as-single-image-in-calc/29954/4
Dim props(0) As New com.sun.star.beans.PropertyValue
props(0).Name = "SelectedFormat"
props(0).Value = 2 'Apparently this means bitmap format'
Die API gibt leider keine weiteren Auskünfte:
https://www.openoffice.org/api/docs/com ... .html#Name