public final class BoxHorizontalPositioningType
extends com.aspose.ms.System.Enum
Enumerates the horizontal positioning types for floating box.
Modifier and Type | Field and Description |
---|---|
static int |
Column
The distance is measured from the left side of the column.
|
static int |
Margin
The distance is measured from the top page margin.
|
static int |
Page
The distance is measured from the top edge of the page.
|
public static final int Margin
The distance is measured from the top page margin.
public static final int Page
The distance is measured from the top edge of the page.
public static final int Column
The distance is measured from the left side of the column.
Copyright © 2016 Aspose. All Rights Reserved.