rel method
rel
Sets the ‘rel’ attribute of the SVG ‘a’ element, specifying the relationship of the target object to the link object.
Returns
The current instance of SVGAElementBuilder for method chaining.
def rel(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The relationship type. |
See Also
- module
aspose.svg.builder
- class
SVGAElementBuilder