Skip to content

Commit 7631322

Browse files
committed
General Information - replace the images with a nested list with links
1 parent 41fcbee commit 7631322

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

libraries/radpdfprocessing/model/general-information.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article explains the structure of __RadPdfProcessing__'s document model and
1515

1616
[RadFixedDocument]({%slug radpdfprocessing-model-radfixeddocument%}) is the root element of all document elements. All document elements inherit from the __FixedDocumentElementBase__ abstract class. The diagram below describes the hierarchy in __RadPdfProcessing__:
1717

18-
* FixedDocumentElementBase
18+
* **FixedDocumentElementBase**
1919
* [RadFixedDocument]({%slug radpdfprocessing-model-radfixeddocument%})
2020
* [RadFixedPage]({%slug radpdfprocessing-model-radfixedpage%}): IContentRootElement
2121
* [Annotation]({%slug radpdfprocessing-model-annotations-overview%})
@@ -57,10 +57,18 @@ This article explains the structure of __RadPdfProcessing__'s document model and
5757

5858
__RadFixedDocument__ represents a tree of [RadFixedPage]({%slug radpdfprocessing-model-radfixedpage%}) where the fixed content is hosted. The diagram below describes the composition of the fixed content. The document elements are denoted in black and collections - in orange.
5959

60-
6160
* RadFixedDocument
62-
63-
![Rad Pdf Processing Model 02](images/RadPdfProcessing_Model_02.png)
61+
* [Pages]({%slug radpdfprocessing-model-radfixedpage%})
62+
* [Annotations]({%slug radpdfprocessing-model-annotations-overview%})
63+
* [Actions]({%slug radpdfprocessing-model-action-collections%}#pageactioncollection) (PageActionCollection)
64+
* [NamedDestinations]({%slug radpdfprocessing-model-named-destinations%})
65+
* [EmbeddedFiles]({%slug radpdfprocessing-embedded-file-streams-overview%})
66+
* [AcroForm]({%slug radpdfprocessing-model-interactive-forms-acroform%})
67+
* [FormFields]({%slug radpdfprocessing-model-interactive-forms-form-fields %})
68+
* [Bookmarks]({%slug radpdfprocessing-features-bookmarks%})
69+
* [Actions]({%slug radpdfprocessing-model-actions%}) (DocumentActionCollection)
70+
71+
<!-- ![Rad Pdf Processing Model 02](images/RadPdfProcessing_Model_02.png) -->
6472

6573
## Creating or Editing document content
6674

0 commit comments

Comments
 (0)