public class PersistablePropertyContainerForTocSectionNode extends HierarchyNode<ExtendedGuid>
The notebook's child notebook or section node.
Constructor and Description |
---|
PersistablePropertyContainerForTocSectionNode(ExtendedGuid nodeId)
Initializes a new instance of the
PersistablePropertyContainerForTocSectionNode class. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Drawing.Color |
getColor()
Gets or sets a color.
|
Guid |
getFileIdentityGuid()
Gets or sets the notebook's or section's GUID.
|
String |
getFilename()
Gets or sets the notebook's folder name or section's file name.
|
int |
getOrderingId()
Gets or sets an ordering ID.
|
void |
setColor(com.aspose.ms.System.Drawing.Color value)
Gets or sets a color.
|
void |
setFileIdentityGuid(Guid value)
Gets or sets the notebook's or section's GUID.
|
void |
setFilename(String value)
Gets or sets the notebook's folder name or section's file name.
|
void |
setOrderingId(int value)
Gets or sets an ordering ID.
|
getNodeId, getType
public PersistablePropertyContainerForTocSectionNode(ExtendedGuid nodeId)
Initializes a new instance of the PersistablePropertyContainerForTocSectionNode
class.
public String getFilename()
Gets or sets the notebook's folder name or section's file name.
public void setFilename(String value)
Gets or sets the notebook's folder name or section's file name.
public Guid getFileIdentityGuid()
Gets or sets the notebook's or section's GUID.
public void setFileIdentityGuid(Guid value)
Gets or sets the notebook's or section's GUID.
public int getOrderingId()
Gets or sets an ordering ID.
public void setOrderingId(int value)
Gets or sets an ordering ID.
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.