public class DocxStamperConfiguration extends Object
| Constructor and Description |
|---|
DocxStamperConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLineBreakPlaceholder() |
DocxStamperConfiguration |
setLineBreakPlaceholder(String lineBreakPlaceholder)
The String provided as lineBreakPlaceholder will be replaces with a line break
when stamping a document.
|
public String getLineBreakPlaceholder()
public DocxStamperConfiguration setLineBreakPlaceholder(String lineBreakPlaceholder)
lineBreakPlaceholder - the String that should be replaced with line breaks during stamping.Copyright © 2017. All rights reserved.