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