Property not exported as expected

Hi,


we detected a problem regarding export of Prop elements.

the library exports:
01_04_C
Position
02
0
0
0
1038
0

but when reading the Property “POS” in Visio 2010, this field is empty.

after postprocessing the file and removing " F=“No Formula”" (especially for the Value tag) the value shows up accordingly in its text field.

the result of this post processing looks like this:
01_04_C
Position
02
0
0
0
1038
0

In code we tried to remove the formula on different ways. neither prop.getValue().getUfev().setF(""); nor
prop.getValue().getUfev().setF(null); worked.

is there another way to remove " F=“No Formula”" using the aspose library?

Best regards

Gerald

Hi Gerald,


Thank you for contacting support. Please provide us your sample Visio diagram and source code in this forum thread for testing purposes. We’ll investigate this scenario and reply you accordingly.