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

Grundklassen för noder med relativ indentering för underordnade noder.

T: Typen av element i den sammansatta noden.

T : Self :

Metoder

MetodBeskrivning
getIndentPosition()Hämtar eller anger indragningspositionen.
getInternalIndentPosition()Hämtar antalet objekt som ska summeras i RgOutlineIndentDistance-arrayen för att få indragningsstorlek.
setIndentPosition(byte value)Hämtar eller anger indragningspositionen.
setIndentPosition(int value)

getIndentPosition()

public final byte getIndentPosition()

Hämtar eller anger indragningspositionen.

Returns: byte

getInternalIndentPosition()

public int getInternalIndentPosition()

Hämtar antalet objekt som ska summeras i RgOutlineIndentDistance-arrayen för att få indragningsstorlek.

Returns: int

setIndentPosition(byte value)

public final Self setIndentPosition(byte value)

Hämtar eller anger indragningspositionen.

Parameters:

ParameterTypBeskrivning
värdebyte

Returns: Self

setIndentPosition(int value)

public final Self setIndentPosition(int value)

Parameters:

ParameterTypBeskrivning
värdeint

Returns: Self