pyexlatex.presentation.beamer package¶
Subpackages¶
- pyexlatex.presentation.beamer.columns package
- pyexlatex.presentation.beamer.control package
- pyexlatex.presentation.beamer.frame package
- pyexlatex.presentation.beamer.overlay package
- Subpackages
- Submodules
- pyexlatex.presentation.beamer.overlay.next module
- pyexlatex.presentation.beamer.overlay.offset module
- pyexlatex.presentation.beamer.overlay.overlay module
- pyexlatex.presentation.beamer.overlay.overlay_param module
- pyexlatex.presentation.beamer.overlay.range module
- pyexlatex.presentation.beamer.overlay.until_end module
- pyexlatex.presentation.beamer.templates package
- pyexlatex.presentation.beamer.theme package
Submodules¶
pyexlatex.presentation.beamer.block module¶
- class pyexlatex.presentation.beamer.block.AlertBlock(content, title=None, text_color=None, header_color=None, **kwargs)[source]¶
Bases:
pyexlatex.presentation.beamer.block.BlockBase
Block with an optional header which is red
- name = 'alertblock'¶
- class pyexlatex.presentation.beamer.block.Block(content, title=None, text_color=None, header_color=None, **kwargs)[source]¶
Bases:
pyexlatex.presentation.beamer.block.BlockBase
Block with an optional header
- name = 'block'¶
- class pyexlatex.presentation.beamer.block.BlockBase(content, title=None, text_color=None, header_color=None, **kwargs)[source]¶
Bases:
pyexlatex.models.section.base.TextAreaBase
- name = '<invalid, use a subclass, not BlockBase>'¶