Hi Support,
I would like to know if it’s possible using Aspose Slide Java to change the size of the organization chart node (height or width)?
Ideally is it possible to set the height / width ratio, or is it possible to make sure the height can be changed to fit the text inside without overlap, in that case, we could add blank line to increase the height as a workaround.
Even if using the method, where the shape size supposed to fit the text (as written in the java method comment), this seems to not change the behavior, and the text still overlaps:
ITextFrame textFrame = ISmartArtNode.getTextFrame textFrame.getTextFrameFormat().setAutofitType(TextAutofitType.Shape);
The question is quite similar with another one asked 3 years ago:
Thanks in advance,