[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTextContentElement

Class SvgTextContentElement

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents an element that supports rendering child text content.

public abstract class SvgTextContentElement : SvgGraphicsElement
Inheritance
object
SvgTextContentElement
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgTextContentElement(SvgElementType)

Initializes a new instance of the SvgTextContentElement class.

protected SvgTextContentElement(SvgElementType elementType)

Parameters

elementType SvgElementType

Properties

LengthAdjust

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

public SvgLengthAdjust? LengthAdjust { get; set; }

Property Value

SvgLengthAdjust?

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.

public SvgLength? TextLength { get; set; }

Property Value

SvgLength?

UnicodeBidi

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

public SvgUnicodeBidi? UnicodeBidi { get; set; }

Property Value

SvgUnicodeBidi?