|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwpf.usermodel.OfficeDrawing.VerticalPositioning
public static class OfficeDrawing.VerticalPositioning
Field Summary | |
---|---|
static OfficeDrawing.VerticalPositioning |
ABSOLUTE
The shape is vertically offset by an absolute distance from the page element |
static OfficeDrawing.VerticalPositioning |
BOTTOM
The shape is vertically positioned at the bottom of the page element |
static OfficeDrawing.VerticalPositioning |
CENTER
The shape is vertically positioned in the center of the page element |
static OfficeDrawing.VerticalPositioning |
INSIDE
The shape is vertically positioned like msopvTop on odd-numbered pages and like msopvBottom on even-numbered pages |
static OfficeDrawing.VerticalPositioning |
OUTSIDE
The shape is vertically positioned like BOTTOM on
odd-numbered pages and like TOP on even-numbered pages |
static OfficeDrawing.VerticalPositioning |
TOP
The shape is vertically positioned at the top of the page element |
Constructor Summary | |
---|---|
OfficeDrawing.VerticalPositioning()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final OfficeDrawing.VerticalPositioning ABSOLUTE
public static final OfficeDrawing.VerticalPositioning BOTTOM
public static final OfficeDrawing.VerticalPositioning CENTER
public static final OfficeDrawing.VerticalPositioning INSIDE
public static final OfficeDrawing.VerticalPositioning OUTSIDE
BOTTOM
on
odd-numbered pages and like TOP
on even-numbered pages
public static final OfficeDrawing.VerticalPositioning TOP
Constructor Detail |
---|
public OfficeDrawing.VerticalPositioning()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |