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! |
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.
|
public Bookmark ( IDocument document, BookmarkType type, string bookmarkname ) : System | ||
document | IDocument | The document. |
type | BookmarkType | The type. |
bookmarkname | string | The bookmarkname. |
return | System |