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
Constructor | Description |
---|---|
Outline() | Initializes a new instance of the Outline class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
value | float |
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:
Parameter | Type | Description |
---|---|---|
value | float |
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:
Parameter | Type | Description |
---|---|---|
value | float |
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:
Parameter | Type | Description |
---|---|---|
value | float |
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:
Parameter | Type | Description |
---|---|---|
value | float |
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:
Parameter | Type | Description |
---|---|---|
value | float |
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:
Parameter | Type | Description |
---|---|---|
value | boolean |
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:
Parameter | Type | Description |
---|---|---|
visitor | DocumentVisitor | The object of a class derived from the DocumentVisitor . |