Class DocumentStyle
Implements
System.ICloneable
Namespace: IronWord.Models.Abstract
Assembly: IronWord.dll
Syntax
public abstract class DocumentStyle : Object, ICloneable
Constructors
DocumentStyle()
Declaration
protected DocumentStyle()
Fields
Status
Gets or sets the status of the Style, indicating whether it is new, updated, or deleted.
Declaration
public ElementStatus Status
Field Value
| Type | Description |
|---|---|
| ElementStatus |
Properties
StyleId
Gets or sets the predefined style.
Declaration
public string StyleId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
Clone()
Declaration
public abstract object Clone()
Returns
| Type | Description |
|---|---|
| System.Object |
SetNoChangeStatusAsUpdated()
Declaration
protected void SetNoChangeStatusAsUpdated()
Implements
System.ICloneable