Syntax
struct InsertCommandArgument;
Description
The argument for the command "insert".
See also
- XCommandProcessor
-
Field Summary
|
Data |
A stream containing document data.
|
|
ReplaceExisting |
A flag indicating whether a possibly existing content (and its data)
shall be overwritten.
|
|
Field Details
|
|
Syntax
com::sun::star::io::XInputStream Data;
Description
A stream containing document data.
This member can be left blank, if no (new) document data shall be
written by the implementation of the "insert" command.
Syntax
boolean ReplaceExisting;
Description
A flag indicating whether a possibly existing content (and its data)
shall be overwritten.
Implementations that are not able to detect whether there are
previous data may ignore this parameter and will always write the
new data.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.