Searched refs:xTextPropSet (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | TextDemo.java | 80 XPropertySet xTextPropSet, xShapePropSet; in main() local 97 xTextPropSet = ShapeHelper.addPortion( xRectangle, "Portion1", false ); in main() 98 xTextPropSet.setPropertyValue( "CharColor", new Integer( 0xff0000 ) ); in main() 99 xTextPropSet = ShapeHelper.addPortion( xRectangle, "Portion2", false ); in main() 100 xTextPropSet.setPropertyValue( "CharColor", new Integer( 0x8080ff ) ); in main() 106 xTextPropSet = ShapeHelper.addPortion( xRectangle, "Portion3", true ); in main() 107 xTextPropSet.setPropertyValue( "CharColor", new Integer( 0xff ) ); in main() 128 xTextPropSet = ShapeHelper.addPortion( xRectangle, in main() 130 xTextPropSet.setPropertyValue( "ParaAdjust", ParagraphAdjust.CENTER ); in main() 131 xTextPropSet.setPropertyValue( "CharColor", new Integer(0xff00)); in main() [all …]
|
/aoo42x/test/testuno/source/fvt/uno/sd/animation/ |
H A D | TextAnimation.java | 105 XPropertySet xTextPropSet = addPortion(xRectangle, "Text Animation", in testTextAnimation() local 108 xTextPropSet.setPropertyValue("TextEffect", in testTextAnimation() 116 xTextPropSet.getPropertyValue("TextEffect")); in testTextAnimation()
|
/aoo42x/test/testuno/source/fvt/uno/sd/paragraph/ |
H A D | ParagraphTextProperty.java | 103 XPropertySet xTextPropSet = addPortion(xRectangle, "using TextFitToSize", false); in testParagraphPropertyShape() local 104 xTextPropSet = addPortion(xRectangle, "and a Border distance of 2,5 cm", true); in testParagraphPropertyShape()
|
Completed in 14 milliseconds