com.stimulsoft.report.export.service.pdf
Class StiPdfTextRender

java.lang.Object
  extended by com.stimulsoft.report.export.service.pdf.StiPdfTextRender

public class StiPdfTextRender
extends java.lang.Object

Copyright Stimulsoft


Field Summary
static boolean compatibleMode160
           
 PdfFonts pdfFont
           
 
Constructor Summary
StiPdfTextRender()
           
 
Method Summary
static java.lang.String convertToEscapeSequencePlusTabs(java.lang.String value)
           
 void popColorFromStack()
          Pop color from stack
 void pushColorToStack()
           
 void setNonStrokeColor(StiColor tempColor)
           
 void setStrokeColor(StiColor tempColor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pdfFont

public PdfFonts pdfFont

compatibleMode160

public static boolean compatibleMode160
Constructor Detail

StiPdfTextRender

public StiPdfTextRender()
Method Detail

pushColorToStack

public void pushColorToStack()

popColorFromStack

public void popColorFromStack()
Pop color from stack


setNonStrokeColor

public void setNonStrokeColor(StiColor tempColor)
                       throws java.io.IOException
Throws:
java.io.IOException

convertToEscapeSequencePlusTabs

public static java.lang.String convertToEscapeSequencePlusTabs(java.lang.String value)

setStrokeColor

public void setStrokeColor(StiColor tempColor)
                    throws java.io.IOException
Throws:
java.io.IOException