ISvgTSpan

public interface ISvgTSpan

Represents options for SVG text portion (“tspan”).

Methods

MethodDescription
getId()Gets or sets id for the “tspan” element
setId(String value)Gets or sets id for the “tspan” element

getId()

public abstract String getId()

Gets or sets id for the “tspan” element

Returns: java.lang.String

setId(String value)

public abstract void setId(String value)

Gets or sets id for the “tspan” element

Parameters:

ParameterTypeDescription
valuejava.lang.String