Home
last modified time | relevance | path

Searched refs:cursorInTextFrame (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/scripting/examples/python/pythonSamples/
H A DTableSample.py107 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 …
/aoo41x/main/pyuno/demo/
H A Dswriter.py117 cursorInTextFrame = textInTextFrame.createTextCursor() variable
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…
H A Dswritercomp.py118 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 14 milliseconds