python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.objects.text.TextJustify Class Reference
Inheritance diagram for lottie.objects.text.TextJustify:
[legend]
Collaboration diagram for lottie.objects.text.TextJustify:
[legend]

Static Public Attributes

int Left = 0
 
int Right = 1
 
int Center = 2
 
int JustifyWithLastLineLeft = 3
 
int JustifyWithLastLineRight = 4
 
int JustifyWithLastLineCenter = 5
 
int JustifyWithLastLineFull = 6
 

Additional Inherited Members

- Public Member Functions inherited from lottie.objects.base.LottieEnum
def to_dict (self)
 Serializes into a JSON object fit for the Lottie format. More...
 
def load (cls, lottieint)
 Loads from a JSON object. More...
 
def clone (self)
 Returns a copy of the object. More...
 
- Public Member Functions inherited from lottie.objects.base.EnumMeta
def __new__ (cls, name, bases, classdict)
 

Detailed Description

Definition at line 119 of file text.py.

Member Data Documentation

◆ Center

int lottie.objects.text.TextJustify.Center = 2
static

Definition at line 122 of file text.py.

◆ JustifyWithLastLineCenter

int lottie.objects.text.TextJustify.JustifyWithLastLineCenter = 5
static

Definition at line 125 of file text.py.

◆ JustifyWithLastLineFull

int lottie.objects.text.TextJustify.JustifyWithLastLineFull = 6
static

Definition at line 126 of file text.py.

◆ JustifyWithLastLineLeft

int lottie.objects.text.TextJustify.JustifyWithLastLineLeft = 3
static

Definition at line 123 of file text.py.

◆ JustifyWithLastLineRight

int lottie.objects.text.TextJustify.JustifyWithLastLineRight = 4
static

Definition at line 124 of file text.py.

◆ Left

int lottie.objects.text.TextJustify.Left = 0
static

Definition at line 120 of file text.py.

◆ Right

int lottie.objects.text.TextJustify.Right = 1
static

Definition at line 121 of file text.py.


The documentation for this class was generated from the following file: