build_type property

build_type property

List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation. Read/write ITextAnimation.build_type.

Definition:

@property
def build_type(self):
    ...

@build_type.setter
def build_type(self, value):
    ...

See Also