Class OdPage

Class OdPage

Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (26.3.0)

The Open document page.

[JsonObject(MemberSerialization.OptIn)]
public class OdPage : OdGraphicObject

Inheritance

object OdObject OdGraphicObject OdPage

Inherited Members

OdGraphicObject.AbsoluteCoordinates , OdObject.parent , OdObject.Parent , OdObject.Items , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

OdPage(OdObject)

Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdPage class.

public OdPage(OdObject parent)

Parameters

parent OdObject

The parent.

Properties

MasterPageName

Gets or sets the name of the master page.

[JsonProperty]
public string MasterPageName { get; set; }

Property Value

string

Name

Gets or sets the name.

[JsonProperty]
public string Name { get; set; }

Property Value

string

StyleName

Gets or sets the name of the style.

[JsonProperty]
public string StyleName { get; set; }

Property Value

string

 English