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
-