org.w3c.dom.svg
public interface SVGTextContentElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, EventTarget
Field Summary | |
---|---|
static short | LENGTHADJUST_SPACING |
static short | LENGTHADJUST_SPACINGANDGLYPHS |
static short | LENGTHADJUST_UNKNOWN |
Method Summary | |
---|---|
int | getCharNumAtPosition(SVGPoint point) |
float | getComputedTextLength() |
SVGPoint | getEndPositionOfChar(int charnum) |
SVGRect | getExtentOfChar(int charnum) |
SVGAnimatedEnumeration | getLengthAdjust() |
int | getNumberOfChars() |
float | getRotationOfChar(int charnum) |
SVGPoint | getStartPositionOfChar(int charnum) |
float | getSubStringLength(int charnum, int nchars) |
SVGAnimatedLength | getTextLength() |
void | selectSubString(int charnum, int nchars) |