Incorrect position of text boxes rotated to 90 and 270 deg after changing text wrap to NONE.
Code snippet:
Document doc = new Document();
DocumentBuilder builder = new DocumentBuilder(doc);
builder.w…...colors at the same position Shape textBoxShape1 = builder.insertShape(ShapeType... 150, 100, WrapType.NONE); Shape textBoxShape2 = builder.insertShape(ShapeType...