Class PictureCssExclude
HTML Settings for excluding picture css settings.
Inheritance
System.Object
PictureCssExclude
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.Boolean |
Border
Exclude image border CSS
Declaration
public bool Border { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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()