Skip to content

Commit ac61650

Browse files
author
Dharani Thangarasu
committed
WF-56078_UG_Documentation for working with DOM elements
1 parent 6940f2f commit ac61650

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+
![](DocumentObjectModelrepresentation_images/DocumentObjectModelrepresentation_img1.png)
13+
14+

0 commit comments

Comments
 (0)