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 Clip
          Clip text mode.
static RenderingMode FillClip
          Fill and clip text mode.
static RenderingMode FillStrokeClip
          Fill, stroke and clip text mode.
static RenderingMode FillStrokeText
          Fill and stroke text mode.
static RenderingMode FillText
          Fill text mode.
static RenderingMode InvisibleText
          Invisible text mode.
static RenderingMode StrokeClip
          Stroke and clip 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.


FillClip

public static final RenderingMode FillClip
Fill and clip text mode.


StrokeClip

public static final RenderingMode StrokeClip
Stroke and clip text mode.


FillStrokeClip

public static final RenderingMode FillStrokeClip
Fill, stroke and clip text mode.


Clip

public static final RenderingMode Clip
Clip text mode.