Searched refs:textInTextFrame (Results 1 – 3 of 3) sorted by relevance
106 textInTextFrame = textFrame.getText()107 cursorInTextFrame = textInTextFrame.createTextCursor()108 …textInTextFrame.insertString( cursorInTextFrame, "The first line in the newly created text frame."…109 …textInTextFrame.insertString( cursorInTextFrame, "\nWith this second line the height of the frame …
116 textInTextFrame = textFrame.getText() variable117 cursorInTextFrame = textInTextFrame.createTextCursor()118 textInTextFrame.insertString( cursorInTextFrame, "The first line in the newly created text frame.",…119 textInTextFrame.insertString( cursorInTextFrame, "\nWith this second line the height of the frame r…
117 textInTextFrame = textFrame.getText()118 cursorInTextFrame = textInTextFrame.createTextCursor()119 …textInTextFrame.insertString( cursorInTextFrame, "The first line in the newly created text frame."…120 …textInTextFrame.insertString( cursorInTextFrame, "\nWith this second line the height of the rame r…
Completed in 20 milliseconds