aspose.pdf
Class RenderingMode

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.RenderingMode

public class RenderingMode
extends EnumerationBase

Enumerates text rendering modes.


Field Summary
static RenderingMode FillStrokeText
          Fill and stroke text mode.
static RenderingMode FillText
          Fill text mode.
static RenderingMode InvisibleText
          Invisible text mode.
static RenderingMode StrokeText
          Stroke text(outline) mode.
 
Fields inherited from class aspose.pdf.EnumerationBase
value
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FillText

public static final RenderingMode FillText
Fill text mode.


StrokeText

public static final RenderingMode StrokeText
Stroke text(outline) mode.


FillStrokeText

public static final RenderingMode FillStrokeText
Fill and stroke text mode.


InvisibleText

public static final RenderingMode InvisibleText
Invisible text mode.