AnnotationLineEndings::Begin property¶
The type of line ending at the beginning.
Hyland.DocumentFilters.Annotations.LineEndingType Begin { get; set; }
int getBegin() throws IGRException;
void setBegin(int value) throws IGRException;
@property
def Begin(self) -> int:
@property.setter
def Begin(self, value: int)
int getBegin() const;
void setBegin(int value);
[propget] HRESULT Begin([out, retval] int *result);
[propput] HRESULT Begin([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 |