Text

Answered

How to let the line invisible in Text Document for demo example

In the example, Demo app.

Select Text Document, lines show in the view.

How to not show the line in the view?

image


Best Answer

Dear User,


Currently, this is as designed, there is no configuration that would allow to concatenate lines in  a Text part.


What is the use-case you want to implement? So that we may think of another way to proceed?


Best regards,


Olivier


Dear User,


Thank you for contacting us and your question


Currently, in a Text Document it is not possible to deactivate the guide lines.


If the purpose of your application is to simply recognize text and you do not want the guidelines, then you shall create a "Text" part and disable the guidelines setting the "text.guides.enable" to false.


In your code, this can be done as follows: conf.setBoolean("text.guides.enable",false);


Best regards,


Olivier


1 person likes this

Hi, Olivier

Thank you for your reply.

Another question, how show text in one line.

Set "text.guides.enable" to false.

1. first write text "one" , text "one" show on first line.

2. second writ text "two", text "two" show on second line.

How to show these text in one line?

image


--------------------------------------

image



-----------------------------------

image



--------------------------------------

image


Answer

Dear User,


Currently, this is as designed, there is no configuration that would allow to concatenate lines in  a Text part.


What is the use-case you want to implement? So that we may think of another way to proceed?


Best regards,


Olivier

  • Support
  • Forums
  • Text
  • How to let the line invisible in Text Document for demo example