The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:PostScript-Report PostScript"

PostScript::Report - Produce formatted reports in PostScript River stage zero No dependents

PostScript::Report helps you generate nicely formatted reports using PostScript. You do not need any knowledge of PostScript to use this package (unless you want to create new Component types). You probably won't create a PostScript::Report object di...

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::VBox - Hold components in a vertical column River stage zero No dependents

This Container draws its children in a vertical column. There is no space between children. If the children are of different widths, they are all left aligned....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::HBox - Hold components in a horizontal row River stage zero No dependents

This Container draws its children in a horizontal row. There is no space between children. If the children are of different heights, their tops are aligned....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::Font - Represents a PostScript font River stage zero No dependents

PostScript::Report::Font represents a font in a PostScript::Report. You won't deal directly with Font objects unless you are writing your own Components. You construct a Font object by calling the report's "get_font" in PostScript::Report method....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::Types - type library for PostScript::Report River stage zero No dependents

These are the custom types used by PostScript::Report....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::Image - Include an EPS file River stage zero No dependents

This Component allows you to include an EPS file in your report. Most vector-based drawing programs can save in EPS format. You can also convert bitmap images to EPS using a program like ImageMagick (<http://www.imagemagick.org>), but vector-based fo...

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::Field - A simple field with no label River stage zero No dependents

This Component is a simple text field. Note: While you may use a Field as a label by giving it a constant value, it always uses "font" to draw the text, not "label_font"....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::Spacer - Leave blank space in a report River stage zero No dependents

This Component is simply a blank space (possibly with a border)....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::Builder - Build a PostScript::Report object River stage zero No dependents

Because a PostScript::Report involves constructing a number of related objects, it's usually more convenient to pass a description of the report to a builder object. You can find example reports in the examples directory of this distribution. The %re...

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::FieldTL - A field with a label in the top left corner River stage zero No dependents

This Component is a text field with a label in the upper left corner. Note that FieldTL does not have or use the "padding_bottom" attribute. Instead, the label text is placed at the top of the field, and the value text right below that....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::Checkbox - A checkbox with no label River stage zero No dependents

This Component is a checkbox that may be checked or unchecked. If the value it retrieves is considered true by Perl, then the box will be checked....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::LinkField - A field that can contain hyperlinks River stage zero No dependents

This Component is a text field that can contain hyperlinks. It's intended for use when the report will be converted to a PDF file. Note: While you may use a LinkField as a label by giving it a constant value, it always uses "font" to draw the text, n...

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::Value::Page - Evaluate a page number expression River stage zero No dependents

This Value substitutes page numbers into a string....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::Role::Value - Something that returns a field value River stage zero No dependents

The Value role describes an object that provides a "get_value" method. It's used as the "value" in PostScript::Report::Role::Component when something more than a simple hash or array lookup is required. See "get_value" in PostScript::Report....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::Value::Constant - Return a constant value River stage zero No dependents

This Value simply returns a constant string....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::Role::Container - A component that has components River stage zero No dependents

This role describes a Component that contains other Components....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::Role::Component - Something that can be drawn River stage zero No dependents

This role describes an object that knows how to draw itself on a report. A Component that contains other Components is a Container....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC
17 results (0.033 seconds)