export declare enum TextAttachmentType { TopOfTopLine = 0, MiddleOfTopLine = 1, MiddleOfText = 2, MiddleOfBottomLine = 3, BottomOfBottomLine = 4, BottomLine = 5, BottomOfTopLineUnderlineBottomLine = 6, BottomOfTopLineUnderlineTopLine = 7, BottomofTopLineUnderlineAll = 8, CenterOfText = 9, CenterOfTextOverline = 10 } //# sourceMappingURL=TextAttachmentType.d.ts.map