ArminKH
Well-Known Member
hi this is my first question in forum
i use this method with reflection 4 set line space
Dim RE As Reflector
RE.Target=MyView
RE.RunMethod3("setLineSpacing",1,"java.lang.float",1.5,"java.lang.float")
1-is there any way to use this method with java object?(how ?)because i use java object always and i dont want use 2 library
2-this method has 2 argument in this example argument 1 is 1 and argument 2 in 1.5
but we set line space with one number what is the first argument ?
3-is there any way to get line spacing?
plz help
i use this method with reflection 4 set line space
Dim RE As Reflector
RE.Target=MyView
RE.RunMethod3("setLineSpacing",1,"java.lang.float",1.5,"java.lang.float")
1-is there any way to use this method with java object?(how ?)because i use java object always and i dont want use 2 library
2-this method has 2 argument in this example argument 1 is 1 and argument 2 in 1.5
but we set line space with one number what is the first argument ?
3-is there any way to get line spacing?
plz help
Last edited: