ping method
ping
Sets the ‘ping’ attribute of the SVG ‘a’ element, containing a list of URLs to be notified if the link is followed.
Returns
The current instance of SVGAElementBuilder for method chaining.
def ping(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The list of URLs for pingback. |
See Also
- module
aspose.svg.builder
- class
SVGAElementBuilder