|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.EnumerationBase
aspose.pdf.RenderingMode
public class RenderingMode
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 |
---|
public static final RenderingMode FillText
public static final RenderingMode StrokeText
public static final RenderingMode FillStrokeText
public static final RenderingMode InvisibleText
public static final RenderingMode FillClip
public static final RenderingMode StrokeClip
public static final RenderingMode FillStrokeClip
public static final RenderingMode Clip
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |