com.aspose.note

Class Outline

    • Constructor Detail

      • Outline

        public Outline(Document document)

        Initializes a new instance of the Outline class.

        Parameters:
        document - The parent document of the outline.
    • Method Detail

      • getIndentPosition

        public byte getIndentPosition()

        Gets or sets the indent position.

      • setIndentPosition

        public void setIndentPosition(byte value)

        Gets or sets the indent position.

      • getLastModifiedTime

        public Date getLastModifiedTime()

        Gets or sets the last modified time.

      • setLastModifiedTime

        public void setLastModifiedTime(Date value)

        Gets or sets the last modified time.

      • getMaxWidth

        public float getMaxWidth()

        Gets or sets the max width.

      • setMaxWidth

        public void setMaxWidth(float value)

        Gets or sets the max width.

      • getMinWidth

        public float getMinWidth()

        Gets or sets the min width.

      • setMinWidth

        public void setMinWidth(float value)

        Gets or sets the min width.

      • getMaxHeight

        public float getMaxHeight()

        Gets or sets the max height.

      • setMaxHeight

        public void setMaxHeight(float value)

        Gets or sets the max height.

      • setHorizontalOffset

        public void setHorizontalOffset(float value)

        Gets or sets the horizontal offset.

        Specified by:
        setHorizontalOffset in interface IPageChildNode
      • setVerticalOffset

        public void setVerticalOffset(float value)

        Gets or sets the vertical offset.

        Specified by:
        setVerticalOffset in interface IPageChildNode
      • getReservedWidth

        public float getReservedWidth()

        Gets or sets the reserved width.

      • setReservedWidth

        public void setReservedWidth(float value)

        Gets or sets the reserved width.

      • getDescendantsCannotBeMoved

        public boolean getDescendantsCannotBeMoved()

        Gets whether descendants of the outline can be moved.

      • setDescendantsCannotBeMoved

        public void setDescendantsCannotBeMoved(boolean value)

        Gets whether descendants of the outline can be moved.