Searched refs:xtextProps (Results 1 – 1 of 1) sorted by relevance
75 private XPropertySet xtextProps = null; field in CheckCharacterStyle110 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in setUp()135 xtextProps.setPropertyValue("CharColor", 0xFF0000); in testFontColor()143 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in testFontColor()151 xtextProps.setPropertyValue("CharUnderline", com.sun.star.awt.FontUnderline.SINGLE); in testFontUnderline()158 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in testFontUnderline()166 xtextProps.setPropertyValue("CharHeight", 12); in testFontSize()173 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in testFontSize()180 xtextProps.setPropertyValue("CharWeight", com.sun.star.awt.FontWeight.BOLD); in testFontBoldStyle()187 xtextProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xShapeText); in testFontBoldStyle()[all …]
Completed in 5 milliseconds