ISvgTSpan
public interface ISvgTSpan
Represents options for SVG text portion (“tspan”).
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |