Package | Description |
---|---|
com.aspose.note.context | |
com.aspose.note.hierarchy | |
com.aspose.note.revision |
Modifier and Type | Method and Description |
---|---|
ExtendedGuid |
HierarchyNodeProxy.getGosId()
Gets the Global Object Space ID.
|
ExtendedGuid |
FileContainerProxy.getId()
Gets or sets the id.
|
ExtendedGuid |
FileContainerReferenceProxy.getId()
Gets the id.
|
ExtendedGuid |
HierarchyNodeProxy.getId()
Gets the id.
|
ExtendedGuid |
IVersionMap.getLastVersion() |
ExtendedGuid |
VersionMapBase.getLastVersion()
Get the last version.
|
ExtendedGuid |
IVersionMap.getPrecedingVersion(ExtendedGuid version) |
ExtendedGuid |
VersionMapBase.getPrecedingVersion(ExtendedGuid version)
Get the preceding version.
|
ExtendedGuid |
VersionProxyNode.getVersion()
Gets the version.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> |
HierarchyNodeProxy.getContextReferences()
Gets the context references.
|
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,Byte> |
IRevisionProxies.getCountReferences() |
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,FileContainerReferenceProxy> |
IRevisionProxies.getFileContainerProxies() |
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,HierarchyNodeProxy> |
IRevisionProxies.getNodeProxies() |
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> |
HierarchyNodeProxy.getObjectReferences()
Gets the object references.
|
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> |
HierarchyNodeProxy.getObjectSpaceReferences()
Gets the object space references.
|
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,IVersionMap> |
IOneNoteHierarchyProxyContext.getPagesVersions() |
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,IVersionMap> |
OneNoteHierarchyProxyContext.getPagesVersions()
Gets all versions for each page presented in context.
|
SequencedDictionary<Guid,SequencedDictionary<ExtendedGuid,IRevisionProxies>> |
RevisionProxyContext.getRevisionProxiesInPagesLayer()
Gets proxies on the page level.
|
com.aspose.ms.System.Collections.Generic.IGenericCollection<ExtendedGuid> |
IOneNoteHierarchyProxyContext.getRootNodeIds() |
com.aspose.ms.System.Collections.Generic.IGenericCollection<ExtendedGuid> |
IOneToc2HierarchyProxyContext.getRootNodeIds() |
com.aspose.ms.System.Collections.Generic.IGenericCollection<ExtendedGuid> |
OneNoteHierarchyProxyContext.getRootNodeIds()
Gets the root node proxies.
|
com.aspose.ms.System.Collections.Generic.IGenericCollection<ExtendedGuid> |
OneToc2HierarchyProxyContext.getRootNodeIds()
Gets the root node proxies.
|
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,Long> |
IRevisionProxies.getRoots() |
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ExtendedGuid> |
IVersionMap.getVersions() |
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ExtendedGuid> |
VersionMapBase.getVersions()
Gets all versions of the main revision branch.
|
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy> |
IOneToc2HierarchyProxyContext.tryGetNodeHistory(ExtendedGuid id) |
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy> |
OneToc2HierarchyProxyContext.tryGetNodeHistory(ExtendedGuid id)
Gets version history of the node.
|
Modifier and Type | Method and Description |
---|---|
void |
OneToc2HierarchyProxyContext.addRevision(ExtendedGuid rid,
ExtendedGuid ridDependent)
Adds the (RevisionId -> dependent RevisionId) pair.
|
ExtendedGuid |
IVersionMap.getPrecedingVersion(ExtendedGuid version) |
ExtendedGuid |
VersionMapBase.getPrecedingVersion(ExtendedGuid version)
Get the preceding version.
|
void |
FileContainerProxy.setId(ExtendedGuid value)
Gets or sets the id.
|
boolean |
IOneNoteHierarchyProxyContext.tryGetFileContainerProxy(ExtendedGuid fileDataReferenceId,
FileContainerProxy[] fileProxy) |
boolean |
OneNoteHierarchyProxyContext.tryGetFileContainerProxy(ExtendedGuid fileDataReferenceId,
FileContainerProxy[] fileProxy)
The try get node.
|
boolean |
OneNoteHierarchyProxyContext.tryGetHistoryNode(ExtendedGuid id,
HierarchyNodeProxy[] node,
ExtendedGuid versionId)
The try get history node.
|
HierarchyNodeProxy |
IOneToc2HierarchyProxyContext.tryGetNode(ExtendedGuid id) |
HierarchyNodeProxy |
OneToc2HierarchyProxyContext.tryGetNode(ExtendedGuid id)
Gets the last revision of the node.
|
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy> |
IOneToc2HierarchyProxyContext.tryGetNodeHistory(ExtendedGuid id) |
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy> |
OneToc2HierarchyProxyContext.tryGetNodeHistory(ExtendedGuid id)
Gets version history of the node.
|
boolean |
IOneNoteHierarchyProxyContext.tryGetNodeHistory(ExtendedGuid id,
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy>[] nodeHistory) |
boolean |
OneNoteHierarchyProxyContext.tryGetNodeHistory(ExtendedGuid id,
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy>[] nodeHistory)
The try get history node.
|
HierarchyNodeProxy |
IOneToc2HierarchyProxyContext.tryGetVersionedNode(ExtendedGuid id,
ExtendedGuid versionId) |
HierarchyNodeProxy |
OneToc2HierarchyProxyContext.tryGetVersionedNode(ExtendedGuid id,
ExtendedGuid versionId)
Gets specified version of the node.
|
Constructor and Description |
---|
EncryptedFileContainerReferenceProxy(ExtendedGuid id,
long jcidFormat,
Guid fileDataStoreObjectId,
String extension,
IEncryptionSession encryptionSession)
Initializes a new instance of the
EncryptedFileContainerReferenceProxy class. |
FileContainerReferenceProxy(ExtendedGuid id,
long jcidFormat,
Guid fileDataStoreObjectId,
String extension)
Initializes a new instance of the
FileContainerReferenceProxy class. |
HierarchyNodeProxy(ExtendedGuid id,
PropertySet propSet,
long jcidFormat) |
HierarchyNodeProxy(ExtendedGuid id,
PropertySet propSet,
long jcidFormat,
ExtendedGuid gosid) |
HierarchyNodeProxy(ExtendedGuid id,
PropertySet propSet,
long jcidFormat,
ExtendedGuid gosid,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectReferences) |
HierarchyNodeProxy(ExtendedGuid id,
PropertySet propSet,
long jcidFormat,
ExtendedGuid gosid,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectReferences,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectSpaceReferences) |
HierarchyNodeProxy(ExtendedGuid id,
PropertySet propSet,
long jcidFormat,
ExtendedGuid gosid,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectReferences,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectSpaceReferences,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> contextReferences)
Initializes a new instance of the
HierarchyNodeProxy class. |
VersionProxyNode(ExtendedGuid version)
Initializes a new instance of the
VersionProxyNode class. |
Constructor and Description |
---|
HierarchyNodeProxy(ExtendedGuid id,
PropertySet propSet,
long jcidFormat,
ExtendedGuid gosid,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectReferences) |
HierarchyNodeProxy(ExtendedGuid id,
PropertySet propSet,
long jcidFormat,
ExtendedGuid gosid,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectReferences,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectSpaceReferences) |
HierarchyNodeProxy(ExtendedGuid id,
PropertySet propSet,
long jcidFormat,
ExtendedGuid gosid,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectReferences,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectSpaceReferences) |
HierarchyNodeProxy(ExtendedGuid id,
PropertySet propSet,
long jcidFormat,
ExtendedGuid gosid,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectReferences,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectSpaceReferences,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> contextReferences)
Initializes a new instance of the
HierarchyNodeProxy class. |
HierarchyNodeProxy(ExtendedGuid id,
PropertySet propSet,
long jcidFormat,
ExtendedGuid gosid,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectReferences,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectSpaceReferences,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> contextReferences)
Initializes a new instance of the
HierarchyNodeProxy class. |
HierarchyNodeProxy(ExtendedGuid id,
PropertySet propSet,
long jcidFormat,
ExtendedGuid gosid,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectReferences,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> objectSpaceReferences,
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> contextReferences)
Initializes a new instance of the
HierarchyNodeProxy class. |
OneNoteHierarchyProxyContext(RevisionStoreMetaData revisionStoreMetaData,
com.aspose.ms.System.Collections.Generic.IGenericCollection<ExtendedGuid> rootNodeIds,
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy>> historyNodeProxies,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,IVersionMap> pagesVersions,
IVersionMap allVersions,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,FileContainerReferenceProxy> containerNodes,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<Guid,FileContainer> binaryNodes)
Initializes a new instance of the
OneNoteHierarchyProxyContext class. |
OneNoteHierarchyProxyContext(RevisionStoreMetaData revisionStoreMetaData,
com.aspose.ms.System.Collections.Generic.IGenericCollection<ExtendedGuid> rootNodeIds,
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy>> historyNodeProxies,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,IVersionMap> pagesVersions,
IVersionMap allVersions,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,FileContainerReferenceProxy> containerNodes,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<Guid,FileContainer> binaryNodes)
Initializes a new instance of the
OneNoteHierarchyProxyContext class. |
OneNoteHierarchyProxyContext(RevisionStoreMetaData revisionStoreMetaData,
com.aspose.ms.System.Collections.Generic.IGenericCollection<ExtendedGuid> rootNodeIds,
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy>> historyNodeProxies,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,IVersionMap> pagesVersions,
IVersionMap allVersions,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,FileContainerReferenceProxy> containerNodes,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<Guid,FileContainer> binaryNodes)
Initializes a new instance of the
OneNoteHierarchyProxyContext class. |
OneNoteHierarchyProxyContext(RevisionStoreMetaData revisionStoreMetaData,
com.aspose.ms.System.Collections.Generic.IGenericCollection<ExtendedGuid> rootNodeIds,
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy>> historyNodeProxies,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,IVersionMap> pagesVersions,
IVersionMap allVersions,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,FileContainerReferenceProxy> containerNodes,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<Guid,FileContainer> binaryNodes)
Initializes a new instance of the
OneNoteHierarchyProxyContext class. |
OneNoteHierarchyProxyContext(RevisionStoreMetaData revisionStoreMetaData,
com.aspose.ms.System.Collections.Generic.IGenericCollection<ExtendedGuid> rootNodeIds,
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy>> historyNodeProxies,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,IVersionMap> pagesVersions,
IVersionMap allVersions,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<ExtendedGuid,FileContainerReferenceProxy> containerNodes,
com.aspose.ms.System.Collections.Generic.IGenericDictionary<Guid,FileContainer> binaryNodes)
Initializes a new instance of the
OneNoteHierarchyProxyContext class. |
OneToc2HierarchyProxyContext(RevisionStoreMetaData revisionStoreMetaData,
com.aspose.ms.System.Collections.Generic.IGenericCollection<ExtendedGuid> rootNodeIds,
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy>> nodeHistoryMap)
Initializes a new instance of the
OneToc2HierarchyProxyContext class. |
OneToc2HierarchyProxyContext(RevisionStoreMetaData revisionStoreMetaData,
com.aspose.ms.System.Collections.Generic.IGenericCollection<ExtendedGuid> rootNodeIds,
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy>> nodeHistoryMap)
Initializes a new instance of the
OneToc2HierarchyProxyContext class. |
OneToc2HierarchyProxyContext(RevisionStoreMetaData revisionStoreMetaData,
com.aspose.ms.System.Collections.Generic.IGenericCollection<ExtendedGuid> rootNodeIds,
com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,com.aspose.ms.System.Collections.Generic.Dictionary<ExtendedGuid,HierarchyNodeProxy>> nodeHistoryMap)
Initializes a new instance of the
OneToc2HierarchyProxyContext class. |
RevisionProxyContext(RevisionStoreMetaData revisionStoreMetaData,
IRevisionProxies revisionProxiesInSectionLayer,
SequencedDictionary<Guid,SequencedDictionary<ExtendedGuid,IRevisionProxies>> revisionProxiesInPagesLayer,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<FileContainer> fileContainers)
Initializes a new instance of the
RevisionProxyContext class. |
Modifier and Type | Method and Description |
---|---|
ExtendedGuid |
PageManifestNode.getGosId()
Gets or sets the node id.
|
ExtendedGuid |
PageMetaData.getGosId()
Gets or sets the node id.
|
ExtendedGuid |
PageRevision.getGosId()
Gets the GOSID.
|
ExtendedGuid |
RevisionMetaData.getGosId()
Gets or sets the node id.
|
ExtendedGuid |
PageRevision.getPageId()
Gets the page ID.
|
ExtendedGuid |
PageRevision.getRevisionId()
Gets the revision id.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> |
PageManifestNode.getChildGraphSpaceElementNodes()
Gets the child graph space element nodes.
|
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> |
PageSeriesNode.getChildGraphSpaceElementNodes()
Gets the child graph space element nodes.
|
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> |
PageManifestNode.getContentChildNodes()
Gets the content child nodes.
|
SequencedDictionary<ExtendedGuid,SequencedDictionary<ExtendedGuid,com.aspose.ms.System.Collections.Generic.IGenericList<PageRevision>>> |
DocumentNode.getPageRevisions()
Gets the page revisions grouped by the GOSID.
|
SequencedDictionary<ExtendedGuid,SequencedDictionary<ExtendedGuid,com.aspose.ms.System.Collections.Generic.IGenericList<PageRevision>>> |
DocumentNode.getPageRevisions()
Gets the page revisions grouped by the GOSID.
|
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> |
VersionProxy.getVersionContextNodes()
Gets the version context nodes.
|
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> |
PageManifestNode.getVersionHistoryGraphSpaceContextNodes()
Gets the version history graph space context nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentNode.addPageRevisions(ExtendedGuid gosId,
ExtendedGuid pageId,
com.aspose.ms.System.Collections.Generic.IGenericList<PageRevision> revisions)
Adds page revisions.
|
void |
PageManifestNode.setGosId(ExtendedGuid value)
Gets or sets the node id.
|
void |
PageMetaData.setGosId(ExtendedGuid value)
Gets or sets the node id.
|
void |
RevisionMetaData.setGosId(ExtendedGuid value)
Gets or sets the node id.
|
Constructor and Description |
---|
EmbeddedFileNode(ExtendedGuid nodeId)
Initializes a new instance of the
EmbeddedFileNode class. |
ImageNode(ExtendedGuid nodeId)
Initializes a new instance of the
ImageNode class. |
NoteTagSharedDefinitionContainer(ExtendedGuid nodeId)
Initializes a new instance of the
NoteTagSharedDefinitionContainer class. |
NumberedListNode(ExtendedGuid nodeId)
Initializes a new instance of the
NumberedListNode class. |
OutlineElementNode(ExtendedGuid nodeId)
Initializes a new instance of the
OutlineElementNode class. |
OutlineGroupNode(ExtendedGuid nodeId)
Initializes a new instance of the
OutlineGroupNode class. |
OutlineNode(ExtendedGuid nodeId)
Initializes a new instance of the
OutlineNode class. |
PageManifestNode(ExtendedGuid nodeId)
Initializes a new instance of the
PageManifestNode class. |
PageMetaData(ExtendedGuid nodeId)
Initializes a new instance of the
PageMetaData class. |
PageNode(ExtendedGuid nodeId)
Initializes a new instance of the
PageNode class. |
PageRevision(ExtendedGuid pageId,
ExtendedGuid gosId,
ExtendedGuid revisionId,
PageManifestNode pageManifestNode,
PageMetaData pageMetaData,
RevisionMetaData revisionMetaData,
PageNode pageNode)
Initializes a new instance of the
PageRevision class. |
PageSeriesNode(ExtendedGuid nodeId)
Initializes a new instance of the
PageSeriesNode class. |
ParagraphStyleObject(ExtendedGuid nodeId)
Initializes a new instance of the
ParagraphStyleObject class. |
ParagraphStyleObjectForText(ExtendedGuid nodeId)
Initializes a new instance of the
ParagraphStyleObjectForText class. |
PersistablePropertyContainerForTocNode(ExtendedGuid nodeId)
Initializes a new instance of the
PersistablePropertyContainerForTocNode class. |
PersistablePropertyContainerForTocSectionNode(ExtendedGuid nodeId)
Initializes a new instance of the
PersistablePropertyContainerForTocSectionNode class. |
ReadOnlyPersistablePropertyContainerForAuthor(ExtendedGuid nodeId)
Initializes a new instance of the
ReadOnlyPersistablePropertyContainerForAuthor class. |
ReadOnlyPersistablePropertyContainerForAuthor(ExtendedGuid nodeId,
String author)
Initializes a new instance of the
ReadOnlyPersistablePropertyContainerForAuthor class. |
RevisionMetaData(ExtendedGuid nodeId)
Initializes a new instance of the
RevisionMetaData class. |
RichTextOENode(ExtendedGuid nodeId)
Initializes a new instance of the
RichTextOENode class. |
SectionMetaData(ExtendedGuid nodeId)
Initializes a new instance of the
SectionMetaData class. |
SectionNode(ExtendedGuid nodeId)
Initializes a new instance of the
SectionNode class. |
TableCellNode(ExtendedGuid nodeId)
Initializes a new instance of the
TableCellNode class. |
TableNode(ExtendedGuid nodeId)
Initializes a new instance of the
TableNode class. |
TableRowNode(ExtendedGuid nodeId)
Initializes a new instance of the
TableRowNode class. |
TitleNode(ExtendedGuid nodeId)
Initializes a new instance of the
TitleNode class. |
TocSectionMetaData(ExtendedGuid nodeId)
Initializes a new instance of the
TocSectionMetaData class. |
VersionHistoryContent(ExtendedGuid nodeId)
Initializes a new instance of the
VersionHistoryContent class. |
VersionHistoryMetaData(ExtendedGuid nodeId)
Initializes a new instance of the
VersionHistoryMetaData class. |
VersionHistoryMetaData(ExtendedGuid nodeId,
int schemaRevisionInOrderToRead,
int schemaRevisionInOrderToWrite)
Initializes a new instance of the
VersionHistoryMetaData class. |
VersionProxy(ExtendedGuid nodeId)
Initializes a new instance of the
VersionProxy class. |
Modifier and Type | Field and Description |
---|---|
static ExtendedGuid |
ExtendedGuid.Empty
The empty.
|
Modifier and Type | Method and Description |
---|---|
ExtendedGuid |
DataSignatureGroupDefinitionFnd.getDataSignatureGroup()
Gets the data signature group.
|
ExtendedGuid |
RevisionManifestStart7Fnd.getGctxid()
Gets the context that labels this revision.
|
ExtendedGuid |
RevisionRoleAndContextDeclarationFnd.getGctxid()
Gets the context.
|
ExtendedGuid |
ObjectDeclarationsGroup.getGosId()
Gets an analogue of Global Object Space ID for OneNote 2010.
|
ExtendedGuid |
ObjectSpaceManifestListReferenceFnd.getGosId()
Gets the identity of the object space
|
ExtendedGuid |
ObjectSpaceManifestListStartFnd.getGosId()
Gets the identity of the object space.
|
ExtendedGuid |
RevisionManifestListStartFnd.getGosId()
Gets the identity of the object space being revised by the revisions in this list.
|
ExtendedGuid |
ObjectSpaceManifestRootFnd.getGosIdRoot()
Gets the identity of the root object space.
|
ExtendedGuid |
ObjectGroupListReferenceFnd.getObjectGroupId()
Gets the identity of the object group that the ref field value points to.
|
ExtendedGuid |
ObjectGroupStartFnd.getOid()
Gets the OID.
|
ExtendedGuid |
RootObjectReference3Fnd.getOidRoot()
Gets the root object of a revision for a particular root role.
|
ExtendedGuid |
RevisionManifestStart4Fnd.getRid()
Gets the identity of this revision
|
ExtendedGuid |
RevisionManifestStart6Fnd.getRid()
Gets the identity of revision
|
ExtendedGuid |
RevisionManifestStart7Fnd.getRid()
Gets the identity of revision
|
ExtendedGuid |
RevisionRoleAndContextDeclarationFnd.getRid()
Gets the identity of the revision to add the revision role to
|
ExtendedGuid |
RevisionRoleDeclarationFnd.getRid()
Gets the identity of the revision to add the revision role to
|
ExtendedGuid |
RevisionManifestStart4Fnd.getRidDependent()
Gets the identity of a dependency revision
|
ExtendedGuid |
RevisionManifestStart6Fnd.getRidDependent()
Gets the identity of a dependency revision.
|
ExtendedGuid |
RevisionManifestStart7Fnd.getRidDependent()
Gets the identity of a dependency revision.
|
static ExtendedGuid |
ExtendedGuid.newExtendedGuid()
The new extended guid.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExtendedGuid.equals(ExtendedGuid other) |
static boolean |
ExtendedGuid.op_Equality(ExtendedGuid left,
ExtendedGuid right) |
static boolean |
ExtendedGuid.op_Inequality(ExtendedGuid left,
ExtendedGuid right) |
Constructor and Description |
---|
DataSignatureGroupDefinitionFnd(FileNodeHeader header,
ExtendedGuid dataSignatureGroup)
Initializes a new instance of the
DataSignatureGroupDefinitionFnd class. |
EncryptedObjectGroupListReferenceFnd(FileNodeHeader header,
FileNodeChunkReference reference,
ExtendedGuid objectGroupId,
FileNodeList objectGroup,
IEncryptionSession encryptionSession)
Initializes a new instance of the
EncryptedObjectGroupListReferenceFnd class. |
ObjectGroupListReferenceFnd(FileNodeHeader header,
FileNodeChunkReference reference,
ExtendedGuid objectGroupId,
FileNodeList objectGroup)
Initializes a new instance of the
ObjectGroupListReferenceFnd class. |
ObjectGroupStartFnd(FileNodeHeader header,
ExtendedGuid oid)
Initializes a new instance of the
ObjectGroupStartFnd class. |
ObjectSpaceManifestListReferenceFnd(FileNodeHeader header,
FileNodeChunkReference reference,
ExtendedGuid gosId,
FileNodeList objectSpaceManifest)
Initializes a new instance of the
ObjectSpaceManifestListReferenceFnd class. |
ObjectSpaceManifestListStartFnd(FileNodeHeader header,
ExtendedGuid gosId)
Initializes a new instance of the
ObjectSpaceManifestListStartFnd class. |
ObjectSpaceManifestRootFnd(FileNodeHeader header,
ExtendedGuid gosIdRoot)
Initializes a new instance of the
ObjectSpaceManifestRootFnd class. |
RevisionManifestListStartFnd(FileNodeHeader header,
ExtendedGuid gosId,
long nInstance)
Initializes a new instance of the
RevisionManifestListStartFnd class. |
RevisionManifestStart4Fnd(FileNodeHeader header,
ExtendedGuid rid,
ExtendedGuid ridDependent,
byte[] timeCreation,
int revisionRole,
int odcsDefault)
Initializes a new instance of the
RevisionManifestStart4Fnd class. |
RevisionManifestStart6Fnd(FileNodeHeader header,
ExtendedGuid rid,
ExtendedGuid ridDependent,
int revisionRole,
int odcsDefault)
Initializes a new instance of the
RevisionManifestStart6Fnd class. |
RevisionManifestStart7Fnd(FileNodeHeader header,
ExtendedGuid rid,
ExtendedGuid ridDependent,
int revisionRole,
int odcsDefault,
ExtendedGuid gctxid)
Initializes a new instance of the
RevisionManifestStart7Fnd class. |
RevisionRoleAndContextDeclarationFnd(FileNodeHeader header,
ExtendedGuid rid,
int revisionRole,
ExtendedGuid gctxid)
Initializes a new instance of the
RevisionRoleAndContextDeclarationFnd class. |
RevisionRoleDeclarationFnd(FileNodeHeader header,
ExtendedGuid rid,
int revisionRole)
Initializes a new instance of the
RevisionRoleDeclarationFnd class. |
RootObjectReference3Fnd(FileNodeHeader header,
ExtendedGuid oidRoot,
long rootRole)
Initializes a new instance of the
RootObjectReference3Fnd class. |
Copyright (c) 2016 Aspose. All Rights Reserved.