public class OutlineGroupNode extends HierarchyNode<ExtendedGuid>
The outline group node.
Constructor and Description |
---|
OutlineGroupNode(ExtendedGuid nodeId)
Initializes a new instance of the
OutlineGroupNode class. |
Modifier and Type | Method and Description |
---|---|
ElementChildNodesOfOutlineElement |
getElementChildNodes()
Gets the element child nodes.
|
com.aspose.ms.System.DateTime |
getLastModifiedTime()
Gets or sets the last modified time.
|
byte |
getOutlineElementChildLevel()
Gets the indentation level of all child nodes, relative to the outline group.
|
boolean |
isConflictObjectForRender()
Gets whether the outline group is displayed as a conflict object.
|
boolean |
isConflictObjectForSelection()
Gets whether the outline group is a conflict object that can be selected.
|
void |
setConflictObjectForRender(boolean value)
Gets whether the outline group is displayed as a conflict object.
|
void |
setConflictObjectForSelection(boolean value)
Gets whether the outline group is a conflict object that can be selected.
|
void |
setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets or sets the last modified time.
|
void |
setOutlineElementChildLevel(byte value)
Gets the indentation level of all child nodes, relative to the outline group.
|
getNodeId, getType
public OutlineGroupNode(ExtendedGuid nodeId)
Initializes a new instance of the OutlineGroupNode
class.
nodeId
- The node id.public com.aspose.ms.System.DateTime getLastModifiedTime()
Gets or sets the last modified time.
public void setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets or sets the last modified time.
public ElementChildNodesOfOutlineElement getElementChildNodes()
Gets the element child nodes.
public byte getOutlineElementChildLevel()
Gets the indentation level of all child nodes, relative to the outline group.
public void setOutlineElementChildLevel(byte value)
Gets the indentation level of all child nodes, relative to the outline group.
public boolean isConflictObjectForRender()
Gets whether the outline group is displayed as a conflict object.
public void setConflictObjectForRender(boolean value)
Gets whether the outline group is displayed as a conflict object.
public boolean isConflictObjectForSelection()
Gets whether the outline group is a conflict object that can be selected.
public void setConflictObjectForSelection(boolean value)
Gets whether the outline group is a conflict object that can be selected.
Copyright (c) 2017 Aspose. All Rights Reserved.