You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/radpdfprocessing/editing/fixedcontenteditor.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ position: 4
22
22
|[Clipping]({%slug radpdfprocessing-concepts-clipping%})|Defines the outline of other content elements like [Image]({%slug radpdfprocessing-model-image%}) and [Path]({%slug radpdfprocessing-model-path%}).|
23
23
|PushClipping|Inserts a new clipping defined from the specified object depending on the overload.|
24
24
|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.|
28
28
|DrawWidget|Creates a [Widget]({%slug radpdfprocessing-model-annotations-widgets%}) with different type and size depending on the overload.|
29
29
|DrawStampAnnotation|Creates a new [StampAnnotation]({%slug radpdfprocessing-model-annotations-stamp%}) and draws it with a specified size and name.|
30
30
|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
69
69
70
70
## Inserting Elements
71
71
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.
73
73
74
74
### Inserting Text
75
75
@@ -108,7 +108,7 @@ __Figure 2__ shows the result of __Example 4__.
108
108
109
109

110
110
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.
0 commit comments