Package | Description |
---|---|
com.aspose.note.revision |
Modifier and Type | Class and Description |
---|---|
class |
ReferencedDataPositionCompressed2
The referenced data position format 2.
|
class |
ReferencedDataPositionCompressed4
The referenced data position format 3.
|
class |
ReferencedDataPositionUncompressed4
The referenced data position format 1.
|
class |
ReferencedDataPositionUncompressed8
The referenced data position format 0.
|
Modifier and Type | Method and Description |
---|---|
static ReferencedDataPosition |
ReferencedDataPosition.Factory.create(byte stpFormat,
com.aspose.ms.System.IO.BinaryReader reader)
Creates new instance of
ReferencedDataPosition by specified format and inits it's value from the specified stream reader. |
static ReferencedDataPosition |
ReferencedDataPosition.Factory.create(byte stpFormat,
long value)
Creates new instance of
ReferencedDataPosition by specified format and inits it's value from the specified value. |
static ReferencedDataPosition |
ReferencedDataPosition.Factory.create(long value)
Creates new instance of
ReferencedDataPosition deduced format from the specified value. |
ReferencedDataPosition |
FileChunkReference.getStp()
Gets an unsigned integer that specifies the location of the referenced data in the file.
|
Constructor and Description |
---|
FileNodeChunkReference(ReferencedDataPosition stp,
ReferencedDataLength cb)
Initializes a new instance of the
FileNodeChunkReference class. |
Copyright (c) 2016 Aspose. All Rights Reserved.