xl.format
Class PageOrientation

System.Object
  extended byxl.format.PageOrientation

public sealed class PageOrientation
extends System.Object

Enumeration type which describes the page orientation


Field Summary
static PageOrientation LANDSCAPE
          Landscape orientation
static PageOrientation PORTRAIT
          Portrait orientation
 
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORTRAIT

public static PageOrientation PORTRAIT
Portrait orientation


LANDSCAPE

public static PageOrientation LANDSCAPE
Landscape orientation