Method Create
Create(int, int)
Creates a documents window.
public static DocumentsWindow Create(int lowerBoundary, int upperBoundary)
Parameters
Returns
- DocumentsWindow
A documents window.
Create(int, KeywordDocumentsWindowBoundary)
Creates a documents window.
public static DocumentsWindow Create(int lowerBoundary, KeywordDocumentsWindowBoundary upperBoundary)
Parameters
lowerBoundary
intThe lower boundary.
upperBoundary
KeywordDocumentsWindowBoundaryThe upper boundary.
Returns
- DocumentsWindow
A documents window.
Create(KeywordDocumentsWindowBoundary, int)
Creates a documents window.
public static DocumentsWindow Create(KeywordDocumentsWindowBoundary lowerBoundary, int upperBoundary)
Parameters
lowerBoundary
KeywordDocumentsWindowBoundaryThe lower boundary.
upperBoundary
intThe upper boundary.
Returns
- DocumentsWindow
A documents window.
Create(KeywordDocumentsWindowBoundary, KeywordDocumentsWindowBoundary)
Creates a documents window.
public static DocumentsWindow Create(KeywordDocumentsWindowBoundary lowerBoundary, KeywordDocumentsWindowBoundary upperBoundary)
Parameters
lowerBoundary
KeywordDocumentsWindowBoundaryThe lower boundary.
upperBoundary
KeywordDocumentsWindowBoundaryThe upper boundary.
Returns
- DocumentsWindow
A documents window.