[]
Chooses the relative vertical position for an anchored object.
public enum VerticalPosition
CharBottomIn = 3
The object bottom side coincides with anchor line (character) bottom side.
CharBottomOut = 4
The object top side coincides with anchor line (character) bottom side.
CharCenter = 0
The object center coincides with anchor line (character) center.
CharTopIn = 1
The object top side coincides with anchor line (character) top side.
CharTopOut = 2
The object bottom side coincides with anchor line (character) top side.
ContentBottomIn = 13
The object bottom side coincides with anchor content bottom side.
ContentBottomOut = 14
The object top side coincides with anchor content bottom side.
ContentCenter = 12
The object center coincides with anchor content center.
ContentTopIn = 10
The object top side coincides with anchor content top side.
ContentTopOut = 11
The object bottom side coincides with anchor content top side.
FixedBottom = 22
The object bottom side is set to some fixed position.
FixedCenter = 21
The object center is set to some fixed position.
FixedTop = 20
The object top side is set to some fixed position.
MarginBottomIn = 18
The object bottom side coincides with the bottom margin of the layout box.
MarginBottomOut = 19
The object top side coincides with the bottom margin of the layout box.
MarginCenter = 17
The object center coincides with the layout box center.
MarginTopIn = 15
The object top side coincides with the top margin of the layout box.
MarginTopOut = 16
The object bottom side coincides with the top margin of the layout box.
ParagraphBottomIn = 8
The object bottom side coincides with anchor paragraph bottom side (horizontal text) or bottom margin (vertical text).
ParagraphBottomOut = 9
The object top side coincides with anchor paragraph bottom side (horizontal text) or bottom margin (vertical text).
ParagraphCenter = 7
The object center coincides with anchor paragraph center.
ParagraphTopIn = 5
The object top side coincides with anchor paragraph top side (horizontal text) or top margin (vertical text).
ParagraphTopOut = 6
The object bottom side coincides with anchor paragraph top side (horizontal text) or top margin (vertical text).