Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: sheet ::
|
| unpublished |
service Scenario |
|
|
- Usage Restrictions
- not published
- Description
- represents a scenario in a spreadsheet document.
|
| Exported Interfaces - Summary |
| XScenario |
- (referenced entity's summary:)
- provides access to the settings of a scenario sheet.
|
| XScenarioEnhanced |
|
| ::com::sun::star::beans::XPropertySet |
- (referenced entity's summary:)
- provides information about and access to the
properties from an implementation.
|
| ::com::sun::star::container::XNamed |
- (referenced entity's summary:)
- specifies the name of the object.
|
| Properties' Summary |
boolean
IsActive |
[ OPTIONAL ]
specifies if the scenario is active.
|
long
BorderColor |
[ OPTIONAL ]
specifies the color of the border of the scenario.
|
boolean
Protected |
[ OPTIONAL ]
specifies if the scenario is protected.
|
boolean
ShowBorder |
[ OPTIONAL ]
specifies if the scenario shows a border.
|
boolean
PrintBorder |
[ OPTIONAL ]
specifies if the scenario prints a border.
|
boolean
CopyBack |
[ OPTIONAL ]
specifies if the data should be copied back into the scenario.
|
boolean
CopyStyles |
[ OPTIONAL ]
specifies if the styles are copied.
|
boolean
CopyFormulas |
[ OPTIONAL ]
specifies if the formulas are copied or only the results.
|
| Properties' Details |
IsActive
boolean IsActive;
- Usage Restrictions
- optional
- Description
- specifies if the scenario is active.
|
|
BorderColor
long BorderColor;
- Usage Restrictions
- optional
- Description
- specifies the color of the border of the scenario.
|
|
Protected
boolean Protected;
- Usage Restrictions
- optional
- Description
- specifies if the scenario is protected.
|
|
ShowBorder
boolean ShowBorder;
- Usage Restrictions
- optional
- Description
- specifies if the scenario shows a border.
|
|
PrintBorder
boolean PrintBorder;
- Usage Restrictions
- optional
- Description
- specifies if the scenario prints a border.
|
|
CopyBack
boolean CopyBack;
- Usage Restrictions
- optional
- Description
- specifies if the data should be copied back into the scenario.
|
|
CopyStyles
boolean CopyStyles;
- Usage Restrictions
- optional
- Description
- specifies if the styles are copied.
|
|
CopyFormulas
boolean CopyFormulas;
- Usage Restrictions
- optional
- Description
- specifies if the formulas are copied or only the results.
|
|
Top of Page
Copyright © 1995, 2010, 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.