com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IMasterSlide

    • Method Detail

      • getTitleStyle

        ITextStyle getTitleStyle()

        Returns the style of a title text. Read-only ITextStyle.

      • applyExternalThemeToDependingSlides

        IMasterSlide applyExternalThemeToDependingSlides(java.lang.String fname)

        Creates a new master slide based on the current one, applying an external theme to it and applies the created master slide to all dependent slides.

        Parameters:
        fname - Path to the external theme file (.thmx).
        Returns:
        New themed MasterSlide.
        Throws:
        PptxReadException - When external theme cannot be applied.
      • getOtherStyle

        ITextStyle getOtherStyle()

        Returns the style of an other text. Read-only ITextStyle.

      • getPreserve

        boolean getPreserve()

        Determines whether the corresponding master is deleted when all the slides that follow that master are deleted. Note: Aspose.Slides will never remove any unused master by itself, to actually remove unused masters call IMasterSlideCollection.removeUnused(boolean) Read/write boolean.

      • setPreserve

        void setPreserve(boolean value)

        Determines whether the corresponding master is deleted when all the slides that follow that master are deleted. Note: Aspose.Slides will never remove any unused master by itself, to actually remove unused masters call IMasterSlideCollection.removeUnused(boolean) Read/write boolean.

      • hasDependingSlides

        boolean hasDependingSlides()

        Returns true if there exists at least one slide that depends on this master slide. Read-only boolean.

      • getDependingSlides

        ISlide[] getDependingSlides()

        Returns an array with all slides, which depend on this master slide.

        Returns:
        Array of ISlide