org.apache.poi.hwpf.usermodel
Class OfficeDrawing.VerticalRelativeElement

java.lang.Object
  extended by org.apache.poi.hwpf.usermodel.OfficeDrawing.VerticalRelativeElement
Enclosing interface:
OfficeDrawing

public static class OfficeDrawing.VerticalRelativeElement
extends java.lang.Object


Field Summary
static OfficeDrawing.VerticalRelativeElement LINE
           
static OfficeDrawing.VerticalRelativeElement MARGIN
           
static OfficeDrawing.VerticalRelativeElement PAGE
           
static OfficeDrawing.VerticalRelativeElement TEXT
           
 
Constructor Summary
OfficeDrawing.VerticalRelativeElement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINE

public static final OfficeDrawing.VerticalRelativeElement LINE

MARGIN

public static final OfficeDrawing.VerticalRelativeElement MARGIN

PAGE

public static final OfficeDrawing.VerticalRelativeElement PAGE

TEXT

public static final OfficeDrawing.VerticalRelativeElement TEXT
Constructor Detail

OfficeDrawing.VerticalRelativeElement

public OfficeDrawing.VerticalRelativeElement()