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 != n…...does not work for reflection-only cases . Attached document for...