public class PageSeriesNode extends HierarchyNode<ExtendedGuid>
The page series node.
Constructor and Description |
---|
PageSeriesNode(ExtendedGuid nodeId)
Initializes a new instance of the
PageSeriesNode class. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> |
getChildGraphSpaceElementNodes()
Gets the child graph space element nodes.
|
com.aspose.ms.System.Collections.Generic.IGenericList<PageMetaData> |
getMetaDataObjectsAboveGraphSpace()
Gets the meta data objects above graph space.
|
Guid |
getNotebookManagementEntityGuid()
Gets the identifier of the page series.
|
com.aspose.ms.System.DateTime |
getTopologyCreationTimeStamp()
Gets when the page series was created.
|
void |
setNotebookManagementEntityGuid(Guid value)
Gets the identifier of the page series.
|
void |
setTopologyCreationTimeStamp(com.aspose.ms.System.DateTime value)
Gets when the page series was created.
|
getNodeId, getType
public PageSeriesNode(ExtendedGuid nodeId)
Initializes a new instance of the PageSeriesNode
class.
nodeId
- The node id.public Guid getNotebookManagementEntityGuid()
Gets the identifier of the page series.
public void setNotebookManagementEntityGuid(Guid value)
Gets the identifier of the page series.
public com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> getChildGraphSpaceElementNodes()
Gets the child graph space element nodes.
public com.aspose.ms.System.DateTime getTopologyCreationTimeStamp()
Gets when the page series was created.
public void setTopologyCreationTimeStamp(com.aspose.ms.System.DateTime value)
Gets when the page series was created.
public com.aspose.ms.System.Collections.Generic.IGenericList<PageMetaData> getMetaDataObjectsAboveGraphSpace()
Gets the meta data objects above graph space.
Copyright (c) 2017 Aspose. All Rights Reserved.