public class FieldPosition extends Object
| Constructor | Description |
|---|---|
FieldPosition() |
| Modifier and Type | Method | Description |
|---|---|---|
FieldPosition |
autoScale(Boolean autoScale) |
|
boolean |
equals(Object o) |
|
FieldPosition |
fieldPositionType(String fieldPositionType) |
|
Boolean |
getAutoScale() |
Gets or sets Gets the value that indicates whether SearchArea is scaled by the linked field size.
|
String |
getFieldPositionType() |
Provides a template field position.
|
Boolean |
getIsBottomLinked() |
Gets or sets a value indicating whether this instance is bottom linked.
|
Boolean |
getIsLeftLinked() |
Gets or sets the value that indicates whether a field is searched by the left from the linked field.
|
Boolean |
getIsRightLinked() |
Gets or sets a value indicating whether this instance is right linked.
|
Boolean |
getIsTopLinked() |
Gets or sets a value indicating whether this instance is top linked.
|
String |
getLinkedFieldName() |
Gets or sets the name of the linked field.
|
Boolean |
getMatchCase() |
Gets or sets the value that indicates whether a text case isn't ignored.
|
Rectangle |
getRectangle() |
Rectangular area on the page that bounds the field value.
|
String |
getRegex() |
Gets or sets the regular expression.
|
Size |
getSearchArea() |
Gets or sets the size of the area where a field is searched.
|
int |
hashCode() |
|
FieldPosition |
isBottomLinked(Boolean isBottomLinked) |
|
FieldPosition |
isLeftLinked(Boolean isLeftLinked) |
|
FieldPosition |
isRightLinked(Boolean isRightLinked) |
|
FieldPosition |
isTopLinked(Boolean isTopLinked) |
|
FieldPosition |
linkedFieldName(String linkedFieldName) |
|
FieldPosition |
matchCase(Boolean matchCase) |
|
FieldPosition |
rectangle(Rectangle rectangle) |
|
FieldPosition |
regex(String regex) |
|
FieldPosition |
searchArea(Size searchArea) |
|
void |
setAutoScale(Boolean autoScale) |
|
void |
setFieldPositionType(String fieldPositionType) |
|
void |
setIsBottomLinked(Boolean isBottomLinked) |
|
void |
setIsLeftLinked(Boolean isLeftLinked) |
|
void |
setIsRightLinked(Boolean isRightLinked) |
|
void |
setIsTopLinked(Boolean isTopLinked) |
|
void |
setLinkedFieldName(String linkedFieldName) |
|
void |
setMatchCase(Boolean matchCase) |
|
void |
setRectangle(Rectangle rectangle) |
|
void |
setRegex(String regex) |
|
void |
setSearchArea(Size searchArea) |
|
String |
toString() |
public FieldPosition fieldPositionType(String fieldPositionType)
public String getFieldPositionType()
public void setFieldPositionType(String fieldPositionType)
public FieldPosition rectangle(Rectangle rectangle)
public Rectangle getRectangle()
public void setRectangle(Rectangle rectangle)
public FieldPosition regex(String regex)
public String getRegex()
public void setRegex(String regex)
public FieldPosition matchCase(Boolean matchCase)
public Boolean getMatchCase()
public void setMatchCase(Boolean matchCase)
public FieldPosition linkedFieldName(String linkedFieldName)
public String getLinkedFieldName()
public void setLinkedFieldName(String linkedFieldName)
public FieldPosition isLeftLinked(Boolean isLeftLinked)
public Boolean getIsLeftLinked()
public void setIsLeftLinked(Boolean isLeftLinked)
public FieldPosition isRightLinked(Boolean isRightLinked)
public Boolean getIsRightLinked()
public void setIsRightLinked(Boolean isRightLinked)
public FieldPosition isTopLinked(Boolean isTopLinked)
public Boolean getIsTopLinked()
public void setIsTopLinked(Boolean isTopLinked)
public FieldPosition isBottomLinked(Boolean isBottomLinked)
public Boolean getIsBottomLinked()
public void setIsBottomLinked(Boolean isBottomLinked)
public FieldPosition searchArea(Size searchArea)
public Size getSearchArea()
public void setSearchArea(Size searchArea)
public FieldPosition autoScale(Boolean autoScale)
public Boolean getAutoScale()
public void setAutoScale(Boolean autoScale)
Copyright © 2025. All rights reserved.