Table of Contents

Class OdPage

Namespace
Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly
Aspose.Imaging.dll

The Open document page.

public class OdPage : OdGraphicObject
Inheritance
OdPage
Inherited Members

Constructors

OdPage(OdObject)

Initializes a new instance of the OdPage class.

public OdPage(OdObject parent)

Parameters

parent OdObject

The parent.

Properties

MasterPageName

Gets or sets the name of the master page.

public string MasterPageName { get; set; }

Property Value

string

The name of the master page.

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

The name.

StyleName

Gets or sets the name of the style.

public string StyleName { get; set; }

Property Value

string

The name of the style.