com.aspose.note

Class OutlineElement

    • Constructor Detail

      • OutlineElement

        public OutlineElement(Document document)

        Initializes a new instance of the OutlineElement class.

        Parameters:
        document - The parent document of the outline element.
    • 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.

      • getCreationTime

        public Date getCreationTime()

        Gets or sets the creation time.

      • setCreationTime

        public void setCreationTime(Date value)

        Gets or sets the creation time.

      • getNumberList

        public NumberList getNumberList()

        Gets or sets the style for the numbered list header.

      • setNumberList

        public void setNumberList(NumberList value)

        Gets or sets the style for the numbered list header.