com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class TabFactory

  • java.lang.Object
    • com.aspose.slides.TabFactory
  • All Implemented Interfaces:
    ITabFactory


    public class TabFactory
    extends java.lang.Object
    implements ITabFactory

    Allows to create ITab instances


    For COM compatibility.
    • Constructor Summary

      Constructors 
      Constructor and Description
      TabFactory() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      ITab createTab(double position, int align)
      Creates a new ITab instance.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TabFactory

        public TabFactory()
    • Method Detail

      • createTab

        public final ITab createTab(double position,
                                    int align)

        Creates a new ITab instance.

        Specified by:
        createTab in interface ITabFactory
        Parameters:
        position - Tab position.
        align - Align.
        Returns:
        Created tab.