OdsPageBackgroundType Enumeration
|
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum OdsPageBackgroundType
Public Enumeration OdsPageBackgroundType
public enum class OdsPageBackgroundType
type OdsPageBackgroundType
Members
|
Member name
|
Value
|
Description
|
|
None
|
0
|
Represents none background.
|
|
Color
|
1
|
Represents color backgorund.
|
|
Image
|
2
|
Represents image background.
|
See Also