IMasterSlide

IMasterSlide class

Represents a master slide in a presentation.

class IMasterSlide : public virtual Aspose::Slides::IBaseSlide,
                     public Aspose::Slides::Theme::IMasterThemeable

Methods

MethodDescription
virtual System::SharedPtr<IMasterSlide> ApplyExternalThemeToDependingSlides(System::String)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.
virtual System::SharedPtr<IThemeEffectiveData> CreateThemeEffective()Returns an effective theme for this themeable object.
virtual bool Equals(System::SharedPtr<IBaseSlide>)Determines whether the two IBaseSlide instances are equal. Returning value is calculated based on slide’s structure and static content. Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn’t take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder.
virtual bool Equals(ptr)Compares objects using C# Object.Equals semantics.
static std::enable_if<IsSmartPtr<T1>::value&&IsSmartPtr<T2>::value, bool>::type Equals(T1 const&, T2 const&)Compares reference type objects in C# style.
static bool Equals(float const&, float const&)Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN.
static bool Equals(double const&, double const&)Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN.
virtual bool FastCast(const Details::FastRttiBase&, void **) constFor internal purposes only.
virtual System::SharedPtr<IShape> FindShapeByAltText(System::String)Finds first occurrence of a shape with the specified alternative text.
virtual System::SharedPtr<IBackground> get_Background()Returns slide’s background. Read-only IBackground.
virtual System::SharedPtr<ITextStyle> get_BodyStyle()Returns the style of a body text. Read-only ITextStyle.
virtual System::SharedPtr<IControl> get_Control(int32_t)Returns the ActiveX control at the specified index.
virtual System::SharedPtr<IControlCollection> get_Controls()Returns the collection of ActiveX controls on a slide. Read-only IControlCollection.
virtual System::SharedPtr<ICustomData> get_CustomData()Returns the slide’s custom data. Read-only ICustomData.
virtual bool get_HasDependingSlides()Returns true if there exists at least one slide that depends on this master slide. Read-only bool.
virtual System::SharedPtr<IMasterSlideHeaderFooterManager> get_HeaderFooterManager()Returns HeaderFooter manager of the master slide. Read-only IMasterSlideHeaderFooterManager.
virtual System::SharedPtr<IHyperlinkQueries> get_HyperlinkQueries()Provides easy access to contained hyperlinks. Read-only IHyperlinkQueries.
virtual System::SharedPtr<IMasterLayoutSlideCollection> get_LayoutSlides()Returns the collection of child layout slides for this master slide. Read-only IMasterLayoutSlideCollection.
virtual System::String get_Name()Returns the name of a slide. Read System::String.
virtual System::SharedPtr<ITextStyle> get_OtherStyle()Returns the style of an other text. Read-only ITextStyle.
virtual System::SharedPtr<IPresentation> get_Presentation()Returns the presentation. Read-only IPresentation.
virtual bool get_Preserve()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 Read bool.
virtual System::SharedPtr<IShape> get_Shape(int32_t)Returns the shape at the specified index. Read-only Aspose::Slides::IShape
virtual System::SharedPtr<IShapeCollection> get_Shapes()Returns the shapes of a slide. Read-only IShapeCollection.
virtual bool get_ShowMasterShapes()Specifies if shapes on the master slide should be shown on slides or not. For master slide itself this property always returns false. Read bool.
virtual System::SharedPtr<IBaseSlide> get_Slide()Returns the base slide. Read-only IBaseSlide.
virtual uint32_t get_SlideId()Returns the ID of a slide. Read-only uint32_t.
virtual System::SharedPtr<ISlideShowTransition> get_SlideShowTransition()Returns the TransitionEx object which contains information about how the specified slide advances during a slide show. Read-only ISlideShowTransition.
virtual System::SharedPtr<IMasterThemeManager> get_ThemeManager()Returns master theme manager. Read-only IMasterThemeManager.
virtual System::SharedPtr<IAnimationTimeLine> get_Timeline()Returns animation timeline object. Read-only IAnimationTimeLine.
virtual System::SharedPtr<ITextStyle> get_TitleStyle()Returns the style of a title text. Read-only ITextStyle.
Detail::SmartPtrCounter * GetCounter()Gets reference counter data structure associated with the object.
virtual System::ArrayPtr<System::SharedPtr<ISlide>> GetDependingSlides()Returns an array with all slides, which depend on this master slide.
virtual int32_t GetHashCode() constAnalog of C# Object.GetHashCode() method. Enables hashing of custom objects.
virtual const TypeInfo& GetType() constGets actual type of object. Analog of C# System.Object.GetType() call.
virtual bool Is(const TypeInfo&) constCheck if object represents an instance of type described by targetType. Analog of C# ‘is’ operator.
virtual void JoinPortionsWithSameFormatting()Joins runs with same formatting in all paragraphs in all acceptable shapes.
void Lock()Implements C# lock() statement locking. Call directly or use LockContext sentry object.
virtual ptr MemberwiseClone() constAnalog of C# Object.MemberwiseClone() method. Enables cloning custom types.
Object()Creates object. Initializes all internal data structures.
Object(Object const&)Copy constructor. Doesn’t copy anything, really, just initializes new object and enables copy constructing subclasses.
Object& operator=(Object const&)Assignment operator. Doesn’t copy anything, really, just initializes new object and enables copy constructing subclasses.
static bool ReferenceEquals(ptr const&, ptr const&)Compares objects by reference.
static std::enable_if<!IsSmartPtr<T>::value, bool>::type ReferenceEquals(T const&, T const&)Compares objects by reference.
static std::enable_if<!IsSmartPtr<T>::value, bool>::type ReferenceEquals(T const&, std::nullptr_t)Reference-compares value type object with nullptr.
bool ReferenceEquals(String const&, std::nullptr_t)Specialization of Object::ReferenceEquals for case of string and nullptr.
bool ReferenceEquals(String const&, String const&)Specialization of Object::ReferenceEquals for case of strings.
int RemovedSharedRefs(int)Decreases shared reference count by specified value.
virtual void set_Name(System::String)Sets the name of a slide. Write System::String.
virtual void set_Preserve(bool)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 Write bool.
virtual void set_ShowMasterShapes(bool)Specifies if shapes on the master slide should be shown on slides or not. For master slide itself this property always returns false. Write bool.
virtual void SetTemplateWeakPtr(uint32_t)Set n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode.
int SharedCount() constGets current value of shared reference counter.
Object * SharedRefAdded()Increments shared reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector.
int SharedRefRemovedSafe()Decrements and returns shared reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector.
virtual String ToString() constAnalog of C# Object.ToString() method. Enables converting custom objects to string.
static const TypeInfo& Type()Implements C# typeof(System.Object) construct.
void Unlock()Implements C# lock() statement unlocking. Call directly or use LockContext sentry object.
Detail::SmartPtrCounter * WeakRefAdded()Increments weak reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector.
void WeakRefRemoved()Decrements weak reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector.
virtual ~Object()Destroys object. Frees all internal data structures.

See Also