Searched refs:xTextPropSet2 (Results 1 – 1 of 1) sorted by relevance
113 XPropertySet xTextPropSet2 = addPortion(xRectangle, "And another text paragraph", true); in ParaStyle() local114 xTextPropSet2.setPropertyValue("CharColor", new Integer(0xff0000)); in ParaStyle()123 Assert.assertEquals("Text Color is red",0xff0000,xTextPropSet2.getPropertyValue("CharColor")); in ParaStyle()
Completed in 17 milliseconds