MasterReference

MasterReference — Aspose.Slides FOSS Java API Reference

MasterReference — Reference to a master slide in the presentation.

Package: org.aspose.slides.foss.internal.pptx

Note: This is an internal implementation class. Do not import or use it directly — the package org.aspose.slides.foss.internal.pptx is not part of the public API and may change without notice. This page is provided for reference only.


Properties

PropertyTypeAccessDescription
masterIdlongRead/Write
relIdStringRead/Write

Methods

MethodReturnsDescription
getMasterId()longReturns the unique master slide ID.
getRelId()StringReturns the relationship ID.

See Also