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

NAME

Quiq::Sdoc::Row - Zeile einer Tabelle

BASE CLASS

Quiq::Sdoc::Node

DESCRIPTION

Ein Objekt der Klasse repräsentiert eine Tabellenzeile im Sdoc-Parsingbaum.

ATTRIBUTES

parent => $parent

Verweis auf den Elternknoten

columns => \@columns

Liste der Kolumnen.

METHODS

Konstruktor

new() - Konstruktor

Synopsis

    $node = $class->new($doc,$parent);

Description

Lies eine Tabellenzeile aus Textdokument $doc und liefere eine Referenz auf dieses Objekt zurück.

Methods

dump() - Erzeuge externe Repräsentation für eine Tabellenzeile

Synopsis

    $str = $node->dump($format);

Description

Erzeuge eine externe Repräsentation für die Tabellenzeile und liefere diese zurück.

VERSION

1.131

AUTHOR

Frank Seitz, http://fseitz.de/

COPYRIGHT

Copyright (C) 2019 Frank Seitz

LICENSE

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