Class ParagraphItem
Represents a paragraph item.
Inheritance
System.Object
ParagraphItem
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 abstract class ParagraphItem : WidgetBase, IXDLSSerializable, IWidget, IParagraphItem, IEntityBase
Constructors
ParagraphItem(IDocument)
Creates a new Paragraph item.
Declaration
public ParagraphItem(IDocument doc)
Parameters
| Type | Name | Description |
|---|---|---|
| IDocument | doc |
Fields
m_iStartIndex
Declaration
protected int m_iStartIndex
Field Value
| Type |
|---|
| System.Int32 |
Properties
OwnerParagraph
Gets owner paragraph.
Declaration
public IParagraph OwnerParagraph { get; }
Property Value
| Type |
|---|
| IParagraph |
StartIndex
Declaration
protected int StartIndex { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
Methods
Clone(IParagraph)
Clones itself.
Declaration
public abstract IParagraphItem Clone(IParagraph paragraph)
Parameters
| Type | Name | Description |
|---|---|---|
| IParagraph | paragraph |
Returns
| Type |
|---|
| IParagraphItem |
ReadXmlAttributes(IXDLSAttributeReader)
Declaration
protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
Parameters
| Type | Name | Description |
|---|---|---|
| IXDLSAttributeReader | reader |
Overrides
SetOwnerParagraph(IParagraph, Int32)
Declaration
protected virtual void SetOwnerParagraph(IParagraph paragraph, int startIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| IParagraph | paragraph | |
| System.Int32 | startIndex |
WriteXmlAttributes(IXDLSAttributeWriter)
Declaration
protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| IXDLSAttributeWriter | writer |