1wordview(1)                 General Commands Manual                wordview(1)
2
3
4

NAME

6       wordview - displays text contained in MS-Word file in X window
7
8

SYNOPSIS

10       wordview [ filename]
11
12

DESCRIPTION

14       wordview  is simple GUI wrapper around catdoc(1) which allows to browse
15       through word file interactively. It doesn't allow  to  edit  file,  but
16       allows to save plain text representation (or version with some TeX com‐
17       mands) into the file.
18
19       If for some reason catdoc doesn't  recognize  file  encoding  properly,
20       wordview allows to specify encoding interactively.
21
22

OPTIONS

24       wordview supports standard X options, supported by wish(1)
25
26

X RESOURCES

28       Following X resources can be used to customize wordviewlook:
29
30
31       Wordview.Text.Background
32               background color for main window
33
34       Wordview.Text.Foreground
35               Foreground color for main window
36
37       Wordview.Text.selectBackground
38               Background color of selected text
39
40       Wordview.Text.selectForeground
41               Foreground color of selected text
42
43       Wordview.Text.Font
44               Font  to  display  text.  We recommend to use fixed-width font,
45               such as Courier, becouse catdoc(1) is intended to convert  Word
46               into  text.  Either XLFD font names or Tk-style font specifica‐
47               tions like {Courier 12pt} can be used for specifying  font.  If
48               you use XLFD font names, usage of unicode (iso10646-1) fonts is
49               recommended.
50
51       Wordview.Text.findMode
52               How to search text. This option can have value either exact  or
53               regexp and specifis whether text is searched for exact match or
54               for regular expression by default. This behavoir can be toggled
55               interactively via checkbox in the search dialog.
56
57       Wordview.Text.findCase
58               This  boolean option controls whether search is case-sensitive.
59               Default is no.
60
61       Wordview.Menu.highlightBackground
62               Background color for highlighted menu item
63
64       Wordview.Menu.highlightThickness
65
66       Wordview.Menu.activeBackground
67               Background color of active menu item.
68
69       Wordview.Menu.activeBorderWidth
70               Width (in pixels) of   border  around  highlighted  menu  item.
71               Default  is  0,  which  differs  from  Tk  global  default. See
72               options(n) for more details.
73
74       A lot of other resource options which affect behavoir  of  standard  Tk
75       widgets  can affect wordview. See Tcl/Tk manual pages for more informa‐
76       tion.
77
78

SEE ALSO

80       catdoc(1),wish(1),options(n)
81
82

AUTHOR

84       Victor Wagner <vitus@45.free.net>.
85
86
87
88
89
90MS-Word reader             Version @catdoc_version@                wordview(1)
Impressum