Skip to content

Commit 6fc24a0

Browse files
1009185: Resolve the CI failure
1 parent a1f1e6f commit 6fc24a0

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ import { LinkAnnotationService, BookmarkViewService,
102102

103103
## Clear selection focus from free text annotation
104104

105-
Clear the selection focus for free text annotations by calling the [setAnnotationMode](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation/) API on the `annotationModule`.
105+
Clear the selection focus for free text annotations by calling the [setAnnotationMode](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation) API on the `annotationModule`.
106106

107107
The following sample removes the selection from the currently selected annotation using a button click.
108108

@@ -149,7 +149,7 @@ RemoveSelection() {
149149

150150
## Add a free text annotation programmatically to the PDF document
151151

152-
Add a free text annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation/#addannotationn) method. The example below demonstrates adding a FreeText annotation with styling and position properties.
152+
Add a free text annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation#addannotationn) method. The example below demonstrates adding a FreeText annotation with styling and position properties.
153153

154154
{% tabs %}
155155
{% highlight ts tabtitle="Standalone" %}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ import { PdfViewerComponent, LinkAnnotationService, BookmarkViewService,
105105

106106
## Add an ink annotation programmatically to the PDF document
107107

108-
The PDF Viewer library allows adding an ink annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation/#addannotationn) method.
108+
The PDF Viewer library allows adding an ink annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation#addannotationn) method.
109109

110110
Here is an example of adding an ink annotation programmatically using addAnnotation():
111111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export class AppComponent implements OnInit {
114114

115115
## Add a measurement annotation to the PDF document Programmatically
116116

117-
The PDF Viewer library allows adding measurement annotations programmatically using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation/#addannotation) method.
117+
The PDF Viewer library allows adding measurement annotations programmatically using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation#addannotation) method.
118118

119119
Here is an example showing how to add measurement annotations programmatically using addAnnotation():
120120

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ import { PdfViewerComponent, LinkAnnotationService, BookmarkViewService,
115115

116116
## Add a shape annotation to the PDF document programmatically
117117

118-
The PDF Viewer library allows adding a shape annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation/#addannotation) method.
118+
The PDF Viewer library allows adding a shape annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation#addannotation) method.
119119

120120
Here is an example showing how to add shape annotations programmatically using addAnnotation():
121121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add a handwritten signature using the annotation toolbar.
3131

3232
## Adding a handwritten signature to the PDF document Programmatically
3333

34-
With the PDF Viewer library, you can programmatically add a handwritten signature to the PDF Viewer control using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation/#addannotation) method.
34+
With the PDF Viewer library, you can programmatically add a handwritten signature to the PDF Viewer control using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation#addannotation) method.
3535

3636
Here is an example of using the `addAnnotation()` method to add a handwritten signature programmatically
3737

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The following examples switch to stamp annotation modes.
115115
{% endtabs %}
116116

117117
## Add a stamp annotation to the PDF document programmatically
118-
The PDF Viewer library allows adding a stamp annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation/#addannotation) method.
118+
The PDF Viewer library allows adding a stamp annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation#addannotation) method.
119119

120120
Here are examples showing how to add stamp annotations programmatically using addAnnotation():
121121

Document-Processing/PDF/PDF-Viewer/angular/annotation/sticky-notes-annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Annotation comments can be added using the comment panel.
3434

3535
## Add a sticky note annotation to the PDF document programmatically
3636

37-
The PDF Viewer library allows adding a sticky note annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation/#addannotationn) method.
37+
The PDF Viewer library allows adding a sticky note annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation#addannotationn) method.
3838

3939
The following example shows how to add a sticky note annotation programmatically using `addAnnotation()`:
4040

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export class AppComponent implements OnInit {
205205

206206
## Highlight text programmatically
207207

208-
Programmatically add highlights using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation/#addannotationn) method.
208+
Programmatically add highlights using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation#addannotationn) method.
209209

210210
Example:
211211

@@ -483,7 +483,7 @@ export class AppComponent implements OnInit {
483483

484484
## Underline text programmatically
485485

486-
Programmatically add underlines using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation/#addannotationn) method.
486+
Programmatically add underlines using the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation#addannotationn) method.
487487

488488
Example:
489489

@@ -761,7 +761,7 @@ export class AppComponent implements OnInit {
761761

762762
## Strikethrough text programmatically
763763

764-
Programmatically add strikethrough using the [addAnnotation](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation/#addannotationn) method.
764+
Programmatically add strikethrough using the [addAnnotation](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation#addannotationn) method.
765765

766766
Example:
767767

@@ -1039,7 +1039,7 @@ export class AppComponent implements OnInit {
10391039

10401040
## Squiggly text programmatically
10411041

1042-
Refer to the following code snippet to switch back to normal mode from squiggly mode. Use the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation/#addannotationn) API to add squiggly annotations.
1042+
Refer to the following code snippet to switch back to normal mode from squiggly mode. Use the [addAnnotation()](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotation#addannotationn) API to add squiggly annotations.
10431043

10441044
Example:
10451045

0 commit comments

Comments
 (0)