element property

SmartTag.element property

Specifies the name of the smart tag within the document.

@property
def element(self) -> str:
    ...

@element.setter
def element(self, value: str):
    ...

Remarks

Cannot be None.

Default is empty string.

See Also