Table of Contents

Class PictureCssExclude

Namespace
OfficeOpenXml.Export.HtmlExport
Assembly
EPPlus.dll

HTML Settings for excluding picture css settings.

public class PictureCssExclude
Inheritance
PictureCssExclude
Inherited Members

Properties

Alignment

Exclude image alignment CSS

public bool Alignment { get; set; }

Property Value

bool

Border

Exclude image border CSS

public bool Border { get; set; }

Property Value

bool

Methods

Copy(PictureCssExclude)

Copy the values from another settings object.

public void Copy(PictureCssExclude copy)

Parameters

copy PictureCssExclude

The object to copy.

ResetToDefault()

Reset the setting to it's default values.

public void ResetToDefault()