(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: form :: component ::

service RichTextControl
Description
specifies a component which extends the ::com::sun::star::awt::UnoControlEditModel with capabilities to display and input formatted text.

Included Services - Summary
::com::sun::star::awt::UnoControlEditModel
(referenced entity's summary:)
specifies the standard model of an ::com::sun::star::awt::UnoControlEdit.
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
specifies a control model within a form.
::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.  
Included Services - Details
::com::sun::star::awt::UnoControlEditModel
(referenced entity's summary:)
specifies the standard model of an ::com::sun::star::awt::UnoControlEdit.
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
specifies a control model within a form.
::com::sun::star::text::TextRange
Description
specifies capabilities to provide rich text, as opposed to the simple text provided by the ::com::sun::star::awt::UnoControlEditModel
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

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.