Lines Matching refs:xText
40 XText xText = null; field in ParagraphAlignment
64 xText = xTextDocument.getText(); in testParagraphAlignmentJustified()
65 …xText.setString("we are Chinese,they are American.we are all living in one earth!Hello,world!Hello… in testParagraphAlignmentJustified()
68 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphAlignmentJustified()
129 xText = xTextDocument.getText(); in testParagraphAlignmentLeft()
130 …xText.setString("we are Chinese,they are American.we are all living in one earth!Hello,world!Hello… in testParagraphAlignmentLeft()
133 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphAlignmentLeft()
188 xText = xTextDocument.getText(); in testParagraphAlignmentRight()
189 …xText.setString("we are Chinese,they are American.we are all living in one earth!Hello,world!Hello… in testParagraphAlignmentRight()
192 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphAlignmentRight()
245 xText = xTextDocument.getText(); in testParagraphAlignmentCenter()
246 …xText.setString("we are Chinese,they are American.we are all living in one earth!Hello,world!Hello… in testParagraphAlignmentCenter()
249 XTextCursor xTextCursor = xText.createTextCursor(); in testParagraphAlignmentCenter()