Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Input and Output / Output Options /

SetOptions

FilledSmallSquare SetOptions[s, ->, ->, ... ] sets the specified default options for a symbol s.

FilledSmallSquare SetOptions[stream, ... ] or SetOptions["name", ... ] sets options associated with a particular stream.

FilledSmallSquare SetOptions[object, ... ] sets options associated with an external object such as a NotebookObject.

FilledSmallSquare SetOptions is equivalent to an assignment which redefines certain elements of the list Options[s] of default options.

FilledSmallSquare SetOptions can be used on Protected symbols.

FilledSmallSquare SetOptions returns the new form of Options[s].

FilledSmallSquare You can use SetOptions on InputStream and OutputStream objects. If there is only one stream with a particular name, you can give the name as a string as the argument of Options.

FilledSmallSquare SetOptions can be used on a list of streams, such as the value of $Output.

FilledSmallSquare If you use SetOptions[NotebookObject[... ], ... ] the kernel will send a request to the front end which will immediately make the change specified.

FilledSmallSquare See Section 1.9.4 and Section A.3.3.

FilledSmallSquare New in Version 1; modified in 3.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.