Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/DevelopersGuide/Drawing/
H A DTextDemo.java80 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 …]
/aoo4110/test/testuno/source/fvt/uno/sd/animation/
H A DTextAnimation.java105 XPropertySet xTextPropSet = addPortion(xRectangle, "Text Animation", in testTextAnimation() local
108 xTextPropSet.setPropertyValue("TextEffect", in testTextAnimation()
116 xTextPropSet.getPropertyValue("TextEffect")); in testTextAnimation()
/aoo4110/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphTextProperty.java103 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 17 milliseconds