AnnotationLineEndings::End property¶
The type of line ending at the end.
Hyland.DocumentFilters.Annotations.LineEndingType End { get; set; }
int getEnd() throws IGRException;
void setEnd(int value) throws IGRException;
@property
def End(self) -> int:
@property.setter
def End(self, value: int)
int getEnd() const;
void setEnd(int value);
[propget] HRESULT End([out, retval] int *result);
[propput] HRESULT End([in] int value);
Return Value¶
int
: One of the following:
Name | Value |
---|---|
None | 0 |
Square | 1 |
Circle | 2 |
Diamond | 3 |
OpenArrow | 4 |
ClosedArrow | 5 |
Butt | 6 |
RightOpenArrow | 7 |
RightClosedArrow | 8 |
Slash | 9 |