com.aspose.note

Class Table

    • Constructor Detail

      • Table

        public Table(Document document)

        Initializes a new instance of the Table class.

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

      • getLastModifiedTime

        public Date getLastModifiedTime()

        Gets or sets the last modified time.

      • setLastModifiedTime

        public void setLastModifiedTime(Date value)

        Gets or sets the last modified time.

      • isBordersVisible

        public boolean isBordersVisible()

        Gets or sets a value indicating whether the table border is visible.

      • setBordersVisible

        public void setBordersVisible(boolean value)

        Gets or sets a value indicating whether the table border is visible.

      • getColumns

        public com.aspose.ms.System.Collections.Generic.IGenericList<TableColumn> getColumns()

        Gets the columns of the table.