IMasterSlide

Oversigt over de forskellige former for støtte

IMasterSlide er en grænseflade i Aspose.Slides FOSS for Java.

Repræsenter et hoveddiagram i en præsentation.

Egenskaber

NameTypeAccessDescription
layoutSlidesILayoutSlideCollectionReadReturns the collection of layout slides belonging to this master.
nameStringReadReturns the name of a slide.
slideIdintReadReturns the ID of a slide.
shapesIShapeCollectionReadReturns the shapes of a slide.
slideIBaseSlideReadReturns the parent slide.
presentationIPresentationReadReturns the presentation containing this component.

Metoder til at anvende

SignatureDescription
getLayoutSlides()ILayoutSlideCollectionReturns the collection of layout slides belonging to this master.
getName()StringReturns the name of a slide.
setName(name: String)Sets the name of a slide.
getSlideId()intReturns the ID of a slide.
getShapes()IShapeCollectionReturns the shapes of a slide.
getSlide()IBaseSlideReturns the parent slide.
asIPresentationComponent()IPresentationComponentReturns the base {@link IPresentationComponent} interface.
getPresentation()IPresentationReturns the presentation containing this component.
 Dansk