Hello everyone,
I’m using the uno-library and want to replace an textfield with an image. The replacing worked correct, but the alignment of the image is not the same like from the textfield. I set the alignment with an defaultvalue like this, but I need the correct one from the textfield:
xPropSet.setPropertyValue(“HoriOrient”, new Any(HoriOrientation.LEFT));
How can I get the alignment form a textfield?
Thanks Peter