OdsPageBackgroundImageType Enumeration
|
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum OdsPageBackgroundImageType
Public Enumeration OdsPageBackgroundImageType
public enum class OdsPageBackgroundImageType
type OdsPageBackgroundImageType
Members
|
|
Member name
|
Value
|
Description
|
|
|
Position
|
0
|
Represents position typeof image background.
|
|
|
Area
|
1
|
Represents area typeof image background.
|
|
|
Tile
|
2
|
Represents tile type of image background.
|
See Also