eelbrain.fmtxt.Section
- class eelbrain.fmtxt.Section(heading, content=None)
Document section containing a title and content
- Parameters:
heading (FMTextLike) – Section heading.
content (FMTextLike) – Section content. Can also be constructed dynamically through the different .add_… methods.
Methods
|
Add a figure frame to the section |
|
Add an image in a figure frame to the section |
|
|
|
Add a new subordinate section |
|
Append content to the FMText item |
|
Copy PDF to clipboard |
|
Copy TeX to clipboard |
|
Complete HTML representation |
|
|
|
String representation |
|
TeX representation |
|
Save in HTML format |
|
Save in PDF format |
|
Save in Rich Text format |
|
Save in TeX format |
|
Save as plain text file |