Skip to content

Commit a6a7310

Browse files
committed
Merge branch 'WF-56078_UG_Documentation_working_with_DOM_elements' into 'hotfix/hotfix-v18.3.0.35'
WF-56078-Added UG Documentation for working with DOM elements See merge request content/java-file-format-docs!15
2 parents 6940f2f + c3742d4 commit a6a7310

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
23.4 KB
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Document Object Model representation
3+
description: This section describes about DOM structure
4+
platform: java-file-formats
5+
control: Word Library
6+
documentation: UG
7+
---
8+
# Document Object Model representation
9+
10+
When an existing document is opened or a new document is created, the Java Word library creates a **Document Object Model** (DOM) of the document in main memory. This object model can be used to manipulate the document as needed.
11+
12+
![Document Object Model representation](DocumentObjectModelrepresentation_images/DocumentObjectModelrepresentation_img1.png)
13+
14+

0 commit comments

Comments
 (0)