Enum PageLayoutAlignmentType
Enum PageLayoutAlignmentType
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Enumerates page layout alignment types.
public enum PageLayoutAlignmentType
Fields
Bottom = 0
Represents bottom page layout alignment.
Center = 1
Represents center page layout alignment.
Left = 2
Represents left page layout alignment.
Right = 3
Represents right page layout alignment.
Top = 4
Represents top page layout alignment.