VerticalPositionPositioningBase Enum |
Docentric Toolkit Help
Send Feedback |
Represents a vertical position to which a floating object is anchored in the document. This position shall be used as the base location to determine the final vertical position of the object in the document.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum VerticalPositionPositioningBase
Member name | Description |
---|---|
BottomMargin | Specifies that the vertical positioning shall be relative to the bottom margin of the current page. |
InsideMargin | Specifies that the vertical positioning shall be relative to the inside margin of the current page. |
Line | Specifies that the vertical positioning shall be relative to the line containing the anchor character. |
Margin | Specifies that the floating object shall be vertically anchored to the text margins. |
OutsideMargin | Specifies that the vertical positioning shall be relative to the outside margin of the current page. |
Page | Specifies that the floating object shall be vertically anchored to the page edge. |
Paragraph | Specifies that the floating object shall be vertically anchored to the text extents. |
TopMargin | Specifies that the vertical positioning shall be relative to the top margin of the current page. |