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