Class ShapesSettingsBase
Represents base class incorporating shape Import/Export related settings.
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
Get or sets whether or not to try and import/export the shapes.
Declaration
public bool SkipShapes { get; set; }
Property Value
System.Boolean
|