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

NAME

Prty::Sdoc::Figure - Bild

BASE CLASS

Prty::Sdoc::Node

DESCRIPTION

Ein Objekt der Klasse repräsentiert eine Abbildung.

ATTRIBUTES

parent => $parent

Verweis auf Superknoten.

file => $url

Pfad/URL der Bilddatei.

width => $n

Breite des Bildes.

height => $n

Höhe des Bildes.

style => $cssDef

CSS-Definition

title => $str

Überschrift.

center => $bool

Zentriere Abbildung

url => $url

Mache Bild zu einem Link auf $url.

METHODS

Konstruktor

new() - Konstruktor

Synopsis

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

Methods

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

Synopsis

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

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

Synopsis

    $str = $node->dump($format,@args);

VERSION

1.102

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.