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 :: embed ::
constants group EntryInitModes
Description
This constant set contains possible modes to initialize object
persistance.
See also
XEmbedPersist
Constants
DEFAULT_INIT
In case object persistance is created based on existing entry,
the object should be initialized from this entry. Otherwise
the object should be initialized as a new one.
TRUNCATE_INIT
The object should be initialized as a new empty one.
NO_INIT
The object should be initialized as a new one only in case it still
was not initialized. If the object initialized already do not
reinitialize it.
MEDIA_DESCRIPTOR_INIT
The object should be initialized using additional arguments from
provided
::com::sun::star::document ::MediaDescriptor .
URL_LINK_INIT
The object should be initialized as a link using URL provided in
additional arguments.
Constants' Details
DEFAULT_INIT
const long DEFAULT_INIT = 0;
Description
In case object persistance is created based on existing entry,
the object should be initialized from this entry. Otherwise
the object should be initialized as a new one.
TRUNCATE_INIT
const long TRUNCATE_INIT = 1;
Description
The object should be initialized as a new empty one.
NO_INIT
const long NO_INIT = 2;
Description
The object should be initialized as a new one only in case it still
was not initialized. If the object initialized already do not
reinitialize it.
MEDIA_DESCRIPTOR_INIT
const long MEDIA_DESCRIPTOR_INIT = 3;
Description
The object should be initialized using additional arguments from
provided
::com::sun::star::document ::MediaDescriptor .
URL_LINK_INIT
const long URL_LINK_INIT = 4;
Description
The object should be initialized as a link using URL provided in
additional arguments.
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.