Home
last modified time | relevance | path

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

/trunk/main/pyuno/demo/
H A Dswriter.py116 textInTextFrame = textFrame.getText() variable
117 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…
H A Dswritercomp.py117 textInTextFrame = textFrame.getText()
118 cursorInTextFrame = textInTextFrame.createTextCursor()
119textInTextFrame.insertString( cursorInTextFrame, "The first line in the newly created text frame."…
120textInTextFrame.insertString( cursorInTextFrame, "\nWith this second line the height of the frame …
/trunk/main/scripting/examples/python/pythonSamples/
H A DTableSample.py106 textInTextFrame = textFrame.getText()
107 cursorInTextFrame = textInTextFrame.createTextCursor()
108textInTextFrame.insertString( cursorInTextFrame, "The first line in the newly created text frame."…
109textInTextFrame.insertString( cursorInTextFrame, "\nWith this second line the height of the frame …

Completed in 20 milliseconds