Re: Re: Paragraph and documentation
"Mr. Shawn H. Corey" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.pdfapi2 |
|---|---|
| Message-ID | <[email protected]> |
spinningwebz2002 wrote:
> Thanks for the info. In your other message I also saw the posting
> about bold etc. I will just have to write routines that would process
> the paragraph using text_center, left etc. which would give me more
> control anyways.
>
> While working with pdf::api2, what variables do I have access to (is
> there a list)?
You will find that $text->text(...) is the workhorse of PDF::API2.
Every routine that prints (via the text object) uses this routine.
I'm not sure what you mean by variables. PDF::API2 is object-oriented.
It helps if you know something about Perl objects. There are a lot of
parameters but few variables (and you shouldn't touch them unless you
really, really know what you're doing).
--
Just my 0.00000002 million dollars worth,
Shawn
"For the things we have to learn before we can do them, we learn by
doing them."
Aristotle