Xceed Words for .NET v3.0 Documentation
WrappingVerticalOffsetAlignmentFrom Enumeration


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace : WrappingVerticalOffsetAlignmentFrom Enumeration
Value indicating the element from which the vertical offset of an element is calculated.
Syntax
'Declaration
 
Public Enum WrappingVerticalOffsetAlignmentFrom 
   Inherits System.Enum
'Usage
 
Dim instance As WrappingVerticalOffsetAlignmentFrom
public enum WrappingVerticalOffsetAlignmentFrom : System.Enum 
Members
MemberDescription
BottomMarginElement's VerticalOffset is calculated relative to the bottom margin.
InsideMarginElement's VerticalOffset is calculated relative to the inside margin.
LineElement's VerticalOffset is calculated relative to the line.
MarginElement's VerticalOffset is calculated relative to the margin.
NoneNot using any vertical offset alignment from.
OutSideMarginElement's VerticalOffset is calculated relative to the outside margin.
PageElement's VerticalOffset is calculated relative to the page top position.
ParagraphElement's VerticalOffset is calculated relative to the paragraph.
TopMarginElement's VerticalOffset is calculated relative to the top margin.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Document.NET.WrappingVerticalOffsetAlignmentFrom

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, 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

Reference

Xceed.Document.NET Namespace