The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Win32::Word::Writer::Table - Add tables to Word documents.

SYNOPSIS

Used by the Win32::Word::Writer module.

PROPERTIES

oWriter

Win32::Word::Writer::Table object to write to.

alreadyCreatedRow

Whether a row have been created already.

Default: 0

createdColumnCount

The number of columns actually created in the table.

Default: 0

columnPos

Which column we're adding text to currently

new(oWriter => Win32::Word::Writer $oWriter)

Create new table writer for $oWriter.

init()

Init the object after creation.

TableBegin()

Begin a new table.

Add a RowBegin() and a ColumnBegin() before adding any text to the table.

RowBegin()

Begin a new row in the table. Existing rows and columns are implicitly closed first.

ColumnBegin()

Begin a new column in the row. Existing columns are implicitly closed first.

TableEnd()

End the current table.

DESTROY

Release the oWriter

AUTHOR

Johan Lindström, <johanl[ÄT]DarSerMan.com>

BUGS

Please report any bugs or feature requests to bug-win32-word-document-writer@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Win32-Word-Writer. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2009 Johan Lindström, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 214:

Non-ASCII character seen before =encoding in 'Lindström,'. Assuming CP1252