OdsPageBackground Class
Contents
[
Hide
]OdsPageBackground class
Represents the page background of ods.
type OdsPageBackground struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewOdsPageBackground | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetType | Gets and sets the page background type. |
| SetType | Gets and sets the page background type. |
| GetColor | Gets and sets the color of background. |
| SetColor | Gets and sets the color of background. |
| GetGraphicType | Gets and sets the page background graphic type. |
| SetGraphicType | Gets and sets the page background graphic type. |
| GetGraphicPositionType | Gets and set the background graphic position. |
| SetGraphicPositionType | Gets and set the background graphic position. |
| IsLink | Indicates whether it’s a linked graphic. |
| GetLinkedGraphic | Gets and sets the linked graphic path. |
| SetLinkedGraphic | Gets and sets the linked graphic path. |
| GetGraphicData | Gets and sets the graphic data. |
| SetGraphicData | Gets and sets the graphic data. |