intarsys PDF library API

de.intarsys.pdf.content.common
Class CSPrettyPrinter

java.lang.Object
  extended by de.intarsys.pdf.content.common.CSPrettyPrinter

public class CSPrettyPrinter
extends Object

A simple pretty printer for content streams.


Constructor Summary
CSPrettyPrinter()
           
 
Method Summary
 String getValue()
           
 boolean isCreateComment()
           
 boolean isCreateIndent()
           
 boolean isCreateLineSeparator()
           
 void print(CSContent content)
           
 void setCreateComment(boolean createComment)
           
 void setCreateIndent(boolean createIndent)
           
 void setCreateLineSeparator(boolean separateLines)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSPrettyPrinter

public CSPrettyPrinter()
Method Detail

getValue

public String getValue()

print

public void print(CSContent content)

isCreateComment

public boolean isCreateComment()

setCreateComment

public void setCreateComment(boolean createComment)

isCreateLineSeparator

public boolean isCreateLineSeparator()

setCreateLineSeparator

public void setCreateLineSeparator(boolean separateLines)

isCreateIndent

public boolean isCreateIndent()

setCreateIndent

public void setCreateIndent(boolean createIndent)

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.