SVGTextContentElement.GetNumberOfChars
SVGTextContentElement.GetNumberOfChars method
Returns the total number of characters available for rendering within the current element, which includes referenced characters from ‘tref’ reference, regardless of whether they will be rendered. Effectively, this is equivalent to the length of the Node::textContent attribute from DOM Level 3 Core ([DOM3], section 1.4), if that attribute also expanded ‘tref’ elements.
public long GetNumberOfChars()
Return Value
Total number of characters.
See Also
- class SVGTextContentElement
- namespace Aspose.Svg
- assembly Aspose.SVG