public final class Outline extends CompositeNode<IOutlineChildNode> implements IPageChildNode
Represents a Outline.
Constructor and Description |
---|
Outline(Document document)
Initializes a new instance of the
Outline class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(DocumentVisitor visitor)
Accepts the visitor of the node.
|
float |
getHorizontalOffset()
Gets or sets the horizontal offset.
|
byte |
getIndentPosition()
Gets or sets the indent position.
|
Date |
getLastModifiedTime()
Gets or sets the last modified time.
|
float |
getMaxHeight()
Gets or sets the max height.
|
float |
getMaxWidth()
Gets or sets the max width.
|
float |
getMinWidth()
Gets or sets the min width.
|
float |
getReservedWidth()
Gets or sets the reserved width.
|
float |
getVerticalOffset()
Gets or sets the vertical offset.
|
void |
setHorizontalOffset(float value)
Gets or sets the horizontal offset.
|
void |
setIndentPosition(byte value)
Gets or sets the indent position.
|
void |
setLastModifiedTime(Date value)
Gets or sets the last modified time.
|
void |
setMaxHeight(float value)
Gets or sets the max height.
|
void |
setMaxWidth(float value)
Gets or sets the max width.
|
void |
setMinWidth(float value)
Gets or sets the min width.
|
void |
setReservedWidth(float value)
Gets or sets the reserved width.
|
void |
setVerticalOffset(float value)
Gets or sets the vertical offset.
|
appendChild, getChildNodes, getChildren, getFirstChild, getLastChild, getText, isComposite, iterator, removeChild
getDocument, getNextSibling, getNodeType, getParentNode, getPreviousSibling
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNextSibling, getPreviousSibling
forEach, spliterator
public Outline(Document document)
Initializes a new instance of the Outline
class.
document
- The parent document of the outline.public byte getIndentPosition()
Gets or sets the indent position.
public void setIndentPosition(byte value)
Gets or sets the indent position.
public Date getLastModifiedTime()
Gets or sets the last modified time.
public void setLastModifiedTime(Date value)
Gets or sets the last modified time.
public float getMaxWidth()
Gets or sets the max width.
public void setMaxWidth(float value)
Gets or sets the max width.
public float getMinWidth()
Gets or sets the min width.
public void setMinWidth(float value)
Gets or sets the min width.
public float getMaxHeight()
Gets or sets the max height.
public void setMaxHeight(float value)
Gets or sets the max height.
public float getHorizontalOffset()
Gets or sets the horizontal offset.
public void setHorizontalOffset(float value)
Gets or sets the horizontal offset.
public float getVerticalOffset()
Gets or sets the vertical offset.
public void setVerticalOffset(float value)
Gets or sets the vertical offset.
public float getReservedWidth()
Gets or sets the reserved width.
public void setReservedWidth(float value)
Gets or sets the reserved width.
public void accept(DocumentVisitor visitor)
Accepts the visitor of the node.
accept
in interface INode
accept
in class CompositeNode<IOutlineChildNode>
visitor
- The object of a class derived from the DocumentVisitor
.Copyright (c) 2017 Aspose. All Rights Reserved.