C# Class AODL.Document.Content.Text.Indexes.Bookmark

Represent a Bookmark.
Inheritance: IText, ICloneable
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
Bookmark ( IDocument document, BookmarkType type, string bookmarkname ) : System

Initializes a new instance of the Bookmark class.

Clone ( ) : object

Create a deep clone of this Bookmark object.

A possible Attached Style wouldn't be cloned!

Private Methods

Method Description
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( BookmarkType type, string bookmarkname ) : void

Create the XmlNode.

Method Details

Bookmark() public method

Initializes a new instance of the Bookmark class.
public Bookmark ( IDocument document, BookmarkType type, string bookmarkname ) : System
document IDocument The document.
type BookmarkType The type.
bookmarkname string The bookmarkname.
return System

Clone() public method

Create a deep clone of this Bookmark object.
A possible Attached Style wouldn't be cloned!
public Clone ( ) : object
return object