Lines Matching refs:xText

39 	XText xText = null;  field in ParagraphTexttoTextAlignment
63 xText = xTextDocument.getText(); in testTexttoTextAlignment_Baseline()
64xText.setString("we are Chinese,they are American.we are all living in one earth!Hello,world!Hello… in testTexttoTextAlignment_Baseline()
67 XTextCursor xTextCursor = xText.createTextCursor(); in testTexttoTextAlignment_Baseline()
108 xText = xTextDocument.getText(); in testTexttoTextAlignment_Bottom()
109xText.setString("we are Chinese,they are American.we are all living in one earth!Hello,world!Hello… in testTexttoTextAlignment_Bottom()
112 XTextCursor xTextCursor = xText.createTextCursor(); in testTexttoTextAlignment_Bottom()
153 xText = xTextDocument.getText(); in testTexttoTextAlignment_Center()
154xText.setString("we are Chinese,they are American.we are all living in one earth!Hello,world!Hello… in testTexttoTextAlignment_Center()
157 XTextCursor xTextCursor = xText.createTextCursor(); in testTexttoTextAlignment_Center()
198 xText = xTextDocument.getText(); in testTexttoTextAlignment_Top()
199xText.setString("we are Chinese,they are American.we are all living in one earth!Hello,world!Hello… in testTexttoTextAlignment_Top()
202 XTextCursor xTextCursor = xText.createTextCursor(); in testTexttoTextAlignment_Top()
243 xText = xTextDocument.getText(); in testTexttoTextAlignment_Automatic()
244xText.setString("we are Chinese,they are American.we are all living in one earth!Hello,world!Hello… in testTexttoTextAlignment_Automatic()
247 XTextCursor xTextCursor = xText.createTextCursor(); in testTexttoTextAlignment_Automatic()