:: com :: sun :: star :: text :: textfield ::
|
service Database |
- Description
- specifies service of a database text field which is used as mail merge field.
- See also
- ::com::sun::star::text::TextField
|
Properties' Summary |
string
Content |
contains the database content that was merged in the last database merge action.
Initially it contains the column name in parenthesis (<>).
|
string
CurrentPresentation |
contains the current content of the text field.
|
boolean
DataBaseFormat |
determines whether the number format is number display format is read
from the database settings.
|
long
NumberFormat |
this is the number format for this field.
|
Properties' Details |
Content
string Content;
- Description
- contains the database content that was merged in the last database merge action.
Initially it contains the column name in parenthesis (<>).
|
|
CurrentPresentation
string CurrentPresentation;
- Description
- contains the current content of the text field.
This property is especially useful for import/export purposes.
|
|
DataBaseFormat
boolean DataBaseFormat;
- Description
- determines whether the number format is number display format is read
from the database settings.
|
|
NumberFormat
long NumberFormat;
- Description
- this is the number format for this field.
- See also
- ::com::sun::star::util::NumberFormatter
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.