Included Services - Summary |
::com::sun::star::awt::UnoControlEditModel |
- (referenced entity's summary:)
|
::com::sun::star::form::FormControlModel |
- (referenced entity's summary:)
|
::com::sun::star::text::TextRange |
specifies capabilities to provide rich text, as opposed to the simple text provided by the
com::sun::star::awt::UnoControlEditModel
|
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:
- com::sun::star::awt::UnoControlEditModel::EchoChar
- com::sun::star::awt::UnoControlEditModel::MaxTextLen
- com::sun::star::awt::UnoControlEditModel::MultiLine
- com::sun::star::awt::UnoControlEditModel::Align
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.