AODL.Document.Content.Text.Indexes.Bookmark.Bookmark C# (CSharp) Method

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
		public Bookmark(IDocument document, BookmarkType type, string bookmarkname)
		{
			this.Document				= document;
			this.NewXmlNode(type, bookmarkname);
		}