.TH wordview 1 "Version @catdoc_version@" "MS-Word reader" .SH NAME wordview \- displays text contained in MS-Word file in X window .SH SYNOPSIS .BR wordview " [" .IR filename "]" .SH DESCRIPTION .B wordview is simple GUI wrapper around .BR catdoc (1) which allows to browse through word file interactively. It doesn't allow to edit file, but allows to save plain text representation (or version with some TeX commands) into the file. .PP If for some reason .B catdoc doesn't recognize file encoding properly, .B wordview allows to specify encoding interactively. .SH OPTIONS .B wordview supports standard X options, supported by .BR wish (1) .SH X RESOURCES Following X resources can be used to customize .BR wordview look: .TP 8 .B Wordview.Text.Background background color for main window .TP 8 .B Wordview.Text.Foreground Foreground color for main window .TP 8 .B Wordview.Text.selectBackground Background color of selected text .TP 8 .B Wordview.Text.selectForeground Foreground color of selected text .TP 8 .B Wordview.Text.Font Font to display text. We recommend to use fixed-width font, such as Courier, becouse .BR catdoc (1) is intended to convert Word into text. Either XLFD font names or Tk-style font specifications like .B {Courier 12pt} can be used for specifying font. If you use XLFD font names, usage of unicode (iso10646-1) fonts is recommended. .TP 8 .B Wordview.Text.findMode How to search text. This option can have value either .BR exact " or " regexp and specifis whether text is searched for exact match or for regular expression by default. This behavoir can be toggled interactively via checkbox in the search dialog. .TP 8 .B Wordview.Text.findCase This boolean option controls whether search is case-sensitive. Default is no. .TP 8 .B Wordview.Menu.highlightBackground Background color for highlighted menu item .TP 8 .B Wordview.Menu.highlightThickness .TP 8 .B Wordview.Menu.activeBackground Background color of active menu item. .TP 8 .B Wordview.Menu.activeBorderWidth Width (in pixels) of border around highlighted menu item. Default is 0, which differs from Tk global default. See .BR options (n) for more details. .PP A lot of other resource options which affect behavoir of standard Tk widgets can affect wordview. See Tcl/Tk manual pages for more information. .SH SEE ALSO .BR catdoc (1), wish (1), options (n) .SH AUTHOR Victor Wagner .