Class OdsPageBackground
Class OdsPageBackground
Namespace: Aspose.Cells.Ods
Assembly: Aspose.Cells.dll (25.2.0)
Represents the page background of ods.
public class OdsPageBackground
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
OdsPageBackground()
public OdsPageBackground()
Properties
Color
Gets and sets the color of background.
public Color Color { get; set; }
Property Value
GraphicData
Gets and sets the graphic data.
public byte[] GraphicData { get; set; }
Property Value
byte[]
GraphicPositionType
Gets and set the background graphic position.
public OdsPageBackgroundGraphicPositionType GraphicPositionType { get; set; }
Property Value
OdsPageBackgroundGraphicPositionType
GraphicType
Gets and sets the page background graphic type.
public OdsPageBackgroundGraphicType GraphicType { get; set; }
Property Value
IsLink
Indicates whether it’s a linked graphic.
public bool IsLink { get; }
Property Value
LinkedGraphic
Gets and sets the linked graphic path.
public string LinkedGraphic { get; set; }
Property Value
Type
Gets and sets the page background type.
public OdsPageBackgroundType Type { get; set; }