public final class AnnotationType
extends com.aspose.ms.System.Enum
Enumerates the attachment types.
Modifier and Type | Field and Description |
---|---|
static int |
Circle
The attachment is a circle note.
|
static int |
Flash
The attachment is flash note.
|
static int |
FreeText
The attachment is a free text note.
|
static int |
Line
The attachment is a line text note.
|
static int |
None
The attachment is a free text note.
|
static int |
Note |
static int |
Sound
The attachment is a sound note.
|
static int |
Square
The attachment is a Square note.
|
static int |
TextMarkup
The attachment is a Square note.
|
static int |
Video
The attachment is a video note.
|
public static final int Note
public static final int None
The attachment is a free text note.
public static final int Line
The attachment is a line text note.
public static final int Circle
The attachment is a circle note.
public static final int Square
The attachment is a Square note.
public static final int TextMarkup
The attachment is a Square note.
public static final int FreeText
The attachment is a free text note.
public static final int Sound
The attachment is a sound note.
public static final int Video
The attachment is a video note.
public static final int Flash
The attachment is flash note.
Copyright © 2016 Aspose. All Rights Reserved.