public class CollectionField extends Object
Represents a document collection schema field class.
Modifier and Type | Method and Description |
---|---|
boolean |
getE()
Gets a flag indicating whether the interactive PDF processor should provide support for editing the field value.
|
int |
getFiledType()
Gets the type of a field value in a schema collection.
|
String |
getN()
Gets the textual field name that shall be presented to the user by the interactive PDF processor
|
Integer[] |
getO()
Gets the relative order of the field name in the user interface.
|
int |
getSubtype()
Gets the subtype of a field value in a schema collection.
|
boolean |
getV()
Gets the initial visibility of the field in the user interface.
|
public final int getFiledType()
Gets the type of a field value in a schema collection.
This field describes the value type corresponding to Subtype
(getSubtype()
/setSubtype(int)
).
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.
public final String getN()
Gets the textual field name that shall be presented to the user by the interactive PDF processor
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.
public final boolean getV()
Gets the initial visibility of the field in the user interface. Default value: true.
public final boolean getE()
Gets a flag indicating whether the interactive PDF processor should provide support for editing the field value. Default value: false
Copyright © 2025 Aspose. All Rights Reserved.