margin_bottom property

margin_bottom property

Returns or sets the bottom margin (points) in a TextFrame. Changing of this property can produce a certain influence only for these chart parts: DataLabel and DataLabelFormat (full suport in PowerPoint 2013; in PowerPoint 2007 there is no effect for rendering). Read/write float.

Definition:

@property
def margin_bottom(self):
    ...

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

See Also