slip_in_xml
From officer v0.3.15
by David Gohel
add a wml string into a Word document
The function add a wml string into the document after, before or on a cursor location.
- Keywords
- internal
Usage
slip_in_xml(x, str, pos)
Arguments
- x
an rdocx object
- str
a wml string
- pos
where to add the new element relative to the cursor, "after" or "before".
Community examples
Looks like there are no examples yet.