Class BookmarkEnd
Represents the end position of the bookmark in the document.
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 BookmarkEnd : ParagraphItem, IXDLSSerializable, IParagraphItem, IEntityBase, ILeafWidget, IWidget
Constructors
BookmarkEnd(BookmarkEnd, IParagraph)
Initializing constructor
Declaration
protected BookmarkEnd(BookmarkEnd bookmark, IParagraph paragraph)
Parameters
Type | Name | Description |
---|---|---|
BookmarkEnd | bookmark | |
IParagraph | paragraph |
BookmarkEnd(IDocument)
Initializing constructor
Declaration
public BookmarkEnd(IDocument doc)
Parameters
Type | Name | Description |
---|---|---|
IDocument | doc |
Properties
Name
Gets/sets bookmark name.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Methods
Clone(IParagraph)
Declaration
public override IParagraphItem Clone(IParagraph paragraph)
Parameters
Type | Name | Description |
---|---|---|
IParagraph | paragraph |
Returns
Type |
---|
IParagraphItem |
Overrides
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 |
Overrides
Explicit Interface Implementations
ILeafWidget.Measure(CustomGraphics)
Declaration
SizeF ILeafWidget.Measure(CustomGraphics cg)
Parameters
Type | Name | Description |
---|---|---|
CustomGraphics | cg |
Returns
Type |
---|
System.Drawing.SizeF |