public class PageManifestNode extends HierarchyNode<ExtendedGuid>
The page manifest node.
Constructor and Description |
---|
PageManifestNode(ExtendedGuid nodeId)
Initializes a new instance of the
PageManifestNode 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<ExtendedGuid> |
getContentChildNodes()
Gets the content child nodes.
|
ExtendedGuid |
getGosId()
Gets or sets the node id.
|
com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> |
getVersionHistoryGraphSpaceContextNodes()
Gets the version history graph space context nodes.
|
void |
setGosId(ExtendedGuid value)
Gets or sets the node id.
|
getNodeId, getType
public PageManifestNode(ExtendedGuid nodeId)
Initializes a new instance of the PageManifestNode
class.
nodeId
- The node id.public ExtendedGuid getGosId()
Gets or sets the node id.
public void setGosId(ExtendedGuid value)
Gets or sets the node id.
public com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> getContentChildNodes()
Gets the content child nodes.
public com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> getChildGraphSpaceElementNodes()
Gets the child graph space element nodes.
public com.aspose.ms.System.Collections.Generic.IGenericList<ExtendedGuid> getVersionHistoryGraphSpaceContextNodes()
Gets the version history graph space context nodes.
Copyright (c) 2017 Aspose. All Rights Reserved.