fixed_layout property

fixed_layout property

If true fixed layout will be used e.g. absolutely positioned html elements Default: true

Definition:

@property
def fixed_layout(self):
    ...
@fixed_layout.setter
def fixed_layout(self, value):
    ...

See Also