Table of Contents

Class IXLTextPropertiesExtensions

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public static class IXLTextPropertiesExtensions
Inheritance
IXLTextPropertiesExtensions
Inherited Members

Methods

SetAnchorCenter<T>(T, bool?)

public static T SetAnchorCenter<T>(this T obj, bool? value) where T : IXLTextBodyProperties

Parameters

obj T
value bool?

Returns

T

Type Parameters

T

SetAnchor<T>(T, XLTextBodyAnchor?)

public static T SetAnchor<T>(this T obj, XLTextBodyAnchor? value) where T : IXLTextBodyProperties

Parameters

obj T
value XLTextBodyAnchor?

Returns

T

Type Parameters

T

SetColumnCount<T>(T, int?)

public static T SetColumnCount<T>(this T obj, int? value) where T : IXLTextBodyProperties

Parameters

obj T
value int?

Returns

T

Type Parameters

T

SetColumnSpacing<T>(T, int?)

public static T SetColumnSpacing<T>(this T obj, int? value) where T : IXLTextBodyProperties

Parameters

obj T
value int?

Returns

T

Type Parameters

T

SetHorizontalOverflow<T>(T, XLTextBodyHorizontalOverflow?)

public static T SetHorizontalOverflow<T>(this T obj, XLTextBodyHorizontalOverflow? value) where T : IXLTextBodyProperties

Parameters

obj T
value XLTextBodyHorizontalOverflow?

Returns

T

Type Parameters

T

SetParagraphProperties<T>(T, IXLParagraphProperties?)

public static T SetParagraphProperties<T>(this T obj, IXLParagraphProperties? value) where T : IXLTextProperties

Parameters

obj T
value IXLParagraphProperties

Returns

T

Type Parameters

T

SetParagraphProperties<T>(T, Action<IXLParagraphProperties>)

public static T SetParagraphProperties<T>(this T obj, Action<IXLParagraphProperties> setter) where T : IXLTextProperties

Parameters

obj T
setter Action<IXLParagraphProperties>

Returns

T

Type Parameters

T

SetRightToLeftColumns<T>(T, bool?)

public static T SetRightToLeftColumns<T>(this T obj, bool? value) where T : IXLTextBodyProperties

Parameters

obj T
value bool?

Returns

T

Type Parameters

T

SetRotation<T>(T, int?)

public static T SetRotation<T>(this T obj, int? value) where T : IXLTextBodyProperties

Parameters

obj T
value int?

Returns

T

Type Parameters

T

SetUpRight<T>(T, bool?)

public static T SetUpRight<T>(this T obj, bool? value) where T : IXLTextBodyProperties

Parameters

obj T
value bool?

Returns

T

Type Parameters

T

SetUseParagraphSpacing<T>(T, bool?)

public static T SetUseParagraphSpacing<T>(this T obj, bool? value) where T : IXLTextBodyProperties

Parameters

obj T
value bool?

Returns

T

Type Parameters

T

SetVerticalOverflow<T>(T, XLTextBodyVerticalOverflow?)

public static T SetVerticalOverflow<T>(this T obj, XLTextBodyVerticalOverflow? value) where T : IXLTextBodyProperties

Parameters

obj T
value XLTextBodyVerticalOverflow?

Returns

T

Type Parameters

T

SetVertical<T>(T, XLTextBodyVerticalType?)

public static T SetVertical<T>(this T obj, XLTextBodyVerticalType? value) where T : IXLTextBodyProperties

Parameters

obj T
value XLTextBodyVerticalType?

Returns

T

Type Parameters

T

SetWrap<T>(T, XLTextBodyTextWrap?)

public static T SetWrap<T>(this T obj, XLTextBodyTextWrap? value) where T : IXLTextBodyProperties

Parameters

obj T
value XLTextBodyTextWrap?

Returns

T

Type Parameters

T