Home
last modified time | relevance | path

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

/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphStyle.java113 XPropertySet xTextPropSet2 = addPortion(xRectangle, "And another text paragraph", true); in ParaStyle() local
114 xTextPropSet2.setPropertyValue("CharColor", new Integer(0xff0000)); in ParaStyle()
123 Assert.assertEquals("Text Color is red",0xff0000,xTextPropSet2.getPropertyValue("CharColor")); in ParaStyle()

Completed in 29 milliseconds