public final class TemplateFieldPositionType
extends com.aspose.ms.System.Enum
Describes a field position.
Modifier and Type | Field and Description |
---|---|
static int |
Fixed
The position is set by a rectangle.
|
static int |
Regex
The position is found by a regular expression.
|
static int |
Related
The position is set relative to the related field.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Fixed
The position is set by a rectangle.
public static final int Regex
The position is found by a regular expression.
public static final int Related
The position is set relative to the related field.
Copyright © 2019. All rights reserved.