Searched refs:mxDocText (Results 1 – 2 of 2) sorted by relevance
143 private XText mxDocText = null; field in TextDocuments320 mxDocText = mxDoc.getText(); in editingExample()334 mxDocCursor = mxDocText.createTextCursor(); in editingExample()519 mxDocText.setString ( "This is the new body text of the document." in BodyTextExample()534 XTextRange xStart = mxDocText.getStart(); in TextRangeExample()538 XTextRange xEnd = mxDocText.getEnd(); in TextRangeExample()571 mxDocText.insertString ( xWordCursor, "old ", true ); in TextCursorExample()583 mxDocText.insertString (xWordCursor, in TextCursorExample()607 mxDocText.insertTextContent ( mxDocText.getEnd(), xDateField, false ); in TextFieldExample()632 mxDocText.insertControlCharacter ( in TextFieldExample()[all …]
74 mxDocText.insertControlCharacter(77 mxDocText.insertTextContent(mxDocText.getEnd(), xUserField, false);