Home
last modified time | relevance | path

Searched refs:documentText (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DValueBinding.java51 XText documentText = textDoc.getText(); in prepareDocument() local
52 XTextCursor textCursor = documentText.createTextCursor(); in prepareDocument()
53documentText.insertString( textCursor, "Below, there's a table cell, and a text field. ", false ); in prepareDocument()
54documentText.insertString( textCursor, "Both are linked via an external value binding.\n", false ); in prepareDocument()
55documentText.insertString( textCursor, "That means that anything you insert into the table cell is… in prepareDocument()
56 documentText.insertString( textCursor, "text field, and vice versa.\n", false ); in prepareDocument()
62 documentText.insertTextContent( textCursor, table, false ); in prepareDocument()
/aoo42x/main/forms/qa/integration/forms/
H A DValueBinding.java93 XText documentText = textDoc.getText(); in prepareDocument() local
94 XTextCursor textCursor = documentText.createTextCursor(); in prepareDocument()
100 documentText.insertTextContent( textCursor, table, false ); in prepareDocument()

Completed in 14 milliseconds