[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextContentElement

SvgTextContentElement Class

Represents an element that supports rendering child text content.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public abstract class SvgTextContentElement : SvgGraphicsElement
Public MustInherit Class SvgTextContentElement
    Inherits SvgGraphicsElement

Constructors

Name Description
SvgTextContentElement(SvgElementType)

Initializes a new instance of the SvgTextContentElement class.

Properties

Name Description
LengthAdjust

Gets or sets a value indicating whether the glyphs themselves should be stretched or compressed in addition to the advance values.

TextLength

Gets or sets the total sum of all of the advance values that correspond to character data within this element, including the advance value on the glyph (horizontal or vertical), the effect of properties 'letter-spacing' and 'word-spacing' and adjustments due to attributes 'dx' and 'dy' on this 'text' or 'tspan' element or any descendants.

UnicodeBidi

Gets or sets a value overriding the intrinsic directionality of text.