173174175176177178179180181182183
// first size Rectangle rect1 = handle.getDocumentPosSize(); // resize handle.resizeDocument(); // after resize Rectangle rect2 = handle.getDocumentPosSize(); // disposeManager and start a new office if (!disconnect()) return;
170171172173174175176177178179180
178179180181182183184185186187188