set the text orientation field for the frame record .
170. PaneRecord rec = new PaneRecord(); 172. rec.field_1_x = field_1_x; 173. rec.field_2_y = field_2_y; 174. rec.field_3_topRow = field_3_topRow; 175. rec.field_4_leftColumn = field_4_leftColumn; 176. rec.field_5_activePane = field_5_activePane;