Class PictureCssExclude
HTML Settings for excluding picture css settings.
Inherited Members
Namespace: OfficeOpenXml.Export.HtmlExport
Assembly: EPPlus.dll
Syntax
public class PictureCssExclude
Properties
Alignment
Exclude image alignment CSS
Declaration
public bool Alignment { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Border
Exclude image border CSS
Declaration
public bool Border { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Copy(PictureCssExclude)
Copy the values from another settings object.
Declaration
public void Copy(PictureCssExclude copy)
Parameters
| Type | Name | Description |
|---|---|---|
| PictureCssExclude | copy | The object to copy. |
ResetToDefault()
Reset the setting to it's default values.
Declaration
public void ResetToDefault()