Syntax
service TextFieldMaster;
Description
A TextFieldMaster specifies important data for its
DependentTextField s.
com::sun::star::beans::XPropertySet [ OPTIONAL ]-
Description
This optional interface makes it possible to access properties of
this field master, if any.
Property Summary
|
Name |
determins the name of the field master. The name is void as long as the
instance is not member of the document structure. When the value is being set
the instance is inserted into the document and the name cannot be changed afterwards.
That does not apply to the Database text field master.
|
|
DependentTextFields |
contains a sequence of all fields that depend on this master.
|
|
InstanceName |
contains the instance name as it is used in the
XTextFieldsSupplier .
|
|
Property Details
|
|
Syntax
string Name;
Description
determins the name of the field master. The name is void as long as the
instance is not member of the document structure. When the value is being set
the instance is inserted into the document and the name cannot be changed afterwards.
That does not apply to the Database text field master.
Syntax
[readonly] sequence< com::sun::star::text::XDependentTextField > DependentTextFields;
Description
contains a sequence of all fields that depend on this master.
Syntax
[readonly] string InstanceName;
Description
contains the instance name as it is used in the
XTextFieldsSupplier .
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.