public final class FileBaseType
extends com.aspose.ms.System.Enum
Values for FileHeader.BaseType property.
Modifier and Type | Field and Description |
---|---|
static byte |
DataReference
This FileNode structure contains a reference to data.
|
static byte |
FileNodeListReference
This FileNode structure contains a reference to a file node list.
|
static byte |
NoReference
This FileNode structure does not reference other data.
|
public static final byte NoReference
This FileNode structure does not reference other data.
The data structure specified by file node MUST NOT contain a FileNodeChunkReference structure.
The T:StpFormat
and T:CbFormat
fields MUST be ignored.
public static final byte DataReference
This FileNode structure contains a reference to data.
The first field in the data structure specified by an file node field MUST be a FileNodeChunkReference structure that specifies the location and size of the referenced data.
The type of the FileNodeChunkReference structure
is specified by the T:StpFormat
and T:CbFormat
fields.
public static final byte FileNodeListReference
This FileNode structure contains a reference to a file node list.
The first field in the data structure specified by the file node field MUST be a FileNodeChunkReference structure that specifies the location and size of a file node list.
The type of the FileNodeChunkReference is specified by the T:StpFormat
and T:CbFormat
fields.
Copyright (c) 2016 Aspose. All Rights Reserved.