I’m trying to detect whether a shape has visual effects (specifically reflection) using the Aspose.Words Java API.
I’m using the following logic:
com.aspose.words.ReflectionFormat r = shape.getReflection();
if (r != nu…...notifier May 22, 2026, 3:42pm 3 The issues...