public class DocTextPart extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DocTextPart.Type |
| Modifier and Type | Field and Description |
|---|---|
String |
fieldID |
Position |
fieldPos |
String |
fieldValue |
DocTextPart.Type |
type |
| Constructor and Description |
|---|
DocTextPart() |
DocTextPart(String value) |
DocTextPart(String value,
DocTextPart.Type partType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldID() |
Position |
getFieldPos() |
String |
getFieldValue() |
DocTextPart.Type |
getType() |
void |
setFieldID(String fieldID) |
void |
setFieldPos(Position fieldPos) |
void |
setFieldValue(String fieldValue) |
void |
setType(DocTextPart.Type type) |
public String fieldID
public String fieldValue
public Position fieldPos
public DocTextPart.Type type
public DocTextPart()
public DocTextPart(String value)
public DocTextPart(String value, DocTextPart.Type partType)
public String getFieldID()
public void setFieldID(String fieldID)
fieldID - the fieldID to setpublic String getFieldValue()
public void setFieldValue(String fieldValue)
fieldValue - the fieldValue to setpublic Position getFieldPos()
public void setFieldPos(Position fieldPos)
fieldPos - the fieldPos to setpublic DocTextPart.Type getType()
public void setType(DocTextPart.Type type)
type - the type to setCopyright © 2019 com.github.mfjamil. All rights reserved.