Table of Contents

TDrawingTextProperties.TDrawingTextProperties Constructor

Overloads

TDrawingTextProperties.TDrawingTextProperties(TFillStyle, TDrawingTextAttributes)

Creates a new instance.

Syntax

Namespace: FlexCel.Core

public TDrawingTextProperties(TFillStyle aFill, TDrawingTextAttributes aAttributes)

Parameters

<-> Parameter Type Description
aFill TFillStyle
aAttributes TDrawingText​Attributes

See also

TDrawingTextProperties.TDrawingTextProperties(TFillStyle, TLineStyle, TEffectProperties, Nullable<TDrawingColor>, TDrawingUnderline, Nullable<TThemeTextFont>, Nullable<TThemeTextFont>, Nullable<TThemeTextFont>, Nullable<TThemeTextFont>, TDrawingHyperlink, TDrawingHyperlink, Boolean, TDrawingTextAttributes)

Creates a new instance.

Syntax

Namespace: FlexCel.Core

public TDrawingTextProperties(TFillStyle aFill, TLineStyle aLine, TEffectProperties aEffects, Nullable<TDrawingColor> aHighlight, TDrawingUnderline aUnderline, Nullable<TThemeTextFont> aLatin, Nullable<TThemeTextFont> aEastAssian, Nullable<TThemeTextFont> aComplexScript, Nullable<TThemeTextFont> aSymbol, TDrawingHyperlink aHyperlinkClick, TDrawingHyperlink aHyperlinkMouseOver, Boolean aRightToLeft, TDrawingTextAttributes aAttributes)

Parameters

<-> Parameter Type Description
aFill TFillStyle
aLine TLineStyle
aEffects TEffectProperties
aHighlight Nullable<TDrawingColor>
aUnderline TDrawingUnderline
aLatin Nullable<TThemeTextFont>
aEastAssian Nullable<TThemeTextFont>
aComplexScript Nullable<TThemeTextFont>
aSymbol Nullable<TThemeTextFont>
aHyperlinkClick TDrawingHyperlink
aHyperlinkMouseOver TDrawingHyperlink
aRightToLeft Boolean
aAttributes TDrawingText​Attributes

See also