Implement annotation border style class and constants

This commit is contained in:
Tim van der Meij 2014-12-25 20:11:23 +01:00
parent bf20334bea
commit 88b2059ed9
2 changed files with 146 additions and 0 deletions

View file

@ -50,6 +50,14 @@ var AnnotationType = {
LINK: 3
};
var AnnotationBorderStyleType = {
SOLID: 1,
DASHED: 2,
BEVELED: 3,
INSET: 4,
UNDERLINE: 5
};
var StreamType = {
UNKNOWN: 0,
FLATE: 1,