public class PersistablePropertyContainerForTocNode extends HierarchyNode<ExtendedGuid>
The document node.
Constructor and Description |
---|
PersistablePropertyContainerForTocNode(ExtendedGuid nodeId)
Initializes a new instance of the
PersistablePropertyContainerForTocNode class. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericCollection<PersistablePropertyContainerForTocSectionNode> |
getChildSections()
Gets or sets a collection of the notebook's child section nodes.
|
com.aspose.ms.System.Drawing.Color |
getColor()
Gets or sets a color.
|
RevisionStoreMetaData |
getRevisionStoreMetaData()
Gets or sets the file store metadata.
|
boolean |
isHistoryEnabled()
Gets or sets a value indicating whether history enabled.
|
void |
setChildSections(com.aspose.ms.System.Collections.Generic.IGenericCollection<PersistablePropertyContainerForTocSectionNode> value)
Gets or sets a collection of the notebook's child section nodes.
|
void |
setColor(com.aspose.ms.System.Drawing.Color value)
Gets or sets a color.
|
void |
setHistoryEnabled(boolean value)
Gets or sets a value indicating whether history enabled.
|
void |
setRevisionStoreMetaData(RevisionStoreMetaData value)
Gets or sets the file store metadata.
|
getNodeId, getType
public PersistablePropertyContainerForTocNode(ExtendedGuid nodeId)
Initializes a new instance of the PersistablePropertyContainerForTocNode
class.
public RevisionStoreMetaData getRevisionStoreMetaData()
Gets or sets the file store metadata.
public void setRevisionStoreMetaData(RevisionStoreMetaData value)
Gets or sets the file store metadata.
public com.aspose.ms.System.Collections.Generic.IGenericCollection<PersistablePropertyContainerForTocSectionNode> getChildSections()
Gets or sets a collection of the notebook's child section nodes.
public void setChildSections(com.aspose.ms.System.Collections.Generic.IGenericCollection<PersistablePropertyContainerForTocSectionNode> value)
Gets or sets a collection of the notebook's child section nodes.
public boolean isHistoryEnabled()
Gets or sets a value indicating whether history enabled.
public void setHistoryEnabled(boolean value)
Gets or sets a value indicating whether history enabled.
public com.aspose.ms.System.Drawing.Color getColor()
Gets or sets a color.
public void setColor(com.aspose.ms.System.Drawing.Color value)
Gets or sets a color.
Copyright (c) 2017 Aspose. All Rights Reserved.