‎2006 Jun 16 10:25 AM
Hi everyone
Who know how to control format of paragraph and font type of the text control C_TEXTEDIT_CONTROL ?
Thanks
‎2006 Jun 16 10:34 AM
I am not sure if you are using the TEXT EDIT control you can get the font / format of the text as the table it is returning if generic type.
Unlike EDIT_TEXT function which also returns the Formatting of the lines, the GET methods of the control, does not return the font information.
regards,
Ravi
Note :Please mark the helpful answers
‎2006 Jun 16 10:34 AM
I am not sure if you are using the TEXT EDIT control you can get the font / format of the text as the table it is returning if generic type.
Unlike EDIT_TEXT function which also returns the Formatting of the lines, the GET methods of the control, does not return the font information.
regards,
Ravi
Note :Please mark the helpful answers
‎2006 Jun 16 10:38 AM
I feel its' not possible to include font and paragraph format for text exit ctrl.
see the link for full functionality of text edit ctrl.
http://help.sap.com/saphelp_45b/helpdata/en/08/514035634d761fe10000009b38f889/content.htm
rgds,
TM
‎2006 Jun 16 11:03 AM
Hi,
you can format the text lines but the font type is not possible to set .
Regards
vijay
‎2008 Nov 24 8:18 AM
Hi All,
I am using theis class C_TEXTEDIT_CONTROL to create Text Editor.
Everything has done.
The Text Editor has been embedded in the Screen where I can put the comments.
My issue is :-- If I want to add more comments next time, the cursor should be at end place.
Right now the cursor is at beginning line.
Pls guide me which method I should use to point Cursor at the end.
Rishi Bhatia
‎2008 Dec 10 6:23 AM
Hello,
Textedit control is simple multiline editor. Textedit control further supports only plain text format. Refer note 845149.
Further C_TEXTEDIT_CONTROL is older one, it is suggested to use CL_GUI_TEXTEDIT control. Please see note 680072.
For more details on textedit control usage CL_GUI_TEXTEDIT refer
http://help.sap.com/saphelp_nw70/helpdata/EN/f1/549e36cf0ecb7de10000009b38f889/frameset.htm
Further to answer, the cursor cannot be positioned at the last. It will always be positioned at the begining.
Best Regards
Rajendra