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

NAME

Prty::Sdoc::Table - Tabelle

BASE CLASS

Prty::Sdoc::Node

DESCRIPTION

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

ATTRIBUTES

parent => $parent

Verweis auf Superknoten.

childs => \@childs

Liste der Subknoten. Die Subknoten sind ausschließlich Row-Knoten.

METHODS

Konstruktor

new() - Konstruktor

Synopsis

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

Description

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

Methods

visibleTitle() - Liefere den Titel, wie er ins Dokument geschrieben wird

Synopsis

    $text = $node->visibleTitle($format);

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

Synopsis

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

Description

Erzeuge eine externe Repräsentation für die Tabelle, einschließlich aller Subknoten, und liefere diese zurück.

VERSION

1.090

AUTHOR

Frank Seitz, http://fseitz.de/

COPYRIGHT

Copyright (C) 2016 Frank Seitz

LICENSE

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