IndentatedNode
Inheritance: java.lang.Object, com.aspose.note.Node, com.aspose.note.CompositeNodeBase, com.aspose.note.CompositeNode
All Implemented Interfaces: com.aspose.note.IIndentatedNodeExtended
public class IndentatedNode<T,Self> extends CompositeNode<T> implements IIndentatedNodeExtended
The base class for nodes with relative indentation for child nodes.
T : The type of elements in the composite node.
Methods
Method | Description |
---|---|
getIndentPosition() | Gets or sets the indent position. |
setIndentPosition(byte value) | Gets or sets the indent position. |
setIndentPosition(int value) | |
getInternalIndentPosition() | Gets the amount of items to sum up in RgOutlineIndentDistance array to get indent size. |
getIndentPosition()
public final byte getIndentPosition()
Gets or sets the indent position.
Returns: byte
setIndentPosition(byte value)
public final Self setIndentPosition(byte value)
Gets or sets the indent position.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte |
Returns: Self
setIndentPosition(int value)
public final Self setIndentPosition(int value)
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
Returns: Self
getInternalIndentPosition()
public int getInternalIndentPosition()
Gets the amount of items to sum up in RgOutlineIndentDistance array to get indent size.
Returns: int