Class XLAlignmentValue
- Namespace
- SlapKit.Excel.Excel
- Assembly
- SlapKit.Excel.dll
public class XLAlignmentValue
- Inheritance
-
XLAlignmentValue
- Inherited Members
-
- Extension Methods
-
Properties
Horizontal
public XLAlignmentHorizontalValues Horizontal { get; }
Property Value
- XLAlignmentHorizontalValues
Indent
public int Indent { get; }
Property Value
- int
JustifyLastLine
public bool JustifyLastLine { get; }
Property Value
- bool
Key
public XLAlignmentKey Key { get; }
Property Value
- XLAlignmentKey
ReadingOrder
public XLAlignmentReadingOrderValues ReadingOrder { get; }
Property Value
- XLAlignmentReadingOrderValues
RelativeIndent
public int RelativeIndent { get; }
Property Value
- int
ShrinkToFit
public bool ShrinkToFit { get; }
Property Value
- bool
TextRotation
public int TextRotation { get; }
Property Value
- int
TopToBottom
public bool TopToBottom { get; }
Property Value
- bool
Vertical
public XLAlignmentVerticalValues Vertical { get; }
Property Value
- XLAlignmentVerticalValues
WrapText
public bool WrapText { get; }
Property Value
- bool
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj object
Returns
- bool
FromKey(ref XLAlignmentKey)
public static XLAlignmentValue FromKey(ref XLAlignmentKey key)
Parameters
key XLAlignmentKey
Returns
- XLAlignmentValue
GetHashCode()
public override int GetHashCode()
Returns
- int