1PDF::API2::Resource::ExUtsGeSrtaCtoen(t3r)ibuted Perl DoPcDuFm:e:nAtPaIt2i:o:nResource::ExtGState(3)
2
3
4

NAME

6       PDF::API2::Resource::ExtGState
7

METHODS

9       $egs = PDF::API2::Resource::ExtGState->new @parameters
10           Returns a new extgstate object (called from $pdf->extgstate).
11
12       $font = PDF::API2::Resource::ExtGState->new_api $api, $name
13           Returns a egstate-font object. This method is different from 'new'
14           that it needs an PDF::API2-object rather than a
15           Text::PDF::File-object.
16
17       $egs->strokeadjust $boolean
18       $egs->strokeoverprint $boolean
19       $egs->filloverprint $boolean
20       $egs->overprintmode $num
21       $egs->blackgeneration $obj
22       $egs->blackgeneration2 $obj
23       $egs->undercolorremoval $obj
24       $egs->undercolorremoval2 $obj
25       $egs->transfer $obj
26       $egs->transfer2 $obj
27       $egs->halftone $obj
28       $egs->halftonephase $obj
29       $egs->smoothness $num
30       $egs->font $font, $size
31       $egs->linewidth $size
32       $egs->linecap $cap
33       $egs->linejoin $join
34       $egs->meterlimit $limit
35       $egs->dash @dash
36       $egs->flatness $flat
37       $egs->renderingintent $intentName
38       $egs->strokealpha $alpha
39           The current stroking alpha constant, specifying the constant shape
40           or constant opacity value to be used for stroking operations in the
41           transparent imaging model.
42
43       $egs->fillalpha $alpha
44           Same as strokealpha, but for nonstroking operations.
45
46       $egs->blendmode $blendname
47       $egs->blendmode $blendfunctionobj
48           The current blend mode to be used in the transparent imaging model.
49
50       $egs->alphaisshape $boolean
51           The alpha source flag (alpha is shape), specifying whether the
52           current soft mask and alpha constant are to be interpreted as shape
53           values (true) or opacity values (false).
54
55       $egs->textknockout $boolean
56           The text knockout flag, which determines the behavior of
57           overlapping glyphs within a text object in the transparent imaging
58           model.
59
60       $egs->transparency $t
61           The graphics tranparency , with 0 being fully opaque and 1 being
62           fully transparent.  This is a convenience method setting proper
63           values for strokeaplha and fillalpha.
64
65       $egs->opacity $op
66           The graphics opacity , with 1 being fully opaque and 0 being fully
67           transparent.  This is a convenience method setting proper values
68           for strokeaplha and fillalpha.
69

AUTHOR

71       alfred reibenschuh
72
73
74
75perl v5.12.2                      2011-01-24 PDF::API2::Resource::ExtGState(3)
Impressum