referrer_policy method
referrer_policy
Sets the ‘referrerPolicy’ attribute of the SVG ‘a’ element, specifying how much of the referrer to send along with requests.
Returns
The current instance of SVGAElementBuilder for method chaining.
def referrer_policy(self, value):
...
Parameter | Type | Description |
---|---|---|
value | ReferrerPolicy | The referrer policy as defined in the ReferrerPolicy enum. |
See Also
- module
aspose.svg.builder
- class
SVGAElementBuilder