Table of Contents

Class OdsPageBackground

Namespace
Spire.Xls
Assembly
Spire.XLS.dll
public class OdsPageBackground
Inheritance
OdsPageBackground
Inherited Members

Properties

Color

Gets/sets the color of background.

public Color Color { get; set; }

Property Value

Color

ImageData

Gets/sets the image data of image background.

public byte[] ImageData { get; set; }

Property Value

byte[]

Gets/sets the link file path of image.

public string ImageLink { get; set; }

Property Value

string

ImagePositonType

Gets/sets the position type of image background.

public OdsPageBackgroundImagePositionType ImagePositonType { get; set; }

Property Value

OdsPageBackgroundImagePositionType

ImageType

Gets/sets the image type of image background.

public OdsPageBackgroundImageType ImageType { get; set; }

Property Value

OdsPageBackgroundImageType

Type

Gets the type of background. Read-only.

public OdsPageBackgroundType Type { get; }

Property Value

OdsPageBackgroundType