Enums

class pdfpug.common.Alignment

Enum Alignment options

right = 'right aligned'

Right align content

left = 'left aligned'

Left align content

justified = 'justified'

Justify content across the line

center = 'center aligned'

Center align content

class pdfpug.common.Color

Enum Colors

red = 'red'

Red

orange = 'orange'

Orange

yellow = 'yellow'

Yellow

olive = 'olive'

Olive

green = 'green'

Green

teal = 'teal'

Teal

blue = 'blue'

Blue

purple = 'purple'

Purple

violet = 'violet'

Violet

pink = 'pink'

Pink

brown = 'brown'

Brown

grey = 'grey'

Grey

class pdfpug.common.Size

Enum Size options

mini = 'mini'

Mini

tiny = 'tiny'

Tiny

small = 'small'

Small

medium = 'medium'

Medium

large = 'large'

Large

big = 'big'

Big

huge = 'huge'

Huge

massive = 'massive'

Massive

class pdfpug.common.Orientation

Enum Orientation options

horizontal = 'horizontal'

Layout elements horizontally

vertical = 'vertical'

Layout elements vertically

class pdfpug.common.State

Enum content state options

positive = 'positive'

Positive content

negative = 'negative'

Negative content

error = 'error'

Error content

warning = 'warning'

Warning content

active = 'active'

Active content

disabled = 'disabled'

Disabled content