support_div_tag property

support_div_tag property

Indicates whether support the layout of <div> tag when the html file contains it. The default value is false.

Definition:

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

See Also