MasterSlideCollection

General

MasterSlideCollection is a class in Aspose.Slides FOSS for Java. Inherits from: IMasterSlideCollection, Iterable<IMasterSlide>.

MasterSlideCollection és una classe en Aspose.Slides FOSS per a Java. Hereta de: ⌒IMasterSlideCollection゚, ∂Iterableヽ .

Representa una col·lecció de diapositives mestres en una presentació.

Propietats

NameTypeAccessDescription
nextMasterFileNumberintReadProperty holds the next master file number
nextLayoutFileNumberintReadProperty holds the next layout file number
maxMasterLayoutIdInPresentationlongReadProperty holds the maximum master/layout ID in the presentation

Mètodes

SignatureDescription
MasterSlideCollection()Creates an empty MasterSlideCollection.
initInternal(presentation: IPresentation, opcPackage: OpcPackage, presentationPart: PresentationPart, masterSlides: List<IMasterSlide>)Performs internal initialization for the master slide collection.
get(index: int)IMasterSlide
size()int
asICollection()List<IMasterSlide>Returns the master slides as a List
asIEnumerable()Iterable<IMasterSlide>Returns the master slides as an Iterable
iterator()Iterator<IMasterSlide>Returns an iterator over the master slides
addClone(sourceMaster: IMasterSlide)IMasterSlideCreates a clone of the given master slide and adds it to the collection
add(master: IMasterSlide)Adds a master slide to the collection.
getNextMasterFileNumber()intFinds the next available master slide file number in the package.
getNextLayoutFileNumber()intFinds the next available layout slide file number in the package.
cloneMasterPart(sourcePackage: OpcPackage, sourcePartName: String, destPackage: OpcPackage, destPartName: String)Map<String, String>Clones a master slide part and its related resources (except layouts) from one
package to another.
cloneLayoutPart(sourcePackage: OpcPackage, sourcePartName: String, destPackage: OpcPackage, destPartName: String, destMasterPartName: String)Clones a layout slide part from one package to another.
getMaxMasterLayoutIdInPresentation()longFinds the maximum ID across all master slide IDs and layout IDs in the presentation.
updateMasterLayoutRelationships(sourcePackage: OpcPackage, sourceMasterPartName: String, destMasterPartName: String, layoutMapping: Map<String, String>, sourceLayoutRids: Map<String, String>)Updates a master slide’s relationships and XML to point to cloned layouts.
 Català