Table of Contents

Constructor BookMark

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

BookMark(int)

Initializes a new instance of the BookMark class with specified settings.

public BookMark(int line)

Parameters

line int

Specifies Line property of a new instance.

BookMark(int, int, int)

Initializes a new instance of the BookMark class with specified Pos, Index and Line values.

public BookMark(int line, int pos, int index)

Parameters

line int

Specifies Line property of a new instance.

pos int

Specifies Pos property of a new instance.

index int

Specifies Index property of a new instance.

BookMark()

Initializes a new instance of the BookMark class with default settings.

public BookMark()

BookMark(int, int, int, string, string, string)

Initializes a new instance of the BookMark class with specified Pos, Line, Index, Name, Description and Url values.

public BookMark(int line, int pos, int index, string name, string description, string url)

Parameters

line int

Specifies Line property of a new instance.

pos int

Specifies Pos property of a new instance.

index int

Specifies Index property of a new instance.

name string

Specifies Name property of a new instance.

description string

Specifies Description property of a new instance.

url string

Specifies Url property of a new instance.

BookMark(int, int, int, string, string, string, int, string, object)

Initializes a new instance of the BookMark class with specified Pos, Line, Index, Name, Description, Url, ImageIndex, FileName and Tag values.

public BookMark(int line, int pos, int index, string name, string description, string url, int imageIndex, string fileName, object tag)

Parameters

line int

Specifies Line property of a new instance.

pos int

Specifies Pos property of a new instance.

index int

Specifies Index property of a new instance.

name string

Specifies Name property of a new instance.

description string

Specifies Description property of a new instance.

url string

Specifies Url property of a new instance.

imageIndex int

Specifies ImageIndex property of a new instance.

fileName string

Specifies FileName property of a new instance.

tag object

Specifies Tag property of a new instance.

BookMark(int, int, int, int, int, string)

Initializes a new instance of the BookMark class with specified Pos, Line, Index, Group, Name, Description, Url, ImageIndex, FileName and Tag values.

public BookMark(int line, int pos, int index, int group, int imageIndex, string fileName)

Parameters

line int

Specifies Line property of a new instance.

pos int

Specifies Pos property of a new instance.

index int

Specifies Index property of a new instance.

group int

Specifies Group property of a new instance.

imageIndex int

Specifies ImageIndex property of a new instance.

fileName string

Specifies FileName property of a new instance.

BookMark(int, int, int, int, int, string, string, string, string, object)

Initializes a new instance of the BookMark class with specified Pos, Line, Index, Group, ImageIndex, Name, Description, Url, ImageIndex, FileName and Tag values.

public BookMark(int line, int pos, int group, int index, int imageIndex, string name, string description, string url, string fileName, object tag)

Parameters

line int

Specifies Line property of a new instance.

pos int

Specifies Pos property of a new instance.

group int

Specifies Group property of a new instance.

index int

Specifies Index property of a new instance.

imageIndex int

Specifies ImageIndex property of a new instance.

name string

Specifies Name property of a new instance.

description string

Specifies Description property of a new instance.

url string

Specifies Url property of a new instance.

fileName string

Specifies FileName property of a new instance.

tag object

Specifies Tag property of a new instance.

BookMark(int, string)

Initializes a new instance of the BookMark class with specified Line and FileName values.

public BookMark(int line, string fileName)

Parameters

line int

Specifies Line property of a new instance.

fileName string

Specifies FileName property of a new instance.