Login  Register

Re: How can I highlight entries in the outline pane of the output viewer?

Posted by Jon K Peck on Feb 03, 2011; 2:21pm
URL: http://spssx-discussion.165.s1.nabble.com/How-can-I-highlight-entries-in-the-outline-pane-of-the-output-viewer-tp3369245p3369309.html

You can change the outline font and size globally using the View>Outline Size or View>Outline Font menus.

You can go further, though, with individual items.  You can edit the text and insert html or rtf text formatting on individual items.
For example, this text would make Warnings italic
<html><i>Warnings</i></html>

This would be tedious to do manually if there is very much of it, but the SPSSINC MODIFY OUTPUT extension command from the SPSS Community can automate this.  For example, this syntax would make the Descriptive Statistics titles in the outline bold.  In the replacement text below, \\1 stands for the item text being modified.

SPSSINC MODIFY OUTPUT  TABLES
/IF outlinetitle="Descriptive Statistics"
PROCESS=ALL
/REPLACE ITEMS
OUTLINETITLE= "<html><b>\\1</b></html>".

HTH,

Jon Peck
Senior Software Engineer, IBM
[hidden email]
312-651-3435




From:        Art Kendall <[hidden email]>
To:        [hidden email]
Date:        02/03/2011 06:18 AM
Subject:        [SPSSX-L] How can I highlight entries in the outline pane of the              output              viewer?
Sent by:        "SPSSX(r) Discussion" <[hidden email]>




Is there a way to edit the format of text in the outline pane on the left of the output viewer?
I.e., larger or bolder or color or background, etc..

If it is possible to do this, will such changes be carried through to a pdf file when EXPORTed?

Art Kendall
Social Research Consultants

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD