public class LayoutPosition extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static int | ABSOLUTE
              Absolute positioned objects are positioned relative to the containing block, which is the nearest enclosing ancestor block with a position other than 'static'. 
             | 
| static int | FIXED
              Fixed positioned objects are positioned relative to the viewport, i.e., the page area of the current page. 
             | 
| static int | RELATIVE
              Relative positioning is exactly like static positioning except that the left, top, right and bottom properties can be used to apply a translation to the object. 
             | 
| static int | STATIC
              Default positioning by normal rules of block and line layout. 
             | 
| Constructor and Description | 
|---|
| LayoutPosition() | 
public static final int STATIC
public static final int RELATIVE
public static final int ABSOLUTE
public static final int FIXED
Copyright © 1998–2019 iText Group NV. All rights reserved.