Relative Content

Tag Archive for javams-wordxml-parsingapache-poixwpf

Is there a way to extract position and dimension of text boxes from word document using Apache POI

I am trying to extract information about the positions and dimensions of text boxes in a Word document using Apache POI. Unlike Aspose.Words that provide methods and classes to handle text boxes and other shapes, Apache POI doesn’t seem to provide those functionalities. If there is a way to extract information about the position and dimensions of text boxes using Apache POI it would be helpful.