List of usage examples for com.itextpdf.text Chunk createWhitespace
public static Chunk createWhitespace(final String content, final boolean preserve)
From source file:com.chaschev.itext.ChunkBuilder.java
License:Apache License
public static Chunk createWhitespace(String content, boolean preserve) { return Chunk.createWhitespace(content, preserve); }