com.groupdocs.viewer.options

Class ProjectManagementOptions



  • public class ProjectManagementOptions
    extends Object

    Provides options for rendering project management files.

    • Constructor Detail

    • Method Detail

      • getEndDate

        public final Date getEndDate()

        The end date of the Gantt Chart View to be included into the output.

        Note:

        Use this option when you need to render part of the project within specified time interval of the Gantt Chart View.

      • getPageSize

        public final PageSize getPageSize()

        The output page size.

        Returns:
        The output page size.
      • getStartDate

        public final Date getStartDate()

        The start date of the Gantt Chart View to be included into the output.

        Note:

        Use this option when you need to render part of the project within specified time interval of the Gantt Chart View.

      • getTimeUnit

        public final TimeUnit getTimeUnit()

        The time unit.

        Returns:
        The time unit.
      • setEndDate

        public final void setEndDate(Date value)

        The end date of the Gantt Chart View to be included into the output.

        Note:

        Use this option when you need to render part of the project within specified time interval of the Gantt Chart View.

      • setPageSize

        public final void setPageSize(PageSize value)

        The output page size.

        Parameters:
        value - The output page size.
      • setStartDate

        public final void setStartDate(Date value)

        The start date of the Gantt Chart View to be included into the output.

        Note:

        Use this option when you need to render part of the project within specified time interval of the Gantt Chart View.

      • setTimeUnit

        public final void setTimeUnit(TimeUnit value)

        The time unit.

        Parameters:
        value - The time unit.