public final class CollectionFieldSubtype
extends com.aspose.ms.System.Enum
Represents the subtype parameter of a field in a sceme collection.
Modifier and Type | Field and Description |
---|---|
static int |
CompressedSize
(PDF 2.0) The field data is the length of the embedded file stream, as identified by the
Length entry in the embedded file stream dictionary, and the two values shall be identical.
|
static int |
CreationDate
The field data shall be the creation date of the embedded file stream, as identified by the
CreationDate entry in the embedded file
|
static int |
D
A date type.
|
static int |
Desc
The field data shall be the file name of the embedded file stream, as identified by the UF
entry of the file specification, if present; otherwise by the F entry of the file specification
|
static int |
F
The field data shall be the file name of the embedded file stream, as identified by the UF
entry of the file specification, if present; otherwise by the F entry of the file specification
|
static int |
ModDate
The field data shall be the modification date of the embedded file stream, as identified by the
ModDate entry in the embedded file parameter dictionary.
|
static int |
N
A number type.
|
static int |
None
The subtype is not defined.
|
static int |
S
A text type.
|
static int |
Size
The field data shall be the size of the embedded file, as identified by the Size entry in the
embedded file parameter dictionary
|
public static final int None
The subtype is not defined.
public static final int S
A text type. The field data shall be stored as a PDF text string.
public static final int D
A date type. The field data shall be stored as a PDF date string.
public static final int N
A number type. The field data shall be stored as a PDF number.
public static final int F
The field data shall be the file name of the embedded file stream, as identified by the UF entry of the file specification, if present; otherwise by the F entry of the file specification
public static final int Desc
The field data shall be the file name of the embedded file stream, as identified by the UF entry of the file specification, if present; otherwise by the F entry of the file specification
public static final int ModDate
The field data shall be the modification date of the embedded file stream, as identified by the ModDate entry in the embedded file parameter dictionary.
public static final int CreationDate
The field data shall be the creation date of the embedded file stream, as identified by the CreationDate entry in the embedded file
public static final int Size
The field data shall be the size of the embedded file, as identified by the Size entry in the embedded file parameter dictionary
public static final int CompressedSize
(PDF 2.0) The field data is the length of the embedded file stream, as identified by the Length entry in the embedded file stream dictionary, and the two values shall be identical.
Copyright © 2025 Aspose. All Rights Reserved.