com.aspose.cells

Class PageLayoutAlignmentType

  • java.lang.Object
    • com.aspose.cells.PageLayoutAlignmentType
public class PageLayoutAlignmentType 
extends java.lang.Object

Utility class containing constants. Enumerates page layout alignment types.

Field Summary
static final intBOTTOM
Represents bottom page layout alignment.
static final intCENTER
Represents center page layout alignment.
static final intLEFT
Represents left page layout alignment.
static final intRIGHT
Represents right page layout alignment.
static final intTOP
Represents top page layout alignment.
 

    • Field Detail

      • BOTTOM

        public static final int BOTTOM
        Represents bottom page layout alignment.
      • CENTER

        public static final int CENTER
        Represents center page layout alignment.
      • LEFT

        public static final int LEFT
        Represents left page layout alignment.
      • RIGHT

        public static final int RIGHT
        Represents right page layout alignment.
      • TOP

        public static final int TOP
        Represents top page layout alignment.