link_target_type property

Indicating the type of target attribute in <a> link. The default value is HtmlLinkTargetType.Parent.

Definition:

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

See Also