importListStyle

importListStyle

BASIC / ADVANCED / PREMIUM

Imports an existing list style from an external Word document.

Description
public void importListStyle(String source, String id, String name) throws Exception

This method allows to import a list style from an external Word document.

Parameters

path

The path to the Word document from which we want to import the list style.

id

The id of the style to be imported.

name

New style name.

Return values

Void.

Code samples

Example #1