public class OutlineElementNode extends HierarchyNode<ExtendedGuid>
The outline element node.
Constructor and Description |
---|
OutlineElementNode(ExtendedGuid nodeId)
Initializes a new instance of the
OutlineElementNode class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
The equals.
|
ReadOnlyPersistablePropertyContainerForAuthor |
getAuthorMostRecent()
Gets or sets the author most recent.
|
ReadOnlyPersistablePropertyContainerForAuthor |
getAuthorOriginal()
Gets or sets the author original.
|
boolean |
getCannotBeSelected()
Gets whether the outline element can be selected.
|
ContentChildNodesOfOutlineElement |
getContentChildNodes()
Gets the content child nodes.
|
com.aspose.ms.System.DateTime |
getCreationTimeStamp()
Gets when the outline element was created.
|
boolean |
getDeletable()
Gets whether the outline element can be deleted.
|
ElementChildNodesOfOutlineElement |
getElementChildNodes()
Gets the element child nodes.
|
com.aspose.ms.System.DateTime |
getLastModifiedTime()
Gets when the outline element was last changed.
|
com.aspose.ms.System.Collections.Generic.IGenericList<NumberedListNode> |
getListNodes()
Gets the list nodes.
|
float |
getListSpacingMu()
Gets the horizontal distance between a list bullet or number and the text that is associated with that bullet or number.
|
byte |
getOutlineElementChildLevel()
Gets the indentation level of all child nodes, relative to the outline element.
|
boolean |
getOutlineElementRTL()
Gets whether the text in the outline element is displayed as right-to-left.
|
int |
hashCode()
The get hash code.
|
boolean |
isConflictObjectForRender()
Gets whether the outline element is displayed as a conflict object.
|
boolean |
isConflictObjectForSelection()
Gets whether the outline element is a conflict object that can be selected.
|
boolean |
isTitleText()
Gets whether the outline element contains the text of the page title
|
static boolean |
op_Equality(OutlineElementNode left,
OutlineElementNode right)
The ==.
|
static boolean |
op_Inequality(OutlineElementNode left,
OutlineElementNode right)
The !=.
|
void |
setAuthorMostRecent(ReadOnlyPersistablePropertyContainerForAuthor value)
Gets or sets the author most recent.
|
void |
setAuthorOriginal(ReadOnlyPersistablePropertyContainerForAuthor value)
Gets or sets the author original.
|
void |
setCannotBeSelected(boolean value)
Gets whether the outline element can be selected.
|
void |
setConflictObjectForRender(boolean value)
Gets whether the outline element is displayed as a conflict object.
|
void |
setConflictObjectForSelection(boolean value)
Gets whether the outline element is a conflict object that can be selected.
|
void |
setCreationTimeStamp(com.aspose.ms.System.DateTime value)
Gets when the outline element was created.
|
void |
setDeletable(boolean value)
Gets whether the outline element can be deleted.
|
void |
setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets when the outline element was last changed.
|
void |
setListSpacingMu(float value)
Gets the horizontal distance between a list bullet or number and the text that is associated with that bullet or number.
|
void |
setOutlineElementChildLevel(byte value)
Gets the indentation level of all child nodes, relative to the outline element.
|
void |
setOutlineElementRTL(boolean value)
Gets whether the text in the outline element is displayed as right-to-left.
|
void |
setTitleText(boolean value)
Gets whether the outline element contains the text of the page title
|
getNodeId, getType
public OutlineElementNode(ExtendedGuid nodeId)
Initializes a new instance of the OutlineElementNode
class.
nodeId
- The node id.public com.aspose.ms.System.DateTime getLastModifiedTime()
Gets when the outline element was last changed.
public void setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets when the outline element was last changed.
public ElementChildNodesOfOutlineElement getElementChildNodes()
Gets the element child nodes.
public ContentChildNodesOfOutlineElement getContentChildNodes()
Gets the content child nodes.
public com.aspose.ms.System.Collections.Generic.IGenericList<NumberedListNode> getListNodes()
Gets the list nodes.
public float getListSpacingMu()
Gets the horizontal distance between a list bullet or number and the text that is associated with that bullet or number.
public void setListSpacingMu(float value)
Gets the horizontal distance between a list bullet or number and the text that is associated with that bullet or number.
public byte getOutlineElementChildLevel()
Gets the indentation level of all child nodes, relative to the outline element.
public void setOutlineElementChildLevel(byte value)
Gets the indentation level of all child nodes, relative to the outline element.
public ReadOnlyPersistablePropertyContainerForAuthor getAuthorOriginal()
Gets or sets the author original.
public void setAuthorOriginal(ReadOnlyPersistablePropertyContainerForAuthor value)
Gets or sets the author original.
public ReadOnlyPersistablePropertyContainerForAuthor getAuthorMostRecent()
Gets or sets the author most recent.
public void setAuthorMostRecent(ReadOnlyPersistablePropertyContainerForAuthor value)
Gets or sets the author most recent.
public com.aspose.ms.System.DateTime getCreationTimeStamp()
Gets when the outline element was created.
public void setCreationTimeStamp(com.aspose.ms.System.DateTime value)
Gets when the outline element was created.
public boolean getOutlineElementRTL()
Gets whether the text in the outline element is displayed as right-to-left.
public void setOutlineElementRTL(boolean value)
Gets whether the text in the outline element is displayed as right-to-left.
public boolean isConflictObjectForRender()
Gets whether the outline element is displayed as a conflict object.
public void setConflictObjectForRender(boolean value)
Gets whether the outline element is displayed as a conflict object.
public boolean isConflictObjectForSelection()
Gets whether the outline element is a conflict object that can be selected.
public void setConflictObjectForSelection(boolean value)
Gets whether the outline element is a conflict object that can be selected.
public boolean getDeletable()
Gets whether the outline element can be deleted.
public void setDeletable(boolean value)
Gets whether the outline element can be deleted.
public boolean getCannotBeSelected()
Gets whether the outline element can be selected.
public void setCannotBeSelected(boolean value)
Gets whether the outline element can be selected.
public boolean isTitleText()
Gets whether the outline element contains the text of the page title
public void setTitleText(boolean value)
Gets whether the outline element contains the text of the page title
public boolean equals(Object obj)
The equals.
public int hashCode()
The get hash code.
public static boolean op_Equality(OutlineElementNode left, OutlineElementNode right)
The ==.
left
- The left.right
- The right.public static boolean op_Inequality(OutlineElementNode left, OutlineElementNode right)
The !=.
left
- The left.right
- The right.Copyright (c) 2017 Aspose. All Rights Reserved.