CollectionField
Inheritance: java.lang.Object, com.aspose.pdf.CollectionField
public class CollectionField extends Object
Represents a document collection schema field class.
Methods
| Method | Description |
|---|---|
| getE | Gets a flag indicating whether the interactive PDF processor should provide support for editing the field value. Default value: false |
| getFiledType | Gets the type of a field value in a schema collection. This field describes the value type corresponding to {@code Subtype}({@link #getSubtype}/{@link #setSubtype(int)}). |
| getN | Gets the textual field name that shall be presented to the user by the interactive PDF processor |
| getO | Gets the relative order of the field name in the user interface. Fields shall be sorted by the interactive PDF processor in ascending order. |
| getSubtype | Gets the subtype of a field value in a schema collection. The subtype of collection field or file-related field that this dictionary describes. This entry identifies the type of data that shall be stored in the field. |
| getV | Gets the initial visibility of the field in the user interface. Default value: true. |
getE
public final boolean getE()
Gets a flag indicating whether the interactive PDF processor should provide support for editing the field value. Default value: false
Returns: boolean value
getFiledType
public final int getFiledType()
Gets the type of a field value in a schema collection. This field describes the value type corresponding to {@code Subtype}({@link #getSubtype}/{@link #setSubtype(int)}).
Returns: FieldValueType element
getN
public final String getN()
Gets the textual field name that shall be presented to the user by the interactive PDF processor
Returns: String value
getO
public final Integer [] getO()
Gets the relative order of the field name in the user interface. Fields shall be sorted by the interactive PDF processor in ascending order.
Returns: array of Integer
getSubtype
public final int getSubtype()
Gets the subtype of a field value in a schema collection. The subtype of collection field or file-related field that this dictionary describes. This entry identifies the type of data that shall be stored in the field.
Returns: CollectionFieldSubtype element
getV
public final boolean getV()
Gets the initial visibility of the field in the user interface. Default value: true.
Returns: boolean value