Click or drag to resize

OdsPageBackgroundImagePositionType Enumeration

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum OdsPageBackgroundImagePositionType
Members
Member name Value Description
TopLeft 0 Represents TopLeft.
TopCenter 1 Represents TopCenter.
TopRight 2 Represents TopRight.
CenterLeft 3 Represents CenterLeft.
CenterCenter 4 Represents CenterCenter.
CenterRight 5 Represents CenterRight.
BottomLeft 6 Represents BottomLeft.
BottomCenter 7 Represents BottomCenter.
BottomRight 8 Represents BottomRight.
See Also