|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
SlideView
SlideView[{expr1, expr2, ...}]
represents an object in which the
are set up to be displayed on successive slides.
SlideView[{expr1, expr2, ...}, i]
makes the i
slide be the one currently displayed.
Details and OptionsDetails and Options
- SlideView by default displays with a standard collection of slide viewing controls.
- SlideView[list, Dynamic[i]] takes the displayed slide to be specified by the dynamically updated current value of i, with the value of i being reset if a different slide is displayed.
- The following options can be given:
-
Alignment Automatic how to align objects in the display area AppearanceElements Automatic control elements to include Background Automatic background color to use BaselinePosition Automatic how to align with a surrounding text baseline BaseStyle {} base style specifications for the SlideView ControlPlacement Top where to place slide viewing controls Deployed False whether the contents should be uneditable Enabled Automatic whether controls are enabled FrameMargins Automatic margins inside the overall frame ImageMargins Automatic margins around the display area ImageSize All the overall image size for the display area - With the default option setting ImageSize->All, SlideView always leaves space for the largest of the
to be displayed, so that its overall size does not change. » - With ImageSize->Automatic, SlideView leaves space only for the
currently being displayed. - The following elements are included by default:
,
,
,
. Additional possible elements include:
,
,
,
,
,
. These elements can be specified in any order in a list given as the setting for AppearanceElements. - The settings for BaseStyle are appended to the default style typically given by the
style in the current stylesheet.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


