public final class BoxVerticalPositioningType
extends com.aspose.ms.System.Enum
Enumerates the vertical positioning types for floating box.
Modifier and Type | Field and Description |
---|---|
static int |
Margin
The distance is measured from the left page margin.
|
static int |
Page
The distance is measured from the left edge of the page.
|
static int |
Paragraph
The distance is measured from the top of the paragraph that contains the anchor.
|
public static final int Margin
The distance is measured from the left page margin.
public static final int Page
The distance is measured from the left edge of the page.
public static final int Paragraph
The distance is measured from the top of the paragraph that contains the anchor.
Copyright © 2016 Aspose. All Rights Reserved.