WFieldMark Class
Represents the field mark in the document.
Inheritance
System.Object
Syncfusion.DocIO.DLS.XML.XDLSSerializableBase
WFieldMark
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: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class WFieldMark : ParagraphItem, IXDLSSerializable, IWidget, IParagraphItem, IEntity, IOfficeRun
Constructors
WFieldMark(WFieldMark, IWordDocument)
Initializes a new instance of the WFieldMark class.
Declaration
protected WFieldMark(WFieldMark fieldMark, IWordDocument doc)
Parameters
Type | Name | Description |
---|---|---|
WFieldMark | fieldMark | The field mark. |
IWordDocument | doc | The doc. |
Properties
CharacterFormat
Gets character format of the field mark.
Declaration
public WCharacterFormat CharacterFormat { get; }
Property Value
Type |
---|
WCharacterFormat |
EntityType
Gets the type of the entity.
Declaration
public override EntityType EntityType { get; }
Property Value
Type | Description |
---|---|
EntityType | The EntityType of the current item. |
Overrides
Type
Gets or sets type of field mark.
Declaration
public FieldMarkType Type { get; set; }
Property Value
Type |
---|
FieldMarkType |
Methods
CreateLayoutInfo()
Declaration
protected override void CreateLayoutInfo()
Overrides
InitXDLSHolder()
Registers child objects in XDSL holder.
Declaration
protected override void InitXDLSHolder()
Overrides
Syncfusion.DocIO.DLS.XML.XDLSSerializableBase.InitXDLSHolder()