Outline

Inheritance: java.lang.Object, com.aspose.note.Node, com.aspose.note.CompositeNodeBase, com.aspose.note.CompositeNode, com.aspose.note.IndentatedNode

All Implemented Interfaces: com.aspose.note.IPageChildNode

public final class Outline extends IndentatedNode<IOutlineChildNode,Outline> implements IPageChildNode

Represents a Outline.

Constructors

ConstructorDescription
Outline()Initializes a new instance of the Outline class.

Methods

MethodDescription
accept(DocumentVisitor visitor)Accepts the visitor of the node.
getDescendantsCannotBeMoved()Gets whether descendants of the outline can be moved.
getHorizontalOffset()Gets or sets the horizontal offset.
getInternalIndentPosition()
getLastModifiedTime()Gets or sets the last modified time.
getMaxHeight()Gets or sets the max height.
getMaxWidth()Gets or sets the max width.
getMinWidth()Gets or sets the min width.
getReservedWidth()Gets or sets the reserved width.
getVerticalOffset()Gets or sets the vertical offset.
setDescendantsCannotBeMoved(boolean value)Gets whether descendants of the outline can be moved.
setHorizontalOffset(float value)Gets or sets the horizontal offset.
setLastModifiedTime(Date value)Gets or sets the last modified time.
setMaxHeight(float value)Gets or sets the max height.
setMaxWidth(float value)Gets or sets the max width.
setMinWidth(float value)Gets or sets the min width.
setReservedWidth(float value)Gets or sets the reserved width.
setVerticalOffset(float value)Gets or sets the vertical offset.

Outline()

public Outline()

Initializes a new instance of the Outline class.

accept(DocumentVisitor visitor)

public void accept(DocumentVisitor visitor)

Accepts the visitor of the node.

Parameters:

ParameterTypeDescription
visitorDocumentVisitorThe object of a class derived from the DocumentVisitor.

getDescendantsCannotBeMoved()

public boolean getDescendantsCannotBeMoved()

Gets whether descendants of the outline can be moved.

Returns: boolean

getHorizontalOffset()

public float getHorizontalOffset()

Gets or sets the horizontal offset.

Returns: float

getInternalIndentPosition()

public int getInternalIndentPosition()

Gets the amount of items to sum up in RgOutlineIndentDistance array to get indent size.

Returns: int

getLastModifiedTime()

public Date getLastModifiedTime()

Gets or sets the last modified time.

Returns: java.util.Date

getMaxHeight()

public float getMaxHeight()

Gets or sets the max height.

Returns: float

getMaxWidth()

public float getMaxWidth()

Gets or sets the max width.

Returns: float

getMinWidth()

public float getMinWidth()

Gets or sets the min width.

Returns: float

getReservedWidth()

public float getReservedWidth()

Gets or sets the reserved width.

Returns: float

getVerticalOffset()

public float getVerticalOffset()

Gets or sets the vertical offset.

Returns: float

setDescendantsCannotBeMoved(boolean value)

public void setDescendantsCannotBeMoved(boolean value)

Gets whether descendants of the outline can be moved.

Parameters:

ParameterTypeDescription
valueboolean

setHorizontalOffset(float value)

public void setHorizontalOffset(float value)

Gets or sets the horizontal offset.

Parameters:

ParameterTypeDescription
valuefloat

setLastModifiedTime(Date value)

public void setLastModifiedTime(Date value)

Gets or sets the last modified time.

Parameters:

ParameterTypeDescription
valuejava.util.Date

setMaxHeight(float value)

public void setMaxHeight(float value)

Gets or sets the max height.

Parameters:

ParameterTypeDescription
valuefloat

setMaxWidth(float value)

public void setMaxWidth(float value)

Gets or sets the max width.

Parameters:

ParameterTypeDescription
valuefloat

setMinWidth(float value)

public void setMinWidth(float value)

Gets or sets the min width.

Parameters:

ParameterTypeDescription
valuefloat

setReservedWidth(float value)

public void setReservedWidth(float value)

Gets or sets the reserved width.

Parameters:

ParameterTypeDescription
valuefloat

setVerticalOffset(float value)

public void setVerticalOffset(float value)

Gets or sets the vertical offset.

Parameters:

ParameterTypeDescription
valuefloat