LayoutSlidePart

LayoutSlidePart

Overview

LayoutSlidePart is a class in Aspose.Slides FOSS for .NET.

Manages a layout slide XML part (ppt/slideLayouts/slideLayoutN.xml). Read-only for now; provides access to layout properties.

This class provides 3 methods for working with LayoutSlidePart objects in .NET programs. Available methods include: Load, ResolveTarget, Save. All exported members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: LayoutTypeRaw, LayoutTypeValue, MasterPartName, Name, PartName.

Description

LayoutSlidePart is a class in the Aspose.Slides FOSS library for .NET that exposes 3 methods and 5 properties for programmatic use.

The class also provides the PartName property (gets the part name), the LayoutTypeRaw property (gets the layout type raw), the LayoutTypeValue property (gets the layout type value).

Properties

NameTypeAccessDescription
PartNamestringReadGets the part name.
NamestringRead/WriteGets or sets the name.
LayoutTypeRawstringReadGets the layout type raw.
LayoutTypeValuestringReadGets the layout type value.
MasterPartNamestring?ReadGets the master part name.

Methods

SignatureDescription
Load()Loads and parses the layout slide XML from the package.
ResolveTarget(target: string)The resolved absolute part name.
Save()Saves the layout slide XML back to the package.

See Also