asposecells.api

Class PageLayoutAlignmentType

Utility class containing constants. Enumerates page layout alignment types.

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

    • Field Detail

      • BOTTOM

        const int BOTTOM
        Represents bottom page layout alignment.
      • CENTER

        const int CENTER
        Represents center page layout alignment.
      • LEFT

        const int LEFT
        Represents left page layout alignment.
      • RIGHT

        const int RIGHT
        Represents right page layout alignment.
      • TOP

        const int TOP
        Represents top page layout alignment.