Class ShapesSettingsBase
Base settings for shape import/export behavior in OpenXML providers.
Inheritance
System.Object
ShapesSettingsBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.FormatProviders.OpenXml
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public abstract class ShapesSettingsBase
Constructors
ShapesSettingsBase()
Declaration
protected ShapesSettingsBase()
Properties
SkipShapes
Gets or sets whether shapes are skipped during import/export, affecting fidelity vs. performance.
Declaration
public bool SkipShapes { get; set; }
Property Value
|
System.Boolean
|