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

Outline()

public Outline()

Initializes a new instance of the Outline class.

getLastModifiedTime()

public Date getLastModifiedTime()

Gets or sets the last modified time.

Returns: java.util.Date

setLastModifiedTime(Date value)

public void setLastModifiedTime(Date value)

Gets or sets the last modified time.

Parameters:

ParameterTypeDescription
valuejava.util.Date

getMaxWidth()

public float getMaxWidth()

Gets or sets the max width.

Returns: float

setMaxWidth(float value)

public void setMaxWidth(float value)

Gets or sets the max width.

Parameters:

ParameterTypeDescription
valuefloat

getMinWidth()

public float getMinWidth()

Gets or sets the min width.

Returns: float

setMinWidth(float value)

public void setMinWidth(float value)

Gets or sets the min width.

Parameters:

ParameterTypeDescription
valuefloat

getMaxHeight()

public float getMaxHeight()

Gets or sets the max height.

Returns: float

setMaxHeight(float value)

public void setMaxHeight(float value)

Gets or sets the max height.

Parameters:

ParameterTypeDescription
valuefloat

getHorizontalOffset()

public float getHorizontalOffset()

Gets or sets the horizontal offset.

Returns: float

setHorizontalOffset(float value)

public void setHorizontalOffset(float value)

Gets or sets the horizontal offset.

Parameters:

ParameterTypeDescription
valuefloat

getVerticalOffset()

public float getVerticalOffset()

Gets or sets the vertical offset.

Returns: float

setVerticalOffset(float value)

public void setVerticalOffset(float value)

Gets or sets the vertical offset.

Parameters:

ParameterTypeDescription
valuefloat

getReservedWidth()

public float getReservedWidth()

Gets or sets the reserved width.

Returns: float

setReservedWidth(float value)

public void setReservedWidth(float value)

Gets or sets the reserved width.

Parameters:

ParameterTypeDescription
valuefloat

getDescendantsCannotBeMoved()

public boolean getDescendantsCannotBeMoved()

Gets whether descendants of the outline can be moved.

Returns: boolean

setDescendantsCannotBeMoved(boolean value)

public void setDescendantsCannotBeMoved(boolean value)

Gets whether descendants of the outline can be moved.

Parameters:

ParameterTypeDescription
valueboolean

getInternalIndentPosition()

public int getInternalIndentPosition()

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

Returns: int

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 .