com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ITabFactory

  • All Known Implementing Classes:
    TabFactory


    public interface ITabFactory

    Allow to create ITab instances


    For COM compatibility.
    • Method Detail

      • createTab

        ITab createTab(double position,
                       int align)

        Creates a new ITab instance.

        Parameters:
        position - Tab position.
        align - Align.
        Returns:
        Created tab.