pyexlatex.models.format.paragraph package

Submodules

pyexlatex.models.format.paragraph.justifying module

class pyexlatex.models.format.paragraph.justifying.Justifying(**kwargs)[source]

Bases: pyexlatex.models.item.NoOptionsNoContentsItem

Returns paragraph to the default of justifying text on both left and right. Useful if paragraph is currently ragged or sloppy, which occurs when using NoLineBreak.

__init__(**kwargs)[source]
name = 'justifying'

pyexlatex.models.format.paragraph.multicol module

class pyexlatex.models.format.paragraph.multicol.MultiColumn(content, num_cols=2, **kwargs)[source]

Bases: pyexlatex.models.section.base.TextAreaBase

Layout multiple columns in a text area

__init__(content, num_cols=2, **kwargs)[source]
name = 'multicols'

pyexlatex.models.format.paragraph.raggedright module

class pyexlatex.models.format.paragraph.raggedright.RaggedRight(**kwargs)[source]

Bases: pyexlatex.models.item.NoOptionsNoContentsItem

__init__(**kwargs)[source]
name = 'raggedright'

pyexlatex.models.format.paragraph.sloppy module

class pyexlatex.models.format.paragraph.sloppy.Sloppy(**kwargs)[source]

Bases: pyexlatex.models.item.NoOptionsNoContentsItem

__init__(**kwargs)[source]
name = 'sloppy'