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