Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wordview(1) [debian man page]

wordview(1)						      General Commands Manual						       wordview(1)

NAME
wordview - displays text contained in MS-Word file in X window SYNOPSIS
wordview [ filename] DESCRIPTION
wordview is simple GUI wrapper around 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. If for some reason catdoc doesn't recognize file encoding properly, wordview allows to specify encoding interactively. OPTIONS
wordview supports standard X options, supported by wish(1) X RESOURCES
Following X resources can be used to customize wordviewlook: Wordview.Text.Background background color for main window Wordview.Text.Foreground Foreground color for main window Wordview.Text.selectBackground Background color of selected text Wordview.Text.selectForeground Foreground color of selected text Wordview.Text.Font Font to display text. We recommend to use fixed-width font, such as Courier, because catdoc(1) is intended to convert Word into text. Either XLFD font names or Tk-style font specifications like {Courier 12pt} can be used for specifying font. If you use XLFD font names, usage of unicode (iso10646-1) fonts is recommended. Wordview.Text.findMode How to search text. This option can have value either exact or regexp and specifies whether text is searched for exact match or for regular expression by default. This behavior can be toggled interactively via checkbox in the search dialog. Wordview.Text.findCase This boolean option controls whether search is case-sensitive. Default is no. Wordview.Menu.highlightBackground Background color for highlighted menu item Wordview.Menu.highlightThickness Wordview.Menu.activeBackground Background color of active menu item. Wordview.Menu.activeBorderWidth Width (in pixels) of border around highlighted menu item. Default is 0, which differs from Tk global default. See options(n) for more details. A lot of other resource options which affect behavoir of standard Tk widgets can affect wordview. See Tcl/Tk manual pages for more informa- tion. SEE ALSO
catdoc(1),wish(1),options(n) AUTHOR
Victor Wagner <vitus@45.free.net>. MS-Word reader Version 0.94.4 wordview(1)

Check Out this Related Man Page

XTERMSET(1)						      General Commands Manual						       XTERMSET(1)

NAME
xtermset - change settings of an xterm SYNOPSIS
xtermset [-option ...] DESCRIPTION
xtermset allows you to change the characteristics of an xterm window from the command line. Most options have the same names as those that you would give xterm at startup. OPTIONS
-store [<filename>] This option will save all the other command line options given to the filename. If filename is omitted then the options will be written to ~/.xtermsetrc. -default [<filename>] This option will load options from the specified filename. If the filename is omitted then the options will be loaded from ~/.xtermsetrc. Options specified on the command line preceed those that are in the options file. -f, -force xtermset normally checks if you are using it on a correct terminal (xterm (derivative) or dtterm (derivative). With this option you can override this checking. -T string, -title string Sets the window title. -n string Sets the icon name. -fg color Sets the VT100 foreground color. -bg color Sets the VT100 background color. -mousefg color Sets the mouse pointer foreground color. -mousebg color Sets the mouse pointer background color. -tekfg color Sets the Tektronix emulation window foreground color. -tekbg color Sets the Tektronix emulation window background color. -cr color Sets the text cursor color. -hc color Sets the color for highlighted (selected) text. -fn font-spec, -font font-spec Sets the font. -geom geometry-spec, -geometry geometry-spec Sets the window size and position; see X(1) for details. FILES
~/.xtermsetrc SEE ALSO
bash(1), xterm(1), X(1) BUGS
-geom does not support offsets from the left or bottom of the screen. If the geometry-spec isn't in the correct format, the output will be strange. AUTHORS
Breyten Ernsting (bje@dds.nl) Decklin Foster (decklin@home.com) User Commands Dec 2000 XTERMSET(1)
Man Page