Class TextOptions
Inheritance
System.Object
TextOptions
Assembly: IronXL.dll
Syntax
public class TextOptions : Object
Constructors
TextOptions(Font)
Declaration
public TextOptions(Font font)
Parameters
Type |
Name |
Description |
Font |
font |
|
TextOptions(TextOptions)
Declaration
public TextOptions(TextOptions options)
Parameters
Properties
ColorFontSupport
Declaration
public ColorFontSupport ColorFontSupport { get; set; }
Property Value
Dpi
Declaration
public float Dpi { get; set; }
Property Value
Type |
Description |
System.Single |
|
FallbackFontFamilies
Declaration
public IReadOnlyList<FontFamily> FallbackFontFamilies { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<FontFamily> |
|
FeatureTags
Declaration
public IReadOnlyList<Tag> FeatureTags { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<Tag> |
|
Font
Declaration
public Font Font { get; set; }
Property Value
HintingMode
Declaration
public HintingMode HintingMode { get; set; }
Property Value
HorizontalAlignment
Declaration
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
KerningMode
Declaration
public KerningMode KerningMode { get; set; }
Property Value
LayoutMode
Declaration
public LayoutMode LayoutMode { get; set; }
Property Value
LineSpacing
Declaration
public float LineSpacing { get; set; }
Property Value
Type |
Description |
System.Single |
|
Origin
Declaration
public glwtws Origin { get; set; }
Property Value
Type |
Description |
Iron.Excel.Extensions.glwtws |
|
TabWidth
Declaration
public float TabWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
TextAlignment
Declaration
public TextAlignment TextAlignment { get; set; }
Property Value
TextDirection
Declaration
public TextDirection TextDirection { get; set; }
Property Value
TextJustification
Declaration
public TextJustification TextJustification { get; set; }
Property Value
TextRuns
Declaration
public IReadOnlyList<TextRun> TextRuns { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<TextRun> |
|
VerticalAlignment
Declaration
public VerticalAlignment VerticalAlignment { get; set; }
Property Value
WordBreaking
Declaration
public WordBreaking WordBreaking { get; set; }
Property Value
WrappingLength
Declaration
public float WrappingLength { get; set; }
Property Value
Type |
Description |
System.Single |
|