Class IXLParagraphSpacingExtensions
public static class IXLParagraphSpacingExtensions
- Inheritance
-
IXLParagraphSpacingExtensions
- Inherited Members
Methods
SetAuto<T>(T)
public static T SetAuto<T>(this T obj) where T : IXLParagraphSpacing
Parameters
objT
Returns
- T
Type Parameters
T
SetPercent<T>(T, double)
public static T SetPercent<T>(this T obj, double value) where T : IXLParagraphSpacing
Parameters
objTvaluedouble
Returns
- T
Type Parameters
T
SetPoints<T>(T, double)
public static T SetPoints<T>(this T obj, double value) where T : IXLParagraphSpacing
Parameters
objTvaluedouble
Returns
- T
Type Parameters
T