public class TextFieldInfo extends Object
Contains the metadata of annotation text.
Constructor and Description |
---|
TextFieldInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getFieldText()
Gets or sets the field text.
|
String |
getFontFamily()
Gets or sets the font family.
|
double |
getFontSize()
Gets or sets the size of the font.
|
void |
setFieldText(String value)
Gets or sets the field text.
|
void |
setFontFamily(String value)
Gets or sets the font family.
|
void |
setFontSize(double value)
Gets or sets the size of the font.
|
public String getFieldText()
Gets or sets the field text.
Value: The field text.public void setFieldText(String value)
Gets or sets the field text.
Value: The field text.value
- public String getFontFamily()
Gets or sets the font family.
Value: The font family.public void setFontFamily(String value)
Gets or sets the font family.
Value: The font family.value
- public double getFontSize()
Gets or sets the size of the font.
Value: The size of the font.public void setFontSize(double value)
Gets or sets the size of the font.
Value: The size of the font.value
- Copyright © 2018. All rights reserved.