Home
last modified time | relevance | path

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

/aoo41x/main/scripting/examples/python/pythonSamples/
H A DTableSample.py100 textFrame = doc.createInstance( "com.sun.star.text.TextFrame" )
101 textFrame.setSize( Size(15000,400))
102 textFrame.setPropertyValue( "AnchorType" , AS_CHARACTER )
104 text.insertTextContent( cursor, textFrame, 0 )
106 textInTextFrame = textFrame.getText()
/aoo41x/main/pyuno/demo/
H A Dswriter.py109 textFrame = doc.createInstance( "com.sun.star.text.TextFrame" ) variable
110 textFrame.setSize( Size(15000,400))
111 textFrame.setPropertyValue( "AnchorType" , AS_CHARACTER )
114 text.insertTextContent( cursor, textFrame, 0 )
116 textInTextFrame = textFrame.getText()
H A Dswritercomp.py111 textFrame = doc.createInstance( "com.sun.star.text.TextFrame" )
112 textFrame.setSize( Size(15000,400))
113 textFrame.setPropertyValue( "AnchorType" , AS_CHARACTER )
115 text.insertTextContent( cursor, textFrame, 0 )
117 textInTextFrame = textFrame.getText()

Completed in 13 milliseconds