OdsPageBackground
Contents
[
Hide
]OdsPageBackground class
Represents the page background of ods.
class OdsPageBackground;
Constructors
| Name | Description |
|---|---|
| constructor() | Default Constructor. |
Properties
| Property | Type | Description |
|---|---|---|
| type | OdsPageBackgroundType | Gets and sets the page background type. |
| color | Color | Gets and sets the color of background. |
| graphicType | OdsPageBackgroundGraphicType | Gets and sets the page background graphic type. |
| graphicPositionType | OdsPageBackgroundGraphicPositionType | Gets and set the background graphic position. |
| isLink | boolean | Readonly. Indicates whether it’s a linked graphic. |
| linkedGraphic | string | Gets and sets the linked graphic path. |
| graphicData | Uint8Array | Gets and sets the graphic data. |
constructor()
Default Constructor.
constructor();
type
Gets and sets the page background type.
type : OdsPageBackgroundType;
color
Gets and sets the color of background.
color : Color;
graphicType
Gets and sets the page background graphic type.
graphicType : OdsPageBackgroundGraphicType;
graphicPositionType
Gets and set the background graphic position.
graphicPositionType : OdsPageBackgroundGraphicPositionType;
isLink
Readonly. Indicates whether it’s a linked graphic.
isLink : boolean;
linkedGraphic
Gets and sets the linked graphic path.
linkedGraphic : string;
graphicData
Gets and sets the graphic data.
graphicData : Uint8Array;