Skip to content

Commit a1f1e6f

Browse files
1009185: Resolve the CI failures
1 parent 6f2ab4d commit a1f1e6f

2 files changed

Lines changed: 37 additions & 37 deletions

File tree

Document-Processing/PDF/PDF-Viewer/angular/annotation/annotation-event.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The annotation events supported by the PDF Viewer control are:
3737

3838
### annotationAdd
3939

40-
The [annotationAdd](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationadd) event triggers when an annotation is added to the PDF Viewer.
40+
The [annotationAdd](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationadd) event triggers when an annotation is added to the PDF Viewer.
4141

4242
#### Event Arguments
4343

44-
For event data, see [AnnotationAddEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationaddeventargs/). It provides properties such as `annotationId`, `pageNumber`, `annotationType`, and `bounds`.
44+
For event data, see [AnnotationAddEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationaddeventargs). It provides properties such as `annotationId`, `pageNumber`, `annotationType`, and `bounds`.
4545

4646
The following example illustrates how to handle the `annotationAdd` event.
4747

@@ -126,11 +126,11 @@ export class AppComponent {
126126

127127
### annotationDoubleClick
128128

129-
The [annotationDoubleClick](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationdoubleclick) event triggers when an annotation is double-clicked.
129+
The [annotationDoubleClick](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationdoubleclick) event triggers when an annotation is double-clicked.
130130

131131
#### Event Arguments
132132

133-
For event data, see [AnnotationDoubleClickEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationDoubleClickEventArgs/).
133+
For event data, see [AnnotationDoubleClickEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationDoubleClickEventArgs).
134134

135135
The following example illustrates how to handle the `annotationDoubleClick` event.
136136

@@ -217,11 +217,11 @@ export class AppComponent {
217217

218218
### annotationMouseLeave
219219

220-
The [annotationMouseLeave](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationmouseleave) event triggers when the mouse cursor leaves an annotation.
220+
The [annotationMouseLeave](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationmouseleave) event triggers when the mouse cursor leaves an annotation.
221221

222222
#### Event Arguments
223223

224-
For event data, see [AnnotationMouseLeaveEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationMouseLeaveEventArgs/).
224+
For event data, see [AnnotationMouseLeaveEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationMouseLeaveEventArgs).
225225

226226
The following example illustrates how to handle the `annotationMouseLeave` event.
227227

@@ -307,11 +307,11 @@ export class AppComponent {
307307

308308
### annotationMouseover
309309

310-
The [annotationMouseover](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationmouseover) event triggers when the mouse cursor moves over an annotation.
310+
The [annotationMouseover](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationmouseover) event triggers when the mouse cursor moves over an annotation.
311311

312312
#### Event Arguments
313313

314-
For event data, see [AnnotationMouseOverEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationMouseOverEventArgs/).
314+
For event data, see [AnnotationMouseOverEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationMouseOverEventArgs).
315315

316316
The following example illustrates how to handle the `annotationMouseover` event.
317317

@@ -389,11 +389,11 @@ export class AppComponent implements OnInit {
389389

390390
### annotationMove
391391

392-
The [annotationMove](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationmove) event triggers when an annotation is moved.
392+
The [annotationMove](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationmove) event triggers when an annotation is moved.
393393

394394
#### Event Arguments
395395

396-
For event data, see [AnnotationMoveEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationMoveEventArgs/).
396+
For event data, see [AnnotationMoveEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationMoveEventArgs).
397397

398398
The following example illustrates how to handle the `annotationMove` event.
399399

@@ -472,11 +472,11 @@ export class AppComponent implements OnInit {
472472

473473
### annotationMoving
474474

475-
The [annotationMoving](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationmoving) event triggers while an annotation is being moved.
475+
The [annotationMoving](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationmoving) event triggers while an annotation is being moved.
476476

477477
#### Event Arguments
478478

479-
For event data, see [AnnotationMovingEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationMovingEventArgs/).
479+
For event data, see [AnnotationMovingEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationMovingEventArgs).
480480

481481
The following example illustrates how to handle the `annotationMoving` event.
482482

@@ -555,11 +555,11 @@ export class AppComponent implements OnInit {
555555

556556
### annotationPropertiesChange
557557

558-
The [annotationPropertiesChange](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationpropertieschange) event triggers when an annotation’s properties are changed.
558+
The [annotationPropertiesChange](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationpropertieschange) event triggers when an annotation’s properties are changed.
559559

560560
#### Event Arguments
561561

562-
For event data, see [AnnotationPropertiesChangeEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationPropertiesChangeEventArgs/). It provides properties such as `annotationId`, `pageNumber`, and `action`.
562+
For event data, see [AnnotationPropertiesChangeEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationPropertiesChangeEventArgs). It provides properties such as `annotationId`, `pageNumber`, and `action`.
563563

564564
The following example illustrates how to handle the `annotationPropertiesChange` event.
565565

@@ -640,11 +640,11 @@ export class AppComponent implements OnInit {
640640

641641
### annotationRemove
642642

643-
The [annotationRemove](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationremove) event triggers when an annotation is removed.
643+
The [annotationRemove](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationremove) event triggers when an annotation is removed.
644644

645645
#### Event Arguments
646646

647-
For event data, see [AnnotationRemoveEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationRemoveEventArgs/). It provides properties such as `annotationId` and `pageNumber`.
647+
For event data, see [AnnotationRemoveEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationRemoveEventArgs). It provides properties such as `annotationId` and `pageNumber`.
648648

649649
The following example illustrates how to handle the `annotationRemove` event.
650650

@@ -723,11 +723,11 @@ export class AppComponent implements OnInit {
723723

724724
### annotationResize
725725

726-
The [annotationResize](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationresize) event triggers when an annotation is resized.
726+
The [annotationResize](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationresize) event triggers when an annotation is resized.
727727

728728
#### Event Arguments
729729

730-
For event data, see [AnnotationResizeEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationResizeEventArgs/).
730+
For event data, see [AnnotationResizeEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationResizeEventArgs).
731731

732732
The following example illustrates how to handle the `annotationResize` event.
733733

@@ -806,11 +806,11 @@ export class AppComponent implements OnInit {
806806

807807
### annotationSelect
808808

809-
The [annotationSelect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationselect) event triggers when an annotation is selected.
809+
The [annotationSelect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationselect) event triggers when an annotation is selected.
810810

811811
#### Event Arguments
812812

813-
For event data, see [AnnotationSelectEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationSelectEventArgs/).
813+
For event data, see [AnnotationSelectEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationSelectEventArgs).
814814

815815
The following example illustrates how to handle the `annotationSelect` event.
816816

@@ -889,11 +889,11 @@ export class AppComponent implements OnInit {
889889

890890
### annotationUnselect
891891

892-
The [annotationUnselect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationunselect) event triggers when an annotation is unselected.
892+
The [annotationUnselect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationunselect) event triggers when an annotation is unselected.
893893

894894
#### Event Arguments
895895

896-
For event data, see [AnnotationUnSelectEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationUnSelectEventArgs/).
896+
For event data, see [AnnotationUnSelectEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationUnSelectEventArgs).
897897

898898
The following example illustrates how to handle the `annotationUnselect` event.
899899

@@ -970,11 +970,11 @@ export class AppComponent implements OnInit {
970970

971971
### beforeAddFreeText
972972

973-
The [beforeAddFreeText](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#beforeaddfreetext) event triggers before adding free text to the PDF Viewer.
973+
The [beforeAddFreeText](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#beforeaddfreetext) event triggers before adding free text to the PDF Viewer.
974974

975975
#### Event Arguments
976976

977-
For event data, see [BeforeAddFreeTextEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/beforeAddFreeTextEventArgs/).
977+
For event data, see [BeforeAddFreeTextEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/beforeAddFreeTextEventArgs).
978978

979979
The following example illustrates how to handle the `beforeAddFreeText` event.
980980

@@ -1056,11 +1056,11 @@ export class AppComponent implements OnInit {
10561056

10571057
### addSignature
10581058

1059-
The [addSignature](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#addsignature) event triggers when a signature is added to the PDF Viewer.
1059+
The [addSignature](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#addsignature) event triggers when a signature is added to the PDF Viewer.
10601060

10611061
#### Event Arguments
10621062

1063-
For event data, see [AddSignatureEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/addSignatureEventArgs/). It provides properties such as `pageNumber`.
1063+
For event data, see [AddSignatureEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/addSignatureEventArgs). It provides properties such as `pageNumber`.
10641064

10651065
The following example illustrates how to handle the `addSignature` event.
10661066

@@ -1137,11 +1137,11 @@ export class AppComponent implements OnInit {
11371137

11381138
### removeSignature
11391139

1140-
The [removeSignature](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#removesignature) event triggers when a signature is removed from the PDF Viewer.
1140+
The [removeSignature](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#removesignature) event triggers when a signature is removed from the PDF Viewer.
11411141

11421142
#### Event Arguments
11431143

1144-
For event data, see [RemoveSignatureEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/removeSignatureEventArgs/). It provides properties such as `pageNumber`.
1144+
For event data, see [RemoveSignatureEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/removeSignatureEventArgs). It provides properties such as `pageNumber`.
11451145

11461146
The following example illustrates how to handle the `removeSignature` event.
11471147

@@ -1217,11 +1217,11 @@ export class AppComponent implements OnInit {
12171217

12181218
### resizeSignature
12191219

1220-
The [resizeSignature](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#resizesignature) event triggers when a signature is resized in the PDF Viewer.
1220+
The [resizeSignature](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#resizesignature) event triggers when a signature is resized in the PDF Viewer.
12211221

12221222
#### Event Arguments
12231223

1224-
For event data, see [ResizeSignatureEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/resizeSignatureEventArgs/).
1224+
For event data, see [ResizeSignatureEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/resizeSignatureEventArgs).
12251225

12261226
The following example illustrates how to handle the `resizeSignature` event.
12271227

@@ -1298,11 +1298,11 @@ export class AppComponent implements OnInit {
12981298

12991299
### signaturePropertiesChange
13001300

1301-
The [signaturePropertiesChange](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#signaturepropertieschange) event triggers when signature properties are changed in the PDF Viewer.
1301+
The [signaturePropertiesChange](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#signaturepropertieschange) event triggers when signature properties are changed in the PDF Viewer.
13021302

13031303
#### Event Arguments
13041304

1305-
For event data, see [SignaturePropertiesChangeEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/signaturePropertiesChangeEventArgs/).
1305+
For event data, see [SignaturePropertiesChangeEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/signaturePropertiesChangeEventArgs).
13061306

13071307
The following example illustrates how to handle the `signaturePropertiesChange` event.
13081308

@@ -1378,11 +1378,11 @@ export class AppComponent implements OnInit {
13781378

13791379
### signatureSelect
13801380

1381-
The [signatureSelect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#signatureselect) event triggers when a signature is selected in the PDF Viewer.
1381+
The [signatureSelect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#signatureselect) event triggers when a signature is selected in the PDF Viewer.
13821382

13831383
#### Event Arguments
13841384

1385-
For event data, see [SignatureSelectEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/signatureSelectEventArgs/).
1385+
For event data, see [SignatureSelectEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/signatureSelectEventArgs).
13861386

13871387
The following example illustrates how to handle the `signatureSelect` event.
13881388

@@ -1460,11 +1460,11 @@ export class AppComponent implements OnInit {
14601460

14611461
### signatureUnselect
14621462

1463-
The [signatureUnselect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#signatureunselect) event triggers when a signature is unselected in the PDF Viewer.
1463+
The [signatureUnselect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#signatureunselect) event triggers when a signature is unselected in the PDF Viewer.
14641464

14651465
#### Event Arguments
14661466

1467-
For event data, see [SignatureUnSelectEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/signatureUnSelectEventArgs/).
1467+
For event data, see [SignatureUnSelectEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/signatureUnSelectEventArgs).
14681468

14691469
The following example illustrates how to handle the `signatureUnselect` event.
14701470

Document-Processing/PDF/PDF-Viewer/angular/annotation/text-markup-annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ domainurl: ##DomainURL##
1212

1313
The PDF Viewer provides options to add, edit, and delete text markup annotations, including highlight, underline, strikethrough, and squiggly.
1414

15-
![Text markup annotations: highlight, underline, strikethrough, and squiggly](../images/text_markup_annotation.png)
15+
![Text markup annotations](../images/text_markup_annotation.png)
1616

1717
## Highlight text
1818

0 commit comments

Comments
 (0)