Home
last modified time | relevance | path

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

/aoo41x/test/testuno/source/fvt/uno/sw/frame/
H A DFrameHyperlink.java73 …XPropertySet xTextFrameProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextFr… in testFrameHyperlink() local
74 xTextFrameProps.setPropertyValue("HyperLinkURL","http://www.google.com.hk/"); in testFrameHyperlink()
75 xTextFrameProps.setPropertyValue("HyperLinkTarget","google"); in testFrameHyperlink()
76 xTextFrameProps.setPropertyValue("HyperLinkName","FrameHyperlinkToGoogle"); in testFrameHyperlink()
H A DFrameDescription.java73 …XPropertySet xTextFrameProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextFr… in testFrameDescription() local
74 xTextFrameProps.setPropertyValue("Title", "Frame"); in testFrameDescription()
75 xTextFrameProps.setPropertyValue("Description", "Test Frame"); in testFrameDescription()

Completed in 11 milliseconds