Properties' Summary |
boolean
HardLineBreaks |
specifies whether text should be automatically wrapped to fit into the control.
|
boolean
RichText |
specifies whether the control should display the text including all its formatting.
|
Properties' Details |
HardLineBreaks
boolean HardLineBreaks;
- Description
- specifies whether text should be automatically wrapped to fit into the control.
If set to true, users need to manually press the enter key to insert a line break.
If set to false, text is automatically wrapped at the control border.
|
|
RichText
boolean RichText;
- Description
- specifies whether the control should display the text including all its formatting.
If this is set to false, the control will act as ordinary
::com::sun::star::awt::UnoControlEditModel.
If the property is set to true, the control will ignore the following properties:
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.