public class SectionMetaData extends HierarchyNode<ExtendedGuid>
The section meta data.
Constructor and Description |
---|
SectionMetaData(ExtendedGuid nodeId)
Initializes a new instance of the
SectionMetaData class. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Drawing.Color |
getNotebookColor()
Gets the color of the section.
|
int |
getSchemaRevisionInOrderToRead()
Gets the version of the section.
|
int |
getSchemaRevisionInOrderToWrite()
Gets the version of the section.
|
String |
getSectionDisplayName()
Gets the display name of the section.
|
void |
setNotebookColor(com.aspose.ms.System.Drawing.Color value)
Gets the color of the section.
|
void |
setSchemaRevisionInOrderToRead(int value)
Gets the version of the section.
|
void |
setSchemaRevisionInOrderToWrite(int value)
Gets the version of the section.
|
void |
setSectionDisplayName(String value)
Gets the display name of the section.
|
getNodeId, getType
public SectionMetaData(ExtendedGuid nodeId)
Initializes a new instance of the SectionMetaData
class.
nodeId
- The node id.public int getSchemaRevisionInOrderToRead()
Gets the version of the section.
public void setSchemaRevisionInOrderToRead(int value)
Gets the version of the section.
public int getSchemaRevisionInOrderToWrite()
Gets the version of the section.
public void setSchemaRevisionInOrderToWrite(int value)
Gets the version of the section.
public String getSectionDisplayName()
Gets the display name of the section.
public void setSectionDisplayName(String value)
Gets the display name of the section.
public com.aspose.ms.System.Drawing.Color getNotebookColor()
Gets the color of the section.
public void setNotebookColor(com.aspose.ms.System.Drawing.Color value)
Gets the color of the section.
Copyright (c) 2017 Aspose. All Rights Reserved.