SVGBuilderExtensions.LengthAdjust
SVGBuilderExtensions.LengthAdjust<TBuilder> method
Sets the method of length adjustment for the text content.
public static TBuilder LengthAdjust<TBuilder>(this TBuilder builder, LengthAdjust value)
where TBuilder : ISVGElementBuilder, ITextContentPositioningAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The SVG element builder. |
value | The length adjustment method. |
Return Value
The builder instance for chaining.
Remarks
This method sets the ’lengthAdjust’ attribute, determining how text length is adjusted, either by spacing or by scaling.
See Also
- enum LengthAdjust
- interface ISVGElementBuilder
- interface ITextContentPositioningAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG