Skip to content

Commit

Permalink
Update fixedcontenteditor.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dessyordanova authored Sep 19, 2024
1 parent 3b3570e commit db626c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libraries/radpdfprocessing/editing/fixedcontenteditor.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ position: 4
|[Clipping]({%slug radpdfprocessing-concepts-clipping%})|Defines the outline of other content elements like [Image]({%slug radpdfprocessing-model-image%}) and [Path]({%slug radpdfprocessing-model-path%}).|
|PushClipping|Inserts a new clipping defined from the specified object depending on the overload.|
|PopClipping|Pops the last clipping, which was inserted with the editor.|
|DrawText|Draws text as a [TextFragment]({%slug radpdfprocessing-model-textfragment%}) at the current position and with size depening on the overload.|
|DrawImage|Draws an [Image]({%slug radpdfprocessing-model-image%}) at the current position and with size depening on the overload.|
|DrawForm|Draws a [Form]({%slug radpdfprocessing-model-form%}) at the current position and with size depening on the overload.|
|DrawText|Draws text as a [TextFragment]({%slug radpdfprocessing-model-textfragment%}) at the current position and with size depending on the overload.|
|DrawImage|Draws an [Image]({%slug radpdfprocessing-model-image%}) at the current position and with size depending on the overload.|
|DrawForm|Draws a [Form]({%slug radpdfprocessing-model-form%}) at the current position and with size depending on the overload.|
|DrawWidget|Creates a [Widget]({%slug radpdfprocessing-model-annotations-widgets%}) with different type and size depending on the overload.|
|DrawStampAnnotation|Creates a new [StampAnnotation]({%slug radpdfprocessing-model-annotations-stamp%}) and draws it with a specified size and name.|
|DrawTextAnnotation|Creates a new [TextAnnotation]({%slug radpdfprocessing-model-annotations-text%}) and draws it with a specified size and text.|
Expand Down Expand Up @@ -69,7 +69,7 @@ __Example 2__ demonstrates how you can create a FixedContentEditor with a specif

## Inserting Elements

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.
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.

### Inserting Text

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

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

>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.
>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.
### Inserting Image

Expand Down

0 comments on commit db626c2

Please sign in to comment.