NAME
BeamerReveal - BeamerReveal
VERSION
version 20251224.1500
SYNOPSIS
Factory object to make objects that correspond to the basic chunks in the .rvl file. These objects correspond to the actual beamer to reveal conversion.
METHODS
new()
$f = BeamerReveal->new()
Constructor
createFromChunk
$f->createFromChunk( $chunk, $chunkStartLine )
factory method: creates a basic object.
- .
$chunk -
string that contains the data to create the basic object from (i.e. to parse).
- .
$chunkStartLine -
The starting line of the chunk (used for error reporting).
AUTHOR
Walter Daems <wdaems@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2025 by Walter Daems.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007
CONTRIBUTOR
Paul Levrie