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

子ノードの相対インデントを持つノードの基本クラスです。

T: 複合ノード内の要素の型です。

T : Self :

メソッド

メソッド説明
getIndentPosition()インデント位置を取得または設定します。
getInternalIndentPosition()インデントサイズを取得するために RgOutlineIndentDistance 配列で合計する項目数を取得します。
setIndentPosition(byte value)インデント位置を取得または設定します。
setIndentPosition(int value)

getIndentPosition()

public final byte getIndentPosition()

インデント位置を取得または設定します。

Returns: byte

getInternalIndentPosition()

public int getInternalIndentPosition()

インデントサイズを取得するために RgOutlineIndentDistance 配列で合計する項目数を取得します。

Returns: int

setIndentPosition(byte value)

public final Self setIndentPosition(byte value)

インデント位置を取得または設定します。

Parameters:

パラメーター説明
byte

Returns: Self

setIndentPosition(int value)

public final Self setIndentPosition(int value)

Parameters:

パラメーター説明
int

Returns: Self