|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OfficeDrawing.VerticalPositioning | |
---|---|
org.apache.poi.hwpf.usermodel |
Uses of OfficeDrawing.VerticalPositioning in org.apache.poi.hwpf.usermodel |
---|
Fields in org.apache.poi.hwpf.usermodel declared as OfficeDrawing.VerticalPositioning | |
---|---|
static OfficeDrawing.VerticalPositioning |
OfficeDrawing.VerticalPositioning.ABSOLUTE
The shape is vertically offset by an absolute distance from the page element |
static OfficeDrawing.VerticalPositioning |
OfficeDrawing.VerticalPositioning.BOTTOM
The shape is vertically positioned at the bottom of the page element |
static OfficeDrawing.VerticalPositioning |
OfficeDrawing.VerticalPositioning.CENTER
The shape is vertically positioned in the center of the page element |
static OfficeDrawing.VerticalPositioning |
OfficeDrawing.VerticalPositioning.INSIDE
The shape is vertically positioned like msopvTop on odd-numbered pages and like msopvBottom on even-numbered pages |
static OfficeDrawing.VerticalPositioning |
OfficeDrawing.VerticalPositioning.OUTSIDE
The shape is vertically positioned like BOTTOM on
odd-numbered pages and like TOP on even-numbered pages |
static OfficeDrawing.VerticalPositioning |
OfficeDrawing.VerticalPositioning.TOP
The shape is vertically positioned at the top of the page element |
Methods in org.apache.poi.hwpf.usermodel that return OfficeDrawing.VerticalPositioning | |
---|---|
OfficeDrawing.VerticalPositioning |
OfficeDrawing.getVerticalPositioning()
Specifies the type of vertical positioning to use for a shape |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |