OdsPageBackground
Contents
[
Hide
]OdsPageBackground class
Represents the page background of ods.
Constructors
| Name | Description |
|---|---|
| OdsPageBackground |
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Gets and sets the page background type. The value of the property is OdsPageBackgroundType integer constant. |
| Color | Color | Gets and sets the color of background. |
| GraphicType | int | Gets and sets the page background graphic type. The value of the property is OdsPageBackgroundGraphicType integer consta |
| GraphicPositionType | int | Gets and set the background graphic position. The value of the property is OdsPageBackgroundGraphicPositionType integer |
| IsLink | boolean | Indicates whether it’s a linked graphic. |
| LinkedGraphic | String | Gets and sets the linked graphic path. |
| GraphicData | byte[] | 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
OdsPageBackground.IsLink property
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[]