C# 클래스 AODL.Document.Content.Text.Indexes.Bookmark

Represent a Bookmark.
상속: IText, ICloneable
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
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!

비공개 메소드들

메소드 설명
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( BookmarkType type, string bookmarkname ) : void

Create the XmlNode.

메소드 상세

Bookmark() 공개 메소드

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.
리턴 System

Clone() 공개 메소드

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