Version

TextFrameVerticalAlignment Enumeration

Determines how the text frame will be aligned vertically
Syntax
'Declaration
 
Public Enum TextFrameVerticalAlignment 
   Inherits System.Enum
public enum TextFrameVerticalAlignment : System.Enum 
Members
MemberDescription
BottomAlign the text frame with respect to the bottom edge of its anchor object.
CenterCenter the text frame with respect to its anchor settings.
InlinePosition the text frame in line with the surrounding text (i.e. shall not allow any text wrapping around it when positioned in the document.
InsidePosition the text frame within the anchor extents.
OutsidePosition the text frame outside the anchor extents.
TopAlign the text frame with respect to the top edge of its anchor object.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also