Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hp(1) [plan9 man page]

HP(1)							      General Commands Manual							     HP(1)

NAME
hp - emulate an HP 2621 terminal SYNOPSIS
hp DESCRIPTION
Hp replaces an 81/2 window with an emulation of an HP 2621 terminal. SOURCE
/sys/src/cmd/hp BUGS
Hp cannot resize a window. If a 24x80 screen is required, it can draw an outline (using a menu item on button 2) and will use only the space within the outline, but the user is responsible for resizing the window to fit the outline. Use care in setting echo and newline modes when connecting to Unix systems via con. It may also be necessary to set the emulator into raw mode manually (using a button 2 menu entry). HP(1)

Check Out this Related Man Page

PDF::API2::Outline(3pm) 				User Contributed Perl Documentation				   PDF::API2::Outline(3pm)

NAME
PDF::API2::Outline - outline management METHODS
$otl = PDF::API2::Outline->new $api,$parent,$prev Returns a new outline object (called from $otls->outline). $otl->title $text Set the title of the outline. $otl->closed Set the status of the outline to closed. $otl->open Set the status of the outline to open. $sotl=$otl->outline Returns a new sub-outline. $otl->dest $pageobj [, %opts] Sets the destination page of the outline. $otl->dest( $page, -fit => 1 ) Display the page designated by page, with its contents magnified just enough to fit the entire page within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the page within the window in the other dimension. $otl->dest( $page, -fith => $top ) Display the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of the page within the window. $otl->dest( $page, -fitv => $left ) Display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of the page within the window. $otl->dest( $page, -fitr => [ $left, $bottom, $right, $top ] ) Display the page designated by page, with its contents magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and top entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the rectangle within the window in the other dimension. $otl->dest( $page, -fitb => 1 ) Display the page designated by page, with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the bounding box within the window in the other dimension. $otl->dest( $page, -fitbh => $top ) Display the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of its bounding box within the window. $otl->dest( $page, -fitbv => $left ) Display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of its bounding box within the window. $otl->dest( $page, -xyz => [ $left, $top, $zoom ] ) Display the page designated by page, with the coordinates (left, top) positioned at the top-left corner of the window and the contents of the page magnified by the factor zoom. A zero(0) value for any of the parameters left, top, or zoom specifies that the current value of that parameter is to be retained unchanged. $otl->dest( $name ) (PDF 1.2) Connect the Outline to a "Named Destination" defined elswere. $otl->url $url, %opts Defines the outline as launch-url with url $url. $otl->file $file, %opts Defines the outline as launch-file with filepath $file. $otl->pdfile $pdfile, $pagenum, %opts Defines the destination of the outline as pdf-file with filepath $pdfile, $pagenum and options %opts (same as dest). AUTHOR
alfred reibenschuh perl v5.14.2 2014-03-09 PDF::API2::Outline(3pm)
Man Page