Class Field
Represents a Field.
Implements
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.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class Field : TextRange, IXDLSSerializable, ITextRange, IParagraphItem, IEntityBase, IStringWidget, ISplitLeafWidget, ILeafWidget, IWidget, ITextMeasurable, IField
Constructors
Field(Field, IParagraph)
Declaration
protected Field(Field field, IParagraph paragraph)
Parameters
| Type | Name | Description |
|---|---|---|
| Field | field | |
| IParagraph | paragraph |
Field(IDocument)
Initializing constructor.
Declaration
public Field(IDocument doc)
Parameters
| Type | Name | Description |
|---|---|---|
| IDocument | doc |
Properties
FieldPattern
Gets / sets field pattern.
Declaration
public string FieldPattern { get; set; }
Property Value
| Type |
|---|
| System.String |
FieldType
Gets / sets field type.
Declaration
public DLSFieldType FieldType { get; set; }
Property Value
| Type |
|---|
| DLSFieldType |
Methods
CreateLayoutInfo()
Declaration
protected override void CreateLayoutInfo()
Overrides
ReadXmlAttributes(IXDLSAttributeReader)
Declaration
protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
Parameters
| Type | Name | Description |
|---|---|---|
| IXDLSAttributeReader | reader |
Overrides
WriteXmlAttributes(IXDLSAttributeWriter)
Declaration
protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| IXDLSAttributeWriter | writer |