TemplateLinkedPositionEdges
Contents
[
Hide
]
TemplateLinkedPositionEdges class
Provides the edges of the linked field where the text field is seached. TemplateLinkedPositionEdges
is used in TemplateLinkedPosition
class.
public sealed class TemplateLinkedPositionEdges
Constructors
Name | Description |
---|---|
TemplateLinkedPositionEdges(bool, bool, bool, bool) | Initializes a new instance of the TemplateLinkedPositionEdges class. |
Properties
Name | Description |
---|---|
Bottom { get; } | Gets the value that indicates whether a field is searched by the bottom from the linked field. |
IsEmpty { get; } | Gets the value that indicates whether the instance is empty. |
Left { get; } | Gets the value that indicates whether a field is searched by the left from the linked field. |
Right { get; } | Gets the value that indicates whether a field is searched by the right from the linked field. |
Top { get; } | Gets the value that indicates whether a field is searched by the top from the linked field. |
Methods
Name | Description |
---|---|
static Parse(string) | Converts the string representation of edges to its class equivalent. |
override ToString() | Converts the value of this instance to String. |
static TryParse(string, out TemplateLinkedPositionEdges) | Converts the string representation of edges to its class equivalent. A return value indicates whether the conversion is succeeded or failed. |
See Also
- namespace GroupDocs.Parser.Templates
- assembly GroupDocs.Parser