Table of Contents

Class IXLParagraphExtensions

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

Methods

ClearText<T>(T)

public static T ClearText<T>(this T obj) where T : IXLParagraph

Parameters

obj T

Returns

T

Type Parameters

T

SetAlignment<T>(T, XLParagraphTextAlignment?)

public static T SetAlignment<T>(this T obj, XLParagraphTextAlignment? value) where T : IXLParagraphProperties

Parameters

obj T
value XLParagraphTextAlignment?

Returns

T

Type Parameters

T

SetDefaultTextProperties<T>(T, IXLParagraphTextProperties)

public static T SetDefaultTextProperties<T>(this T obj, IXLParagraphTextProperties value) where T : IXLParagraphProperties

Parameters

obj T
value IXLParagraphTextProperties

Returns

T

Type Parameters

T

SetDefaultTextProperties<T>(T, Action<IXLParagraphTextProperties>)

public static T SetDefaultTextProperties<T>(this T obj, Action<IXLParagraphTextProperties> setter) where T : IXLParagraphProperties

Parameters

obj T
setter Action<IXLParagraphTextProperties>

Returns

T

Type Parameters

T

SetFontAlignment<T>(T, XLParagraphFontAlignment?)

public static T SetFontAlignment<T>(this T obj, XLParagraphFontAlignment? value) where T : IXLParagraphProperties

Parameters

obj T
value XLParagraphFontAlignment?

Returns

T

Type Parameters

T

SetHangingPunctuation<T>(T, bool?)

public static T SetHangingPunctuation<T>(this T obj, bool? value) where T : IXLParagraphProperties

Parameters

obj T
value bool?

Returns

T

Type Parameters

T

SetIndent<T>(T, int?)

public static T SetIndent<T>(this T obj, int? value) where T : IXLParagraphProperties

Parameters

obj T
value int?

Returns

T

Type Parameters

T

SetLineSpacing<T>(T, IXLParagraphSpacing)

public static T SetLineSpacing<T>(this T obj, IXLParagraphSpacing value) where T : IXLParagraphProperties

Parameters

obj T
value IXLParagraphSpacing

Returns

T

Type Parameters

T

SetLineSpacing<T>(T, Action<IXLParagraphSpacing>)

public static T SetLineSpacing<T>(this T obj, Action<IXLParagraphSpacing> setter) where T : IXLParagraphProperties

Parameters

obj T
setter Action<IXLParagraphSpacing>

Returns

T

Type Parameters

T

SetMarginLeft<T>(T, int?)

public static T SetMarginLeft<T>(this T obj, int? value) where T : IXLParagraphProperties

Parameters

obj T
value int?

Returns

T

Type Parameters

T

SetMarginRight<T>(T, int?)

public static T SetMarginRight<T>(this T obj, int? value) where T : IXLParagraphProperties

Parameters

obj T
value int?

Returns

T

Type Parameters

T

SetRightToLeft<T>(T, bool?)

public static T SetRightToLeft<T>(this T obj, bool? value) where T : IXLParagraphProperties

Parameters

obj T
value bool?

Returns

T

Type Parameters

T

SetSpaceAfter<T>(T, IXLParagraphSpacing)

public static T SetSpaceAfter<T>(this T obj, IXLParagraphSpacing value) where T : IXLParagraphProperties

Parameters

obj T
value IXLParagraphSpacing

Returns

T

Type Parameters

T

SetSpaceAfter<T>(T, Action<IXLParagraphSpacing>)

public static T SetSpaceAfter<T>(this T obj, Action<IXLParagraphSpacing> setter) where T : IXLParagraphProperties

Parameters

obj T
setter Action<IXLParagraphSpacing>

Returns

T

Type Parameters

T

SetSpaceBefore<T>(T, IXLParagraphSpacing)

public static T SetSpaceBefore<T>(this T obj, IXLParagraphSpacing value) where T : IXLParagraphProperties

Parameters

obj T
value IXLParagraphSpacing

Returns

T

Type Parameters

T

SetSpaceBefore<T>(T, Action<IXLParagraphSpacing>)

public static T SetSpaceBefore<T>(this T obj, Action<IXLParagraphSpacing> setter) where T : IXLParagraphProperties

Parameters

obj T
setter Action<IXLParagraphSpacing>

Returns

T

Type Parameters

T