public class SectionNode extends HierarchyNode<ExtendedGuid>
The section node.
Constructor and Description |
---|
SectionNode(ExtendedGuid nodeId)
Initializes a new instance of the
SectionNode class. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<PageSeriesNode> |
getElementChildNodes()
Gets the element child nodes.
|
Guid |
getNotebookManagementEntityGuid()
Gets the identifier of the section.
|
com.aspose.ms.System.DateTime |
getTopologyCreationTimeStamp()
Gets when the section was created.
|
void |
setNotebookManagementEntityGuid(Guid value)
Gets the identifier of the section.
|
void |
setTopologyCreationTimeStamp(com.aspose.ms.System.DateTime value)
Gets when the section was created.
|
getNodeId, getType
public SectionNode(ExtendedGuid nodeId)
Initializes a new instance of the SectionNode
class.
nodeId
- The node id.public Guid getNotebookManagementEntityGuid()
Gets the identifier of the section.
public void setNotebookManagementEntityGuid(Guid value)
Gets the identifier of the section.
public com.aspose.ms.System.Collections.Generic.IGenericList<PageSeriesNode> getElementChildNodes()
Gets the element child nodes.
public com.aspose.ms.System.DateTime getTopologyCreationTimeStamp()
Gets when the section was created.
public void setTopologyCreationTimeStamp(com.aspose.ms.System.DateTime value)
Gets when the section was created.
Copyright (c) 2016 Aspose. All Rights Reserved.