Class OdsPageBackground

OdsPageBackground class

Represents the page background of ods.

public class OdsPageBackground

Constructors

NameDescription
OdsPageBackground()The default constructor.

Properties

NameDescription
Color { get; set; }Gets and sets the color of background.
GraphicData { get; set; }Gets and sets the graphic data.
GraphicPositionType { get; set; }Gets and set the background graphic position.
GraphicType { get; set; }Gets and sets the page background graphic type.
IsLink { get; }Indicates whether it’s a linked graphic.
LinkedGraphic { get; set; }Gets and sets the linked graphic path.
Type { get; set; }Gets and sets the page background type.

See Also