Skip to content

Commit db626c2

Browse files
Update fixedcontenteditor.md
1 parent 3b3570e commit db626c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libraries/radpdfprocessing/editing/fixedcontenteditor.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ position: 4
2222
|[Clipping]({%slug radpdfprocessing-concepts-clipping%})|Defines the outline of other content elements like [Image]({%slug radpdfprocessing-model-image%}) and [Path]({%slug radpdfprocessing-model-path%}).|
2323
|PushClipping|Inserts a new clipping defined from the specified object depending on the overload.|
2424
|PopClipping|Pops the last clipping, which was inserted with the editor.|
25-
|DrawText|Draws text as a [TextFragment]({%slug radpdfprocessing-model-textfragment%}) at the current position and with size depening on the overload.|
26-
|DrawImage|Draws an [Image]({%slug radpdfprocessing-model-image%}) at the current position and with size depening on the overload.|
27-
|DrawForm|Draws a [Form]({%slug radpdfprocessing-model-form%}) at the current position and with size depening on the overload.|
25+
|DrawText|Draws text as a [TextFragment]({%slug radpdfprocessing-model-textfragment%}) at the current position and with size depending on the overload.|
26+
|DrawImage|Draws an [Image]({%slug radpdfprocessing-model-image%}) at the current position and with size depending on the overload.|
27+
|DrawForm|Draws a [Form]({%slug radpdfprocessing-model-form%}) at the current position and with size depending on the overload.|
2828
|DrawWidget|Creates a [Widget]({%slug radpdfprocessing-model-annotations-widgets%}) with different type and size depending on the overload.|
2929
|DrawStampAnnotation|Creates a new [StampAnnotation]({%slug radpdfprocessing-model-annotations-stamp%}) and draws it with a specified size and name.|
3030
|DrawTextAnnotation|Creates a new [TextAnnotation]({%slug radpdfprocessing-model-annotations-text%}) and draws it with a specified size and text.|
@@ -69,7 +69,7 @@ __Example 2__ demonstrates how you can create a FixedContentEditor with a specif
6969

7070
## Inserting Elements
7171

72-
Composing a [RadFixedDocument]({%slug radpdfprocessing-model-radfixeddocument%}) normally requires to create all elements and specify exactly how they should look. The **FixedContentEditor** takes care of most things for you. This section explains how you can add different type of elements.
72+
Composing a [RadFixedDocument]({%slug radpdfprocessing-model-radfixeddocument%}) normally requires creating all elements and specifying exactly how they should look. The **FixedContentEditor** takes care of most things for you. This section explains how you can add different type of elements.
7373

7474
### Inserting Text
7575

@@ -108,7 +108,7 @@ __Figure 2__ shows the result of __Example 4__.
108108

109109
![Rad Pdf Processing Editing Fixed Content Editor 02](images/RadPdfProcessing_Editing_FixedContentEditor_02.png)
110110

111-
>tip Building a paragraph with the FixedContentEditor is much simpler than creating TextFragments yourself. The [Block]({%slug radpdfprocessing-editing-block%}) object would flow the content of a paragraph for you if this is necessary.
111+
>tip Building a paragraph with the FixedContentEditor is much simpler than creating TextFragments yourself. The [Block]({%slug radpdfprocessing-editing-block%}) object will flow the content of a paragraph for you if this is necessary.
112112
113113
### Inserting Image
114114

0 commit comments

Comments
 (0)