Class DocumentsWindow
Represents a documents window for a SetWindowFields window method.
public sealed class DocumentsWindow : SetWindowFieldsWindow
- Inheritance
-
DocumentsWindow
- Inherited Members
Properties
Current
Returns a "current" documents window boundary.
public static KeywordDocumentsWindowBoundary Current { get; }
Property Value
LowerBoundary
The lower boundary.
public DocumentsWindowBoundary LowerBoundary { get; }
Property Value
Unbounded
Returns an "unbounded" documents window boundary.
public static KeywordDocumentsWindowBoundary Unbounded { get; }
Property Value
UpperBoundary
The upper boundary.
public DocumentsWindowBoundary UpperBoundary { get; }
Property Value
Methods
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.
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(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(int, int)
Creates a documents window.
public static DocumentsWindow Create(int lowerBoundary, int upperBoundary)
Parameters
Returns
- DocumentsWindow
A documents window.
ToString()
public override string ToString()