Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: table ::
unpublished
service CellValueBinding
Usage Restrictions
not published
Description
defines the binding to a single cell in a table document
Read/Write access to the cell represented by this component is supported,
as well as active broadcasting of value changes.
The binding supports exchanging double values, string
values.
The component cannot be instantiated at a global service factory, instead
it's usually provided by a document instance.
See also
::com::sun::star::document ::OfficeDocument
Included Services - Summary
::com::sun::star::form::binding ::ValueBinding
ensures the basic functionality for binding to a value
Properties' Summary
[ readonly bound ] CellAddress
BoundCell
specifies the cell within a document whose value is reflected
by the binding.
Exported Interfaces - Details
::com::sun::star:: util ::XModifyBroadcaster
Description
allows notifications of changes in the content of the underlying cell.
Note that this interface is already optionally allowed in the
underlying service (::com::sun::star::form::binding ::ValueBinding ),
but it loses it's optionality here.
::com::sun::star:: lang ::XInitialization
Description
allows setting initial, creation-time properties of the component
This interface is used to initialize the component after creation. It has
to be used exactly once in the life time of the component, every second call
to ::com::sun::star::lang ::XInitialization ::initialize
will throw an exception.
The arguments passed to the ::com::sun::star::lang ::XInitialization ::initialize
method must be instances of ::com::sun::star::beans ::NamedValue , where
the ::com::sun::star::beans ::NamedValue ::Name denotes the type of information
to initialize, and the ::com::sun::star::beans ::NamedValue ::Value
the inital value.
The following aspects of the components can be initialized:
BoundCell
specifies the address of the cell to bind this instance to. Must be a
CellAddress instance.
Properties' Details
BoundCell
[ readonly bound ] CellAddress BoundCell ;
Description
specifies the cell within a document whose value is reflected
by the binding.
Top of Page Copyright © 2013, 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.