:: com :: sun :: star :: text :: textfield :: docinfo ::
|
service CreateAuthor |
- Description
- specifies service of a text field that provides information about the author
who created the document.
- See also
- ::com::sun::star::text::TextField
|
Included Services |
::com::sun::star::text::TextField |
- (referenced entity's summary:)
- A ::com::sun::star::form::component::TextField is a ::com::sun::star::text::TextContent which fades its
textual representation into the text range to which it is anchored.
|
Properties' Summary |
string
Author |
contains the name of the author.
|
string
CurrentPresentation |
contains the current content of the text field.
|
boolean
IsFixed |
[ OPTIONAL ]
If this flag is set to false the author
will be overiden by the current author
each time the document is saved.
|
Properties' Details |
Author
string Author;
- Description
- contains the name of the author.
|
|
CurrentPresentation
string CurrentPresentation;
- Description
- contains the current content of the text field.
This property is escpecially usefull for import/export purposes.
|
|
IsFixed
boolean IsFixed;
- Usage Restrictions
- optional
- Description
- If this flag is set to false the author
will be overiden by the current author
each time the document is saved.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.