from small one page howto to huge articles all in one place
 

search text in:





Poll
Which kernel version do you use?





poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

185934

userrating:

average rating: 1.7 (102 votes) (1=very good 6=terrible)


May 25th. 2007:
Words

486

Views

250337

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

137481

userrating:

average rating: 1.4 (42 votes) (1=very good 6=terrible)


April, 26th. 2006:

Druckversion
You are here: manpages





PAPERINFO

Section: C Library Functions (3)
Updated: 24 September 1996
Index Return to Main Contents
 

NAME

paperinfo, paperwithsize, paperfirst, paperlast, papernext, paperprev - return informations about a paper  

SYNOPSYS

#include <paper.h>

const struct paper* paperinfo(const char* papername)
const struct paper* paperwithsize(double psw, double psh)

char*  papername(const struct paper*)
double paperpswidth(const struct paper*)
double paperpsheigth(const struct paper*)

const struct paper* paperfirst(void)
const struct paper* papernext(const struct paper* pinfo)
const struct paper* paperprev(const struct paper* pinfo)
const struct paper* paperlast(void)
 

DESCRIPTION

paperinfo() returns a pointer to a struct paper containing informations about the paper with name papername paperwithsize() looks for a paper whose width and height is psw and psh in PostScript points, and return a pointer to a struct paper corresponding to the paper found.

papername() returns the name of a paper described by an opaque struct paper object paperpswidth() returns the width, in PostScript points, of a paper described by an opaque struct paper object paperpsheight() returns the height, in PostScript points, of a paper described by an opaque struct paper object

paperfirst() and paperlast() return the first and last entries for papers. Iteration from one entry to the next or the previous one can be done with papernext() and paperprev() respectively.  

SEE ALSO

paperinit(3), paperdone(3) defaultpapername(3)
papersize(5)


 

Index

NAME
SYNOPSYS
DESCRIPTION
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 15.7 ms