OdsPageBackground

OdsPageBackground class

Represents the page background of ods.

Constructors

NameDescription
OdsPageBackground

Properties

NameTypeDescription
TypeintGets and sets the page background type. The value of the property is OdsPageBackgroundType integer constant.
ColorColorGets and sets the color of background.
GraphicTypeintGets and sets the page background graphic type. The value of the property is OdsPageBackgroundGraphicType integer consta
GraphicPositionTypeintGets and set the background graphic position. The value of the property is OdsPageBackgroundGraphicPositionType integer
IsLinkbooleanIndicates whether it’s a linked graphic.
LinkedGraphicStringGets and sets the linked graphic path.
GraphicDatabyte[]Gets and sets the graphic data.

OdsPageBackground()

OdsPageBackground.Type property

Gets and sets the page background type. The value of the property is OdsPageBackgroundType integer constant.

Type: int

OdsPageBackground.Color property

Gets and sets the color of background.

Type: Color

OdsPageBackground.GraphicType property

Gets and sets the page background graphic type. The value of the property is OdsPageBackgroundGraphicType integer constant.

Type: int

OdsPageBackground.GraphicPositionType property

Gets and set the background graphic position. The value of the property is OdsPageBackgroundGraphicPositionType integer constant.

Type: int

Indicates whether it’s a linked graphic.

Type: boolean

OdsPageBackground.LinkedGraphic property

Gets and sets the linked graphic path.

Type: String

OdsPageBackground.GraphicData property

Gets and sets the graphic data.

Type: byte[]